smartystreets / goconvey

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

fix: fix a few tests that were broken at HEAD #686

Closed srabraham closed 6 months ago

srabraham commented 6 months ago

one of these tests double-counted goroutines, because logging output now includes "goroutine" twice. This looks for just the first instance.

the other test failed on test instances which used multiple "%" signs after coverage numbers. It works with this change, and IMO it's simpler than it was as well.

also update a gitignore to use a correct new path

srabraham commented 6 months ago

FYI @riannucci