All components from payload processing downwards are tested. Tests that depend on docker compose have been disabled by default because they take too long to use during development. Furthermore, the queue manager tests are not stable, a refactoring with inversion of control is urgently needed to make the components properly testable. The storage tests are stable and should be run once before releasing, this should be implemented via the CI script. Also adds, if present, tenant Id and operation kwargs to storage and queue response.
5 lines
298 B
INI
5 lines
298 B
INI
[pytest]
|
|
norecursedirs = tests/tests_with_docker_compose
|
|
; storage tests and queue manager tests are disabled, since docker compose takes too long to start for regular tests.
|
|
; They should be run though once before a release.
|
|
; The queue manager tests are also disabled because they are not stable. |