C

cargo-nextest

C
cargo-nextest Languages v0.9.140

cargo-nextest 0.9.140

Added A new cargo nextest help <topic> subcommand renders reference documentation directly in the terminal. The available topics are: filterset (alias filtersets): the filterset DSL reference repo-config: the repository configuration reference user-config: the user configuration reference cargo nextest help lists the available topics. (#3419, #3424, #3432, #3433) Changed The glibc requirement for…

C
cargo-nextest Languages v0.9.138

cargo-nextest 0.9.138

Added Nextest now sets the following environment variables during the list phase, not just the run phase: NEXTEST_VERSION NEXTEST_REQUIRED_VERSION NEXTEST_RECOMMENDED_VERSION NEXTEST_RUN_ID NEXTEST_BINARY_ID NEXTEST_WORKSPACE_ROOT This lets target runners and custom test harnesses use this information while listing tests. (#3410) Changed When --cargo-metadata is passed without --binaries-metadata,…

C
cargo-nextest Languages v0.9.137

cargo-nextest 0.9.137

Changed CLI --help descriptions, configuration-reference docs, and JSON schema descriptions now use consistent language and voice. (#3366) Fixed Filterset expressions like not(test(foo)), all()and(test(foo)), and all()or(test(foo)), where not, and, or or is immediately followed by an opening parenthesis, now parse correctly. Previously, a separating space was required. (#3367)

C
cargo-nextest Languages v0.21.1

nextest-filtering 0.21.1

Fixed Filterset expressions like not(test(foo)), all()and(test(foo)), and all()or(test(foo)), where not, and, or or is immediately followed by an opening parenthesis, now parse correctly. Previously, a separating space was required. (#3367)

C
cargo-nextest Languages v0.9.136

cargo-nextest 0.9.136

Added Following up from the recently-added schema for repository configuration, nextest now also provides a JSON Schema for user configuration. The schema for the running version can be obtained by running cargo nextest self schema user-config. (#3351) Changed The max-progress-running user-config setting no longer accepts numeric strings like "8" (an undocumented fallback). The supported values re…