Skip to content

Releases: gotestyourself/gotestsum

v0.4.1

20 Feb 20:11
dfe7af0
Compare
Choose a tag to compare

Changelog

3dcb1ca Give the short formats some more descriptive names (pkgname, and testname)
23461c3 Documentation for executing compiled test binary
66f0a38 Fix panic when terminal width is 0
aaff263 format/dots: print one package per line
5b470d6 Default no-color to library value

v0.4.0

27 Oct 18:38
06322b4
Compare
Choose a tag to compare

Changelog

06322b4 Merge pull request #75 from dnephin/windows-ci
0b91335 Merge pull request #73 from dnephin/format-verbose-errors
7e52773 Add a windows CI job
168b49e Add short-with-failures to help
30a7d17 Add short-with-failure format
782abf2 Merge pull request #70 from dnephin/junit-name-formats
1bfd481 Document new junit format flags
63d81f1 Add flags for formatting junit field names
ac42209 Add a config for formatting junit xml
0059e51 Merge pull request #71 from dnephin/test-go1.13
42ccdd9 Test go1.13
88641c2 Merge pull request #67 from dnephin/copyright
a616c57 Add a copyright NOTICE
fc6cb58 Merge pull request #61 from nhooyr/better-short-verbose
31514b3 Merge pull request #63 from ebilling/master
e3accd4 always colorize output unless specifically requested not to
aaabbb3 Improve short-verbose output for tests in CWD
9ed80b5 Merge pull request #59 from dnephin/report-cache-usage
9fd1128 Report if a package was cached in short formats

v0.3.5

26 Jun 23:41
1796188
Compare
Choose a tag to compare

Changelog

1796188 Merge pull request #57 from dnephin/coverage-in-short-format
4445661 Add tests for running with -cover
48f45d7 Small refactor to reduce cyclomatic complexity
1d5430f Identify and, filter or display coverage output
6b99016 Merge pull request #52 from glenjamin/version-flag
baa0410 Attempt at making the section about go test flags more obvious
66227f6 Add a --version flag that goreleaser will populate for us

v0.3.4

13 Mar 03:09
4caef0e
Compare
Choose a tag to compare

Changelog

4caef0e Merge pull request #48 from dnephin/use-orbs
c800bc8 Merge pull request #49 from lokst/use_full_classname
eb29bee output the full classname in the classname attribute of testcase elements
2259c56 update dev tools
0ebdcf9 Change to golangci-lint
1b86808 Use orbs in CI config
bf49092 go mod tidy
308fb9a Merge pull request #44 from dnephin/fix-use-of-iota
c96a20a Rename printer.go to format.go
f5b37d0 Fix summary iota

v0.3.3

13 Feb 00:45
cec68c0
Compare
Choose a tag to compare

Changelog

cec68c0 Merge pull request #43 from dnephin/go1.12
e458a7a Test with go1.12rc1
8760d08 Merge pull request #42 from dnephin/fix-junit-time-unit
882c710 Remove s suffix from junitxml times
3a0e92b Merge pull request #40 from gotestyourself/readme-fix
257abc0 Some README updates
90bf791 Merge pull request #38 from dnephin/relative-path-with-go-mod
74f49ec Add more go module stderr lines to the whitelist
a9981c9 Merge pull request #36 from dnephin/relative-path-with-go-mod
ec29767 Support relative pkg paths with go modules
795813a Merge pull request #35 from dnephin/flag-val-for-no-summarize
ff250ac Add flag value for noSummary flag
dc92d87 Merge pull request #34 from dnephin/add-no-output-value-for-summary
c621fb5 Use go version as reported by the binary
23f01ef Merge pull request #32 from dnephin/add-no-output-value-for-summary
2867c70 Add output value as an option for summary flag
3bf723a Skip git validation in release

v0.3.2

11 Nov 18:50
ad9c8f4
Compare
Choose a tag to compare

Changelog

ad9c8f4 Merge pull request #29 from dnephin/pr-fix-go-module-output
3652484 Add another go module prefix to the list
a449359 Add go module files
98c46dc refactor to use an errGroup for the two streams
b64d455 Fix order of operations in readStderr
625b21f bugfix - ignore go module stdErr messages
fc6f8e9 Merge pull request #26 from dnephin/test-go1.11
9dc8d56 Test go 1.11

v0.3.1

04 Aug 21:16
8fced02
Compare
Choose a tag to compare

Changelog

8fced02 Merge pull request #23 from dnephin/minor-improvements
0267de5 Merge pull request #20 from dnephin/add-vendor
415233f Update vendor to fix a bug visible with go get
25ba33b Couple small improvements
c6598a9 Merge pull request #21 from rodrigc/flag-fix-doc
ef5f8e7 Fix reference to --junitfile flag
176b2cb Document TEST_DIRECTORY
cf7ee4c improve the demo video
cad46c3 Merge pull request #17 from dnephin/update-readme
c4204ae Update tests for go1.10.3
a57da4b Update README with demo

v0.3.0

05 May 22:04
3733c90
Compare
Choose a tag to compare

Changelog

3733c90 Merge pull request #14 from dnephin/use-filewatcher-env-vars
b8b8283 Support env vars for some flags.
3943c8a Merge pull request #13 from dnephin/goreleaser
d0b3fb0 Fix circle release config

v0.2

05 May 17:28
f54338f
Compare
Choose a tag to compare

Add color to output.
Add flag to disable parts of the summary.

v0.1

02 May 00:57
Compare
Choose a tag to compare

First release