mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
The E2E framework wraps testify's `require` so that by default we can stop tests on errors, but the cleanup functions should use `assert` so that we continue to try to cleanup the test environment even if there's a failure.