🔬This is a nightly-only experimental API. (
test)Expand description
Module converting command-line arguments into test configuration.
Macros
Structs
- TestOptsExperimental
Functions
- parse_optsExperimentalParses command line arguments into test options. Returns
Noneif help was requested (since we only show help message and don’t run tests), returnsSome(Err(..))if provided arguments are incorrect, otherwise creates aTestOptsobject and returns it.
Type Definitions
- Result of parsing the option part.
- OptResExperimentalResult of parsing the options.