-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Description
If tests are taking too long to run, there's currently no way to tell which individual tests are slow.
A --verbose flag could let you see:
- Both successes and failures
- Durations for each individual test
The former is a prerequisite for the latter; if you only see durations of failures, that doesn't help much!
roine, hastebrot and mquoma