https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: a51bf9b6dece57a65ae9bad5937677c1a36e8334 authored by Antoine R. Dumont (@ardumont) on 25 November 2019, 17:27:57 UTC
deposit.signal: Simplify configuration entry
Tip revision: a51bf9b
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