High level testing in isolation

If you really want to run integration tests in isolation then you’d likely want to start them independent of the global name registration. Take a look at https://github.com/plataformatec/mox and jose’s explanations here: Struggling with the Mock noun

Otherwise you cannot use async tests and would do the setup/cleanup for each test.