i-VRESSE / bartender

Middleware web service to schedule jobs on various infrastructures
https://i-vresse-bartender.readthedocs.io
Apache License 2.0
1 stars 0 forks source link

Use testcontainers #12

Closed sverhoeven closed 1 year ago

sverhoeven commented 2 years ago

Currently you need to have a PostgreSQL instance running before running tests. Using https://testcontainers-python.readthedocs.io/en/latest/ we could provision a PostgreSQL Docker container in a pytest fixture.

Pro:

Con: