Along similar lines as beyond-all-reason/teiserver#1007 (review) , I was trying to run the included tests (because I had made a change) and I didn't really know "how" to do that because the container is already up and live.
Some of the mix tests do run against the database, so at minimum the database needs to be up, and then I guess mix test would run in the same container (or a similar one) but without the entry point?
Along similar lines as beyond-all-reason/teiserver#1007 (review) , I was trying to run the included tests (because I had made a change) and I didn't really know "how" to do that because the container is already up and live.
Some of the
mix testsdo run against the database, so at minimum the database needs to be up, and then I guess mix test would run in the same container (or a similar one) but without the entry point?