mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-26 23:45:47 +00:00
* adjusted make test * 1st improvments to ease testing * simplified gh actions * adjusted gh action file * removed deps * added sudo to apt calls * removed predefined pytest module definitions * added installing planetmint into the unit test container * give time to the db container * added environment variables to unit-test.yml * removed acceptances tests from test executions Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
19 lines
403 B
INI
19 lines
403 B
INI
[pytest]
|
|
testpaths = tests/
|
|
norecursedirs = .* *.egg *.egg-info env* devenv* docs
|
|
#addopts = -m "not abci"
|
|
looponfailroots = planetmint tests
|
|
asyncio_mode = strict
|
|
markers =
|
|
bdb: bdb
|
|
skip: skip
|
|
abci: abci
|
|
usefixture('inputs'): unclear
|
|
userfixtures('utxoset'): unclear
|
|
language: lanuage
|
|
web: web
|
|
tendermint: tendermint
|
|
execute: execute
|
|
userfixtures
|
|
usefixture
|