https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: be8f1a559d8209710a08ca48d93b7f513fa1c42f authored by David Douard on 23 September 2020, 15:52:14 UTC
Adapt cli declaration entrypoint to swh.core 0.3
Tip revision: be8f1a5
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = docs .*
markers =
    fs: tests that involve filesystem ios
back to top