Revision 52d6e0a5065a550cebd89bc5e9ecb2ed14bf7119 authored by Valentin Lorentz on 08 December 2021, 11:27:28 UTC, committed by Valentin Lorentz on 08 December 2021, 14:46:09 UTC
1 parent 4803d78
Raw File
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