Skip to content

Commit

Permalink
docs: fix typos and repetition in test framework dev guide (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel authored Jul 2, 2024
1 parent 8921f63 commit 5c44e02
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/test-framework-dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ The test are run with mage using the `integration` namespace:

- `mage integration:local [testName|all]` to execute only those tests under the
`testing/integration` folder that set `Local: true`. It'll run all the tests if
`all` is passed as argument, or it'll pass `[testName]` to `go test` as
- `--run=[testName]`.These tests are executed on your local machine.

- `mage integration:local [testName]` same as `mage integration:local`, but it'll
pass `[testName]` to `go test` as `--run=[testName]`.
`all` is passed as argument, or it'll pass `[testName]` to `go test` as
`--run=[testName]`. These tests are executed on your local machine.

- `mage integration:single [testName]` to execute a single test under the `testing/integration` folder. Only the selected test will be executed on remote VMs.

Expand Down

0 comments on commit 5c44e02

Please sign in to comment.