Skip to content

Commit

Permalink
wip changes in server/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Nov 3, 2023
1 parent 4e91ebc commit 43cd516
Show file tree
Hide file tree
Showing 98 changed files with 100 additions and 21,557 deletions.
12 changes: 6 additions & 6 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ ignore_missing_imports = true

# Ignore any python files not in the parsec module

[[tool.mypy.overrides]]
module = "tests.*"
ignore_errors = true
# [[tool.mypy.overrides]]
# module = "tests.*"
# ignore_errors = true

[[tool.mypy.overrides]]
module = "tests.common.freeze_time"
ignore_errors = false
# [[tool.mypy.overrides]]
# module = "tests.common.freeze_time"
# ignore_errors = false

[[tool.mypy.overrides]]
module = "misc.*"
Expand Down
5 changes: 2 additions & 3 deletions server/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ exclude_lines =


[tool:pytest]
# Remove the need for explicit `@pytest.mark.asyncio` decorators
asyncio_mode = auto
# Filter warnings
filterwarnings =
# Ignore trio deprecation warnings outside of parsec
ignore::trio.TrioDeprecationWarning:
default::trio.TrioDeprecationWarning:tests\.(.*)|parsec\.(.*)
# Ignore general deprecation warnings outside of parsec
ignore::DeprecationWarning
default::DeprecationWarning:tests\.(.*)|parsec\.(.*)
Expand Down
1 change: 0 additions & 1 deletion server/tests/api/__init__.py

This file was deleted.

196 changes: 0 additions & 196 deletions server/tests/api/test_data_certif.py

This file was deleted.

Loading

0 comments on commit 43cd516

Please sign in to comment.