- Notifications
You must be signed in to change notification settings - Fork105
A next-generation test runner for Rust.
License
Apache-2.0, MIT licenses found
Licenses found
nextest-rs/nextest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nextest is a next-generation test runner for Rust. For more information,check outthe website.
This repository contains the source code for:
- cargo-nextest: a new, faster Cargo test runner
- libraries used by cargo-nextest:
- nextest-runner: core logic for cargo-nextest
- nextest-metadata: library for calling cargo-nextest over the command line
- nextest-filtering: parser and evaluator forfiltersets
- nextest-runner: core logic for cargo-nextest
The minimum supported Rust version torun nextest with isRust 1.41. Nextest is not tested against versions that are that old, but it should work with any version of Rust released in the past year. (Please report a bug if not!)
The minimum supported Rust version tobuild nextest with isRust 1.81. For building, at least the last 3 versions of stable Rust are supported at any given time.
See thestability policy for more details.
While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once acrate has reached 1.x, any MSRV bump will be accompanied with a new minor version.
See theCONTRIBUTING file for how to help out.
Looking to contribute to nextest and don't know where to get started? Check out the list ofgood first issues.
Nextest is Free Software. This project is available under the terms of either theApache 2.0 license or theMITlicense.
Like all Free Software, nextest is a gift. Nextest is provided on an "AS IS" basis and there is NO WARRANTY attached to it. As a user, please treat the authors and contributors to this project as if you were treating the giver of a gift. In particular, you're asked to follow thecode of conduct.
This project is derived fromdiem-devtools. Upstreamsource code is used under the terms of theApache 2.0license and theMITlicense.
macOS is supported through the MacStadium Open Source Developer Program.
About
A next-generation test runner for Rust.