Revision b054927a8a18bd989f902bcbf3ac7113a6cd765b authored by Phabricator Migration user on 06 January 2023, 21:13:36 UTC, committed by Phabricator Migration user on 06 January 2023, 21:13:36 UTC
Fix XML parsing of the client.

See merge request swh/devel/swh-deposit!162
2 parent s aa7e2b1 + 0bb516d
Raw File
pytest.ini
[pytest]
# Remove the pytest_swh_* entries when they stop getting imported automatically
addopts = -p no:flask -p no:pytest_swh_scheduler -p no:pytest_swh_storage -p no:pytest_swh_core
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