Log the number of test cases run when a test function finishes #943
Labels
command-line experience
enhancements to the command line interface
enhancement
New feature or request
good first issue
Good for newcomers
Description
Given test logs can easily get burried, the final test logs printed are significant to understand how well a test ran.
TLDR;
Expected behavior
Desired
Here above, I suggested the lines marked as 🆕
Actual behavior
Currently (example with 2 arguments tested)
Given that these logs easily get buried, I think something like the above would be way better.
Steps to reproduce
Write a swift test with arguments and run it.
Relevant thread:
https://forums.swift.org/t/fr-test-with-arguments-and-closures-dx-suggestions-to-clarify-all-arguments-were-tested/77677/7
swift-testing version/commit hash
not sure how to check
Swift & OS version (output of
swift --version && uname -a
)swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Target: arm64-apple-macosx15.0
Darwin Dendrocopus.local 24.2.0 Darwin Kernel Version 24.2.0: Fri Dec 6 19:02:41 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6030 arm64
The text was updated successfully, but these errors were encountered: