mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
13 lines
246 B
INI
13 lines
246 B
INI
[pytest]
|
|
testpaths = tests/
|
|
norecursedirs = .* *.egg *.egg-info env* devenv* docs
|
|
addopts = -m "not abci"
|
|
looponfailroots = planetmint tests
|
|
asyncio_mode = strict
|
|
markers =
|
|
userfixtures
|
|
language
|
|
tendermint
|
|
usefixture
|
|
execute
|