https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 24b653e4c09ddf7831db23f48e3b90e66bb361d6 authored by Valentin Lorentz on 23 February 2021, 12:18:40 UTC
Add test for all qualifiers' converters and validators
Tip revision: 24b653e
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = docs .*
markers =
    fs: tests that involve filesystem ios
back to top