Skip to content

Releases: gotestyourself/gotestsum

v1.11.0

16 Sep 19:24
ec99a25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.11.0

v1.10.1

08 Jul 18:49
049fc26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

07 Apr 16:41
a0149eb
Compare
Choose a tag to compare

What's Changed

  • Use go 1.20 in CI by @dnephin in #304
  • Fix need to save twice to trigger watch on OSX using Neovim by @andersjanmyr in #300
  • Add standard-json format by @Pawka in #313
  • Ensure jsonfile is flushed before running post-run-command by @dnephin in #305
  • Add jsonfile-timing-events flag for capturing only the timing events in a file by @dnephin in #306
  • Use io.Writer in formatters by @dnephin in #317
  • ci-matrix: improve description by @dnephin in #307
  • slowest: Add num flag for limiting the number of slow tests to print by @dnephin in #318

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

14 Jan 20:19
875f294
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

19 Aug 02:06
f863151
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

08 May 20:42
e209ec9
Compare
Choose a tag to compare

Changelog

  • e209ec9 Merge pull request #249 from dnephin/add-update-flag
  • 849289b Add to readme
  • 57ba68e Add some tests for watch events
  • 14592d7 watch: add u key for updates
  • f1fdcbd Merge pull request #246 from dnephin/warn-watch-and-paths
  • ddb4125 Document --watch with extra package paths
  • 938480e Merge pull request #245 from dnephin/aix
  • 6b46741 Fix the build on aix

v1.8.0

09 Apr 18:46
69fcbcb
Compare
Choose a tag to compare

Changelog

  • 69fcbcb Merge pull request #243 from dnephin/enable-color-on-github-actions
  • 9e8433c Enable color by default when run from github actions
  • a8b4e27 Merge pull request #242 from gotestyourself/docs-post-run
  • 4cc96fb Improve the docs for --post-run-command
  • cc0c1a1 Merge pull request #234 from uhthomas/exec-stdin
  • ac4bc6f Improve the test for input from stdin
  • ce158b4 Pass stdin to go test
  • 0fa88f3 Merge pull request #241 from gotestyourself/mkdir-path
  • d93af71 create any missing directories for {json,junit}file
  • 528a3fd Merge pull request #235 from ashanbrown/asb/ignore-warnings
  • bba51ac Fix e2e test failure
  • 90a5a10 Ensure we still rerun tests when there are warnings
  • d9cd222 Merge pull request #237 from gotestyourself/ci-go1.18
  • 99a7f30 fix goreleaser
  • afec7a6 ci: go1.18
  • 661b091 Merge pull request #226 from g-gaston/compile-test2json-without-go
  • 42e50c2 Add instructions to compile test2json without the need of a local go installation
  • 08a7689 Merge pull request #224 from greut/fix/golangci-lint
  • 2a49979 fix: remove deprecated linters from golanci-lint
  • 87d6387 Merge pull request #223 from dmitris/patch-1
  • 98a1847 update 'go get' idirective to 'go install'
  • e5de87c Merge pull request #216 from dnephin/pkg-elapsed
  • b08915a Merge pull request #215 from dnephin/windows-color
  • 5ec6ef6 Update tests for package elapsed time change.
  • ed34d9a testjson: use event elapsed time for package elapsed
  • 7cadea0 Fix color output on windows
  • c5a73e1 log: use color.Error in log
  • c728c6c Merge pull request #211 from dnephin/version-cmd
  • c0fbc60 Merge pull request #212 from dnephin/go1.17
  • c4e2ac6 ci: add go1.17, remove go1.13
  • ff8f987 README: add version when feature was introduced.
  • de90737 Add 'help' and '?' commands
  • 37116ff Merge pull request #210 from johnrichardrinehart/fix/detect-death-by-sigint
  • 643063a cmd: update signal handling
  • 232870c fix(cmd/main.go): add a channel to proc{} for detecting SIGINT

v1.7.0

23 Jul 23:25
1a94380
Compare
Choose a tag to compare

Changelog

1a94380 Merge pull request #204 from MichaelScheetz-HPE/patch-1
b779ab6 remove x/crypto
718c2f9 Fix cve-2020-29652
012a85e Merge pull request #201 from cpuguy83/add_suite_timestamp
f2b0a2e Use zero timestamp for tests and update golden
31cc95b junit: Add timestamp for suite start time
bdcb1a9 Merge pull request #199 from dnephin/add-profile-script-to-docs
87cb6b0 Add example of running with cpuprofile enabled
fb92894 Merge pull request #198 from dnephin/reload-paths
cba7ff6 internal/filewatcher: rename some types and methods
cdd0de1 Add 'l' action for watch mode
99b2618 Merge pull request #197 from dprotaso/watching-run-all
a17a4b3 move condition to reduce complexity of Watch
77279f7 enable running all tests when watching by pressing 'a'
ecb7c69 Merge pull request #194 from dagood/ignorenonjson
4710cc6 small improvement to TestScanOutput_WithNonJSONLines
226f339 Apply suggestions; add test case for non-JSON line
5707a34 Apply suggestions from code review
cee4211 Add --ignore-non-json-output-lines option

v1.6.4

18 Apr 18:53
bb9679f
Compare
Choose a tag to compare

Changelog

bb9679f Merge pull request #191 from dnephin/handle-missing-subtest-pass-event
9ad60eb Merge pull request #192 from dnephin/no-rerun-on-panic
80568f3 Avoid rerun of fialed tests when previous run had a panic
5c6169b Merge pull request #185 from dnephin/fix-no-tests-run-run
68539ea format: handle 'testing: warning: no tests to run' event
e91cbd9 Mitigate gotest bug with missing end events
50d8cb4 Merge pull request #190 from dnephin/print-coverpkg-output
411f958 Fix capturing of coverpkg output

v1.6.3

29 Mar 22:52
73868ed
Compare
Choose a tag to compare

Changelog

73868ed Merge pull request #187 from ProjectFrank/main
9bf2c6d Use go1.16 for build and publish jobs in CI
e46e163 Merge pull request #182 from thaJeztah/bump_deps
ff836c1 go.mod: golang.org/x/tools v0.1.0
07a8c6d go.mod: github.com/jonboulle/clockwork v0.2.2
56352eb go.mod: github.com/google/go-cmp v0.5.5
ce534c7 go.mod: github.com/fatih/color v1.10.0
ade3e70 Merge pull request #181 from jkowalski/arm-release
2a9814c Added support for 'arm' binary release