https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: af9cd2c4968b46d375b13a55f933d6afbeb15e00 authored by Jenkins for Software Heritage on 06 December 2021, 18:51:46 UTC
New upstream version 3.1.0
Tip revision: af9cd2c
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