https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: b6f5e30b53c8331b19a40a3c086af8ffa3a7e222 authored by Valentin Lorentz on 16 September 2021, 12:09:15 UTC
HashableObject: Add type annotation for 'id' attribute
Tip revision: b6f5e30
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