Finitomata :: First Class Documentation Adding E2E tests to an Elixir library

Using ExUnit's `start_supervised/2` for better cleanup

In a previous post, I wrote about how we can test a named singleton process in our system. There’s one more improvement we can make for better cleanup – use ExUnit’s start_supervised/2.

✍️ https://www.germanvelasco.com/blog/using-exunit-start-supervised-for-better-cleanup