smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.24k stars 555 forks source link

Why is there no output test name on the terminal #689

Open qt-wu opened 6 months ago

qt-wu commented 6 months ago

image image

riannucci commented 6 months ago

If you pass -v you should see the test names (but I agree that the assertion should directly include the full path to the test)

qt-wu commented 6 months ago

image The test names still doesn't appear