https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 153c6e84421b2186bb17a35abe866a4eac3c1359 authored by Daniele Serafini on 29 June 2021, 12:42:54 UTC
make deduplication optional when iterating over the merkle tree
Tip revision: 153c6e8
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