Async tests are great… until shared global state ruins your day. In this new article, @marpo60.bsky.social breaks down how using ProcessTree gave each test its own isolated environment — solving flakiness and making async tests safe again. 👉 www.mimiquate.com/blog/how-pro... #Elixirlang
How ProcessTree Saved My Async Tests
This post is about the trap I hit while mocking API calls in Elixir tests, why it happened, and how ProcessTree solved it beautifully.
mimiquate.com