openva / vabusinesses.org

Website for Virginia State Corporation Commission data.
https://vabusinesses.org/
MIT License
4 stars 1 forks source link

Test script shouldn't start Docker if it's running #104

Closed waldoj closed 4 years ago

waldoj commented 4 years ago

Right now, the test script starts Docker without first checking if it's already running, and then shuts it down at the conclusion of testing.

Instead, check if it's running at the outset of the tests. Only if it is not should it be started and stopped.

waldoj commented 4 years ago

No longer relevant — the tests are now run solely within the Docker container, and never in the host.