Skip to content
Snippets Groups Projects
pytest.ini 450 B
[pytest]
# Remove the pytest_swh_* entries when they stop getting imported automatically
addopts = --import-mode=importlib --ignore=swh/deposit/settings -p no:flask -p no:pytest_swh_scheduler -p no:pytest_swh_storage -p no:pytest_swh_core
norecursedirs = build docs .*
asyncio_mode = strict

DJANGO_SETTINGS_MODULE = swh.deposit.settings.testing
markers =
    db: execute tests using a postgresql database
    fs: execute tests using the filesystem