Commit 159f334
committed
Add explicit test pattern configuration to suppress ExUnit warning
Add test_pattern and test_paths to mix.exs to explicitly configure which
files are test files. This eliminates the warning about support files
(test/support/*.ex) not matching test patterns, while ensuring all test files
matching **/*_test.exs are correctly identified and run.1 parent 0c878ac commit 159f334
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments