summaryrefslogtreecommitdiff
path: root/pkg/jsonmessage/jsonmessage_test.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/jsonmessage: JSONMessage.Display(): remove special case for 401 errorsSebastiaan van Stijn2023-05-041-1/+1
* test: use `T.Setenv` to set env vars in testsEng Zer Jun2022-04-231-5/+1
* gosimple: S1039: unnecessary use of fmt.SprintfSebastiaan van Stijn2021-06-101-1/+1
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* TestDisplayJSONMessagesStreamInvalidJSON: fix error checkKir Kolyshkin2019-09-181-2/+3
* replace gotty with aec, since gotty hasn't been updated since very long time ...RaviTeja Pothana2019-01-161-6/+6
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Cleanup pkg/jsonmessage progress testsDaniel Nephin2018-03-161-67/+85
* Automated migration usingDaniel Nephin2018-03-161-2/+3
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move RFC3339NanoFixed to a more appropriate package.Daniel Nephin2017-09-251-7/+6
* Fix golint errors.Daniel Nephin2017-08-181-3/+2
* Update the stream formatter to display custom unit numbers.Ying Li2017-05-111-8/+36
* Bump go-unitsVincent Demeester2017-02-071-9/+9
* pkg/jsonmessage: Use terminfo rather than open coding ANSI escape codesIan Campbell2016-11-111-6/+14
* pkg/jsonmessage: Wrap test failure messages so control characters alignIan Campbell2016-11-111-3/+3
* pkg/jsonmessage: Format all test expected/actual strings with %qIan Campbell2016-11-111-7/+7
* pkg/jsonmessage: Avoid undefined ANSI escape codes.Ian Campbell2016-11-101-3/+3
* Fix pkg/jsonmessage.TestProgress panicAkihiro Suda2016-05-311-0/+14
* Send push information to trust code out-of-bandAaron Lehmann2016-01-081-3/+3
* Move timeutils functions to the only places where they are used.David Calavera2015-12-151-7/+7
* events/jsonmessage: add and prefer TimeNano for eventsVincent Batts2015-09-181-4/+25
* Avoid buffering to tempfile when pushing with V2Stephen J Day2015-08-241-2/+2
* Add test coverage to pkg/jsonmessageVincent Demeester2015-06-021-7/+179
* Fixes hacks from progressreader refactorbobby abbott2015-03-251-0/+38