You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
Test container now supports start the docker container with specific service: testcontainers/testcontainers-python#315. Update our Postgres testing to start the docker container based on the docker compose file, but just with postgres and flyway service, ignore the api service. Make the change in the file server/backend/testspg/conftest.py
Acceptance Criteria
Postgres testing container only start with the Postgres and flyway service