https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 4c6176e57edab1eb8417e09fee5eb4a01b4a90f2 authored by Jenkins for Software Heritage on 07 May 2020, 09:56:40 UTC
Updated debian changelog for version 0.0.83
Tip revision: 4c6176e
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