We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that the stop_app() is called regardless of the success or failure of the tests.
stop_app()
The text was updated successfully, but these errors were encountered:
test: update test_connect to use stop_app
fbd4f0d
Wrap call `start_app` & `stop_app` in try/finally blocks. Modified code was auto reformatted, also. Closes #956
eec6c5a
4d5cf10
140bb35
062a172
dmyger
Successfully merging a pull request may close this issue.
Ensure that the
stop_app()
is called regardless of the success or failure of the tests.The text was updated successfully, but these errors were encountered: