Replies: 2 comments 4 replies
|
Seems fine. Ideally ofc, test can kill everything that is launched, but this is above my knowledge level on how to achieve it. |
1 reply
|
I think this boilerplate isn't really necessary. All we need is the |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, to ensure killing a process (in a test, usually), we need the following:
This feels a little bit like boilerplate. We should consider adding a
killscript verb to replace all of the above withAll reactions