https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: d66a180b813b40f7f897a66d86d95fa8aef9ef16 authored by Jenkins for Software Heritage on 05 March 2021, 09:14:33 UTC
New upstream version 2.0.0
Tip revision: d66a180
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = docs .*
markers =
    fs: tests that involve filesystem ios
back to top