mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-20 03:30:22 +00:00
Migrate the liblogosdelivery API/wrapper pytest suite into tests-e2e/ and run it in CI (e2e-api-tests.yml) against the built library. Edge senders use the real lightpush path (relay=False).
16 lines
479 B
INI
16 lines
479 B
INI
[pytest]
|
|
addopts = --instafail --tb=short --color=auto
|
|
log_level = DEBUG
|
|
log_cli = True
|
|
norecursedirs =
|
|
vendor
|
|
nimbledeps
|
|
*.egg-info
|
|
log_file = log/test.log
|
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s
|
|
log_file_format = %(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s
|
|
timeout = 300
|
|
markers =
|
|
smoke: marks tests as smoke test (deselect with '-m "not smoke"')
|
|
docker_required: test requires Docker nodes (WakuNode)
|