mirror of
https://github.com/status-im/status-go.git
synced 2025-01-23 13:11:11 +00:00
98e64838e2
* test_: add test reliability workflow * test_: run docker detached * test_: run inside tests functional * test_: fix pytest config * test_: fix test * test_: add allure reporting * test_: add allure reporting * test_: add allure reporting * test_: use PAT * test_: use PAT * test_: test pat * test_: always create reports * test_: use dedicated repo * test_: remove unneeded step * test_: remove on push * test_: add nightly job
18 lines
201 B
INI
18 lines
201 B
INI
[pytest]
|
|
addopts = -s -v --tb=short
|
|
|
|
log_cli=true
|
|
log_level=INFO
|
|
|
|
markers =
|
|
rpc
|
|
wallet
|
|
tx
|
|
wakuext
|
|
accounts
|
|
ethclient
|
|
init
|
|
transaction
|
|
create_account
|
|
reliability
|