https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: ba7af7447e5aa7fcf05b327fe1a35419446849a9 authored by Antoine R. Dumont (@ardumont) on 31 March 2022, 16:34:14 UTC
model/cli: Format click docstring
Tip revision: ba7af74
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