Minor test refactoring to improve on performance closes #383 #384

Merged
simon merged 23 commits from test-performance-optimization into main 2026-01-29 15:44:01 +01:00
Showing only changes of commit 3f0dc868c9 - Show all commits

View file

@ -1,6 +1,6 @@
ExUnit.start( ExUnit.start(
# shows 10 slowest tests at the end of the test run # shows 10 slowest tests at the end of the test run
slowest: 10 # slowest: 10
) )
Ecto.Adapters.SQL.Sandbox.mode(Mv.Repo, :manual) Ecto.Adapters.SQL.Sandbox.mode(Mv.Repo, :manual)