docker-mailman icon indicating copy to clipboard operation
docker-mailman copied to clipboard

Add more tests!

Open maxking opened this issue 8 years ago • 0 comments

Currently, the tests only run to make sure that the containers are up and responds to requests. This makes sure the following things work:

  • Mailman Core's REST runner is up and accepting connections
  • Postorius & Hyperkitty is up and respond to home page requests for each
  • Database connection works because both -core and -web run their migrations on startup.

More things to test:

  • Everything that happens in entry point scripts.

maxking avatar Oct 01 '17 22:10 maxking