Files
self 692dcb3129 refactor: move Supertest into TribeOne plugin namespace
Use TribeOne.TribesPlugin.Supertest modules throughout the fixture plugin and update manifest, tests, and migration references accordingly.
2026-05-26 01:13:52 +02:00

7 lines
242 B
Elixir

ExUnit.start()
{:ok, _apps} = Application.ensure_all_started(:tribes)
TribeOne.TribesPlugin.Supertest.MigrationHelper.migrate_up!()
Ecto.Adapters.SQL.Sandbox.mode(Tribes.Repo, :manual)
Ecto.Adapters.SQL.Sandbox.mode(Parrhesia.Repo, :manual)