https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 3a41bdf8ee2d31ad823fd5f27273a10b7e1d3e90 authored by Jenkins for Software Heritage on 15 December 2021, 12:39:35 UTC
New upstream version 3.2.0
Tip revision: 3a41bdf
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