Expand description
Run a user-provided command on each of a set of provided commits. This is useful to run checks on all commits in the current stack with caching, parallelization, out-of-tree execution, etc.
Structs§
- FixInfo
- Information about the working copy state after running the test command.
- RawTest
Options - The options for testing before they’ve assumed default values or been validated.
- Resolved
Test Options - The values from a
RawTestOptions
but with defaults provided. SeeRawTestOptions
for details on these options. - Test
Output - The result of running a test.
- Test
Results - The results of running all tests.
- Testing
Aborted Error - An error produced when testing is aborted due to a certain commit.
Enums§
- Test
Status - The possible results of attempting to run a test.
- Verbosity
- How verbose of output to produce.
Functions§
- command_
main test
command.- run_
tests - Run tests on the provided set of commits.
- subcommand_
clean - Delete cached test output for the commits in
revset
.