Skip to content
Snippets Groups Projects
Commit c85990b9 authored by vlorentz's avatar vlorentz
Browse files

Tell pytest not to recurse in dotdirs.

pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
parent 6dd6acec
No related branches found
No related tags found
No related merge requests found
[pytest]
addopts = --doctest-modules
norecursedirs = docs
norecursedirs = docs .*
markers =
fs: tests that involve filesystem ios
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment