mirror of
https://github.com/waku-org/waku-interop-tests.git
synced 2025-01-12 08:24:34 +00:00
589368f434
* small improvements * minor adjustments * new tests * try with more runners * try with more runners2 * tweaks for parallel run * new tests * small tweaks * new tests * new tests * test remove defaults from CI * handle empty strings for env vars in CI * add nodekey to main node * add more tests * finishing touches * fixes based on Alex suggestions * revert unwanted change * add new pause test
9 lines
260 B
INI
9 lines
260 B
INI
[pytest]
|
|
addopts = -s --instafail --tb=short --color=auto
|
|
log_level = DEBUG
|
|
log_cli = True
|
|
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
|