Raw File
[pytest]
addopts = --doctest-modules
norecursedirs = docs
markers =
    fs: tests that involve filesystem ios
back to top