Skip to content
Snippets Groups Projects
Commit 8d430edc authored by Renaud Boyer's avatar Renaud Boyer
Browse files

tests: Fix existing markers and enforce --strict-markers

parent 62cf7e93
Branches save-code-now
No related tags found
1 merge request!1318tests: Reduce the number of warnings raised
......@@ -5,6 +5,7 @@ addopts =
-p swh.web.tests.pytest_plugin
--ignore-glob=*random_fixtures_test.py
--ignore-glob=*create_test_*.py
--strict-markers
norecursedirs = build docs node_modules resources .tox
DJANGO_SETTINGS_MODULE = swh.web.settings.tests
filterwarnings =
......@@ -12,6 +13,7 @@ filterwarnings =
ignore:.*Using or importing the ABCs from 'collections'
ignore:.*uses the.*fixture, which is reset between function calls
ignore:.*'U' mode is deprecated
asyncio_mode = strict
consider_namespace_packages = true
markers =
inbound_message: used to pass a message parameter to the inbound_message fixture
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment