In ExUnit is it possible to mark a single test as non-async?

Define an async module and a sync module in the same file. A single file may help with discoverability.

Possibly name the channels uniquely for each test.

Here’s José’s explanation:

https://elixirforum.com/t/running-async-tests-with-hound/5599/4

2 Likes