Josh Drapeau

Results 3 comments of Josh Drapeau

Pytest won't run a fixture's teardown if the initial setup fails for _any_ reason. A try/finally block will still pass the exception upward while ensuring it's teardown code is still...

Hello @butla! Raising an exception during or after `docker_compose.execute('up --build -d')` and before our `yield` will result in your docker images staying up and running **without** the use of a...

Also, I've fixed the pep8 errors with the tests, however they're still broken due to unrelated changes. :(