You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include total number of suites in "run ended" console message (#1116)
This enhances the console output message shown when a test run finishes
by including the total number of suites which ran or skipped, after the
total number of test functions. Example:
```
✔ Test run with 456 tests in 62 suites passed after 3.389 seconds.
```
The data was already being collected to support this, in a property
named `suiteCount`, but it was not being used anywhere. So this PR
adopts that property to augment the current "test run ended" message.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments