https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 8daf33bfbfa739f612df865e5db4193f5010c369 authored by Antoine R. Dumont (@ardumont) on 07 May 2019, 13:58:24 UTC
cli.admin: Fix help message typo
Tip revision: 8daf33b
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