https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 36bedfe6162eeffefc581754f94ea98b41660e92 authored by Jenkins for Software Heritage on 07 May 2020, 13:52:51 UTC
Updated debian changelog for version 0.0.84
Tip revision: 36bedfe
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