You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in the case of a loco app which interfaces with a lot of C code that requires a start up step and a shutdown step.
Right now when testing, the app bootstraps the environment using boot_test and runs the tests but after the tests have completed, the on_shutdown hook is never called, which is where I do my teardown of the external services.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For example, in the case of a loco app which interfaces with a lot of C code that requires a start up step and a shutdown step.
Right now when testing, the app bootstraps the environment using
boot_test
and runs the tests but after the tests have completed, theon_shutdown
hook is never called, which is where I do my teardown of the external services.Beta Was this translation helpful? Give feedback.
All reactions