summaryrefslogtreecommitdiff
path: root/test/elixir/test/test_helper.exs
blob: b2c3210e830f190fb75a2e9d57a688ac72267e7a (plain)
1
2
3
4
5
6
7
ExUnit.configure(
  exclude: [pending: true],
  formatters: [JUnitFormatter, ExUnit.CLIFormatter]
)

ExUnit.start()
Code.require_file("partition_helpers.exs", __DIR__)