How do I write Elixir tests?
Summary
An Elixir testing guide focusing on ExUnit usage, clear MUT identification with @subject, descriptive describe blocks, avoiding mocks, and embracing property testing to improve test readability.
Tech Watch by Johan Denoyer
An Elixir testing guide focusing on ExUnit usage, clear MUT identification with @subject, descriptive describe blocks, avoiding mocks, and embracing property testing to improve test readability.