planetmint/pytest.ini
Jürgen Eckel 1909330971
Simplified unit tests (#294)
* 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>
2023-01-16 12:09:25 +01:00

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