https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 8e63afd7e440216fe672e8c1baad5295033fcf4b authored by Jenkins for Software Heritage on 13 January 2020, 11:07:52 UTC
New upstream version 0.0.81
Tip revision: 8e63afd
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