Skip to content

Commit

Permalink
fix doc (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyking authored Mar 13, 2024
1 parent c0fa966 commit 78ff901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/commands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stuff/tests/test_batch.py . [100%]

## Options

* `-a, --all`: Lint all packages in the workspace
* `-a, --all`: Test all packages in the workspace

* `-p, --package <PACKAGE>`: Run the test suite of a specific package

Expand All @@ -55,4 +55,4 @@ stuff/tests/test_batch.py . [100%]

* `-s`, `--no-capture`: Disable stdout/stderr capture for the test runner

* `-h, --help`: Print help (see a summary with '-h')
* `-h, --help`: Print help (see a summary with '-h')

0 comments on commit 78ff901

Please sign in to comment.