nextest-rs / nextest

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

Incorrect pluralization in test output #880

Closed connorslade closed 1 year ago

connorslade commented 1 year ago

When running nextest on a binary with a single test / binary, it prints lines with incorrect pluralization. It says 1 tests across 1 binaries and 1 tests run when it should say 1 test across 1 binary and 1 test run.

cargo nextest run
    Finished test [unoptimized + debuginfo] target(s) in 0.00s
    Starting 1 tests across 1 binaries
        PASS [   0.013s] tmp::bin/tmp test::test
------------
     Summary [   0.015s] 1 tests run: 1 passed, 0 skipped
sunshowers commented 1 year ago

Thanks! I agree that this would be good.