-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
site: fix some typos and other things in existing pages
- Loading branch information
Showing
7 changed files
with
42 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Filtering Tests | ||
|
||
When running `cargo-maelstrom` without any arguments it runs all the tests it finds | ||
as part of your project. If you wish to run only a subset of tests a filter can | ||
be applied via the command line. | ||
When running `cargo-maelstrom` without any arguments it runs all the tests it | ||
finds as part of your project. If you wish to run only a subset of tests a | ||
filter can be applied via the command line. | ||
|
||
The means of filtering is a DSL (domain specific language) that specifies some | ||
subset of the tests in your project. See [Test Pattern | ||
DSL](./test_pattern_dsl.md) for details of how that works. | ||
|
||
This DSL is used via the [`-i` and `-x` Flags](./i_and_x_flags.md) | ||
This DSL is used via the [`--include` and `--exclude` | ||
Flags](./include_and_exclude_flags.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Installation | ||
This is split up into two different installations processes. One for the | ||
clustered job runner, and another for cargo-maelstrom | ||
This is split up into two different installation processes. One for the | ||
clustered job runner, and another for `cargo-maelstrom` | ||
|
||
- [Clustered Job Runner](./install/clustered_job_runner.md) | ||
- [cargo-maelstrom](./install/cargo_maelstrom.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters