https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 08c69e63794a6d7a839f7201ee957c223f65f898 authored by John Ericson on 26 April 2022, 05:33:07 UTC
Add missing `content_git_object`
Tip revision: 08c69e6
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = build 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