Skip to content

Commit 241b9c2

Browse files
committed
Min fixes
1 parent 721f1ad commit 241b9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pkg.test("MyPackage")
4848

4949
## Command Line Options
5050

51-
You can pass various options to control test execution:
51+
You can pass various options to the `runtests.jl` script to control test execution:
5252

5353
```bash
5454
julia --project test/runtests.jl [OPTIONS] [TESTS...]
@@ -90,7 +90,7 @@ Pkg.test("MyPackage"; test_args=`--verbose --jobs=4 integration`)
9090

9191
## Features
9292

93-
### Automatic Test Discovery
93+
### Automatic Test Files Discovery
9494

9595
`ParallelTestRunner` automatically discovers all `.jl` files in your `test/` directory and subdirectories, excluding `runtests.jl`.
9696

0 commit comments

Comments
 (0)