View Source TestIex.Config (maxo_test_iex v0.1.7)

Central module for all provided configuration options

Link to this section Summary

Functions

Which test files should be matched? List of path globs, compatible with Path.wildcard

Watcher args, that are passed directly to :file_system package.

FS events deduplication frame, so that we do not trigger too many test runs on file changes.

Should the watcher be started?

Which file extentions do we consider relevant for re-running tests?

Link to this section Functions

Which test files should be matched? List of path globs, compatible with Path.wildcard

defaults: [ "./test/**/**_test.exs", "./lib/**/**_test.exs" ]

Watcher args, that are passed directly to :file_system package.

defaults:

  • [dirs: ["lib/", "test/"], latency: 0]

FS events deduplication frame, so that we do not trigger too many test runs on file changes.

defaults: 500

Should the watcher be started?

defaults: true

Which file extentions do we consider relevant for re-running tests?

defaults:

  • [".ex", ".exs"]