Skip to content

Commit

Permalink
test(sqlalchemy): Unify sync and async tests (#2109)
Browse files Browse the repository at this point in the history
* test(sqlalchemy): unify sync and async tests
  • Loading branch information
provinzkraut authored Aug 3, 2023
1 parent b9814c2 commit 99194be
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 763 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ implicit_reexport = false
show_error_codes = true

[[tool.mypy.overrides]]
module = ["tests.*.test_sqlalchemy_sync", "tests.*.test_sqlalchemy_async"]
module = ["tests.*.test_sqlalchemy", "tests.*.test_sqlalchemy"]
disable_error_code = "attr-defined"

[[tool.mypy.overrides]]
Expand Down
Loading

0 comments on commit 99194be

Please sign in to comment.