mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 00:51:12 +00:00
tests-functional/ -> test/functional/ tests-unit-network/ -> test/unit-network/ No Go code changes beyond the two package paths. Every reference follows: Makefile targets, the pytest-lint and reliability workflows, the three Jenkinsfiles, the root Dockerfile, pyrightconfig.json, .gitignore, the benchmark and functional-test scripts, and the docs. All paths inside the moved directories are self-contained (docker compose uses `context: .`, the Python helpers resolve from __file__), so the extra level of nesting does not reach outside. refs #7067
32 lines
719 B
INI
32 lines
719 B
INI
[pytest]
|
|
addopts = -v --show-capture=all --color=yes
|
|
asyncio_mode = auto
|
|
|
|
log_cli=true
|
|
log_level=DEBUG
|
|
log_cli_level=DEBUG
|
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)s %(message)s
|
|
log_cli_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
junit_logging = all
|
|
|
|
markers =
|
|
rpc
|
|
wallet
|
|
wakuext
|
|
accounts
|
|
ethclient
|
|
init
|
|
transaction
|
|
create_account
|
|
reliability
|
|
activity
|
|
assets
|
|
benchmark
|
|
connector
|
|
ens
|
|
light_client_7393: known-flaky light client tests tracked in https://github.com/status-im/status-go/issues/7393 (remove marker when issue is closed)
|
|
compatibility: cross-version chat compatibility smoke tests (version under test <-> previous releases)
|
|
logos_storage
|
|
|