nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.21k stars 99 forks source link

WIP: Add support for --skip and --exact test binary arguments #1653

Closed svix-jplatte closed 1 month ago

svix-jplatte commented 3 months ago

My half-finished attempt at #1483. It works, but clearly is not acceptable as-is because it adds a todo!() to one test, and doesn't add any tests for the new behavior.

Any hints as to how to get this into a mergable shape would be appreciated.

sunshowers commented 1 month ago

I'm going to pick this up and finish it off. Thanks for your work!

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 97.20497% with 9 lines in your changes missing coverage. Please review.

Project coverage is 79.74%. Comparing base (1875e84) to head (f6369c1). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
nextest-runner/src/test_filter.rs 96.44% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1653 +/- ## ========================================== + Coverage 79.46% 79.74% +0.27% ========================================== Files 80 80 Lines 19822 20079 +257 ========================================== + Hits 15752 16012 +260 + Misses 4070 4067 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sunshowers commented 1 month ago

Thanks again for all your hard work on this! Excited to get it into the hands of folks.