🔬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
None
if help was requested (since we only show help message and don’t run tests), returnsSome(Err(..))
if provided arguments are incorrect, otherwise creates aTestOpts
object and returns it.
Type Definitions
- Result of parsing the option part.
- OptResExperimentalResult of parsing the options.