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 721f1ad commit 241b9c2Copy full SHA for 241b9c2
docs/src/index.md
@@ -48,7 +48,7 @@ Pkg.test("MyPackage")
48
49
## Command Line Options
50
51
-You can pass various options to control test execution:
+You can pass various options to the `runtests.jl` script to control test execution:
52
53
```bash
54
julia --project test/runtests.jl [OPTIONS] [TESTS...]
@@ -90,7 +90,7 @@ Pkg.test("MyPackage"; test_args=`--verbose --jobs=4 integration`)
90
91
## Features
92
93
-### Automatic Test Discovery
+### Automatic Test Files Discovery
94
95
`ParallelTestRunner` automatically discovers all `.jl` files in your `test/` directory and subdirectories, excluding `runtests.jl`.
96
0 commit comments