github gotestyourself/gotestsum v0.6.0

latest releases: v1.11.0, v1.10.1, v1.10.0...
3 years ago

Changes

  • Add --watch flag for running tests when a file is saved
  • Fix a panic caused by a missing action=run event, likely a bug in test2json or go test
  • Rename --no-summary to --hide-summary (--no-summary still works, but is hidden)
  • Make the summary a little more compact by removing some extra newlines, especially when using --hide-summary=output

Changelog

a37fa33 Merge pull request #156 from dnephin/fix-panic-in-fails-report
676e8e7 Fix a panic when 'go test' does not send an Action=run event for a test
485b2ea Fix a couple race conditions
8f9d58b Update gocmp, fixes a checkptr error
cde872b Merge pull request #157 from dnephin/fix-watch
d0804e6 filewatcher: only recurse when directory has a /... suffix
1c78e40 upgrade gotest.tools
c11beca filewatcher: fix event.Op comparison
a94234d Merge pull request #155 from dnephin/add-testname
ca01c79 testjson: create TestName
d52d240 Merge pull request #153 from dnephin/add-watch-flag
1c19d1b watch: move timer into filewatcher
8cd442a Add --watch flag for running tests when files change.
fddcbf4 Merge pull request #152 from dnephin/less-whitespace-in-summary
5c495de Remove the extra newline between summary sections
8efcfba Rename --no-summary to --hide-summary
1530e18 Remove extra newlines when no-summary=output
e3cd29c Merge pull request #151 from dnephin/move-run
60f382a Update golden files for new path
243e57f Move main cmd to ./cmd
915824d Move only main.go to ./cmd

Don't miss a new gotestsum release

NewReleases is sending notifications on new releases.