Skip to content

Commit

Permalink
Split up processor tests a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Feb 4, 2024
1 parent 98a49b7 commit 396720d
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 539 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ ignore = [
"T201", # prints are fine
"TCH", # TYPE_CHECKING blocks break autodocs
"TD", # we don't follow other people's todo style
"TID252", # Relative imports are fine
"TRY003", # simple strings are fine
"TRY004", # too many false negatives
"TRY300", # else blocks are nice, but code-locality is nicer
Expand Down
Empty file added tests/processors/__init__.py
Empty file.
Loading

0 comments on commit 396720d

Please sign in to comment.