Skip to content

Commit f2379e8

Browse files
authored
Merge pull request #63 from emacs-rustic/doc-test
docs: Update test section
2 parents 2f3c5ff + e3a449b commit f2379e8

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -551,14 +551,13 @@ If you want to disable warnings when running cargo-test commands, you can set
551551

552552
Commands:
553553

554-
`rustic-cargo-nextest-exec-command` command for running [nextest](https://github.com/nextest-rs/nextest)
555-
`rustic-cargo-test` run 'cargo test', when called with `C-u` store
556-
arguments in `rustic-test-arguments`
557-
558-
`rustic-cargo-test-rerun` rerun 'cargo test' with arguments stored in
559-
`rustic-test-arguments`
560-
561-
`rustic-cargo-current-test` run test at point, whether it's a function or a module
554+
- `rustic-cargo-test` run 'cargo test', when called with `C-u` store
555+
arguments in `rustic-test-arguments`
556+
- `rustic-cargo-test-rerun` rerun 'cargo test' with arguments stored
557+
in `rustic-test-arguments`
558+
- `rustic-cargo-current-test` run test at point, whether it's a
559+
function or a module
560+
- `rustic-cargo-run-nextest` command for running [nextest](https://github.com/nextest-rs/nextest)
562561

563562
![](https://raw.githubusercontent.com/emacs-rustic/rustic/main/img/cargo_current_test.png)
564563

0 commit comments

Comments
 (0)