mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
6 lines
141 B
INI
6 lines
141 B
INI
[pytest]
|
|
testpaths = tests/
|
|
norecursedirs = .* *.egg *.egg-info env* devenv* docs
|
|
addopts = -m "not abci"
|
|
looponfailroots = planetmint tests
|