Skip to content

Commit ebd6a70

Browse files
authored
move pytest catalog entry under python (#612)
1 parent 1f0ff40 commit ebd6a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/catalog/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
1919
* [Prefer Generator Expressions](/catalog/python/#prefer-generator-expressions)
2020
* [Remove `async` function](/catalog/python/#remove-async-function)
2121
* [Rewrite `Optional[Type]` to `Type | None`](/catalog/python/#rewrite-optional-type-to-type-none)
22+
* [Refactor pytest fixtures](/catalog/python/#refactor-pytest-fixtures)
2223
* [Ruby](/catalog/ruby/)
2324
* [Prefer Symbol over Proc](/catalog/ruby/#prefer-symbol-over-proc)
2425
* [Migrate action_filter in Ruby on Rails](/catalog/ruby/#migrate-action-filter-in-ruby-on-rails)
25-
* [Refactor pytest fixtures](/catalog/python/#refactor-pytest-fixtures)
2626
* [Rust](/catalog/rust/)
2727
* [Avoid Duplicated Exports](/catalog/rust/#avoid-duplicated-exports)
2828
* [Get number of digits in a `usize`](/catalog/rust/#get-number-of-digits-in-a-usize)
@@ -39,4 +39,4 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
3939
* [Rewrite MobX Component Style](/catalog/tsx/#rewrite-mobx-component-style)
4040
* [Unnecessary React Hook](/catalog/tsx/#avoid-unnecessary-react-hook)
4141
* [Java](/catalog/java/)
42-
* [No Unused Vars](/catalog/java/#no-unused-vars)
42+
* [No Unused Vars](/catalog/java/#no-unused-vars)

0 commit comments

Comments
 (0)