We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f438efb commit a97fcf9Copy full SHA for a97fcf9
lib/mix/lib/mix/tasks/test.ex
@@ -100,6 +100,11 @@ defmodule Mix.Tasks.Test do
100
101
mix test --only line:12 test/some/particular/file_test.exs
102
103
+ Note that line filter takes the closest test on or before the given line number.
104
+ In the case a single file contains more than one test module (test case),
105
+ line filter applies to every test case before the given line number, thus more
106
+ than one test might be taken for the run.
107
+
108
## Configuration
109
110
* `:test_paths` - list of paths containing test files, defaults to
0 commit comments