Revision 8e63afd7e440216fe672e8c1baad5295033fcf4b authored by Jenkins for Software Heritage on 13 January 2020, 11:07:52 UTC, committed by Jenkins for Software Heritage on 13 January 2020, 11:07:52 UTC
2 parent s 8e8341b + 4244824
Raw File
pytest.ini
[pytest]
norecursedirs = docs
DJANGO_SETTINGS_MODULE = swh.deposit.settings.testing

markers =
    db: execute tests using a postgresql database
    fs: execute tests using the filesystem
back to top