atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
1 stars 3 forks source link

Use tox-docker for testing #241

Closed sajith closed 5 months ago

sajith commented 5 months ago

Grabbing an issue for a minor convenience thing:

The way I test currently is by spinning up rabbitmq and mongo with Docker or Podman, and then running tox. The extra manual steps of running MQ and DB could be avoided if we could use tox-docker, which will take care of starting the containers and stopping them when we're done.