https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: b646d12ba94b0203e77395515249a342aaf5575b authored by David Douard on 21 November 2019, 16:53:53 UTC
Fix migration scripts for 80 column lines
Tip revision: b646d12
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