https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: b5e405227a530f2b53fd4129b3e6e6e6db4dc18b authored by Jenkins for Software Heritage on 15 June 2021, 14:56:07 UTC
New upstream version 2.6.0
Tip revision: b5e4052
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = docs .*
markers =
    fs: tests that involve filesystem ios
    requires_optional_deps: tests in test_cli.py that should not run if optional dependencies are not installed
back to top