https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 739976a5d8a2e8dcbe11b43df29dcdad1c464b08 authored by Jenkins for Software Heritage on 07 May 2020, 13:52:49 UTC
New upstream version 0.0.84
Tip revision: 739976a
pytest.ini
[pytest]
addopts = -p no:flask
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