https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: e1c4f27840a1dc41e1601b7b616f4fdcd2e1de2e authored by Jenkins for Software Heritage on 13 January 2020, 11:11:10 UTC
Updated backport on buster-swh from debian/0.0.81-1_swh1 (unstable-swh)
Tip revision: e1c4f27
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