status-go/tests-functional/pytest.ini

20 lines
424 B
INI
Raw Permalink Normal View History

[pytest]
2024-11-11 14:40:05 +00:00
addopts = -s -v --instafail --tb=short --color=auto
log_cli=true
log_level=INFO
2024-11-11 14:40:05 +00:00
log_file = log/test.log
log_cli_format = %(asctime)s %(name)s %(levelname)s %(message)s
log_file_format = %(asctime)s %(name)s %(levelname)s %(message)s
timeout = 300
markers =
rpc
wallet
tx
wakuext
accounts
ethclient
init
2024-10-23 19:48:33 +00:00
transaction
create_account
2024-11-11 14:40:05 +00:00
filterwarnings =
ignore::DeprecationWarning