-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make the test output easier to read (#4931)
* feat: Add coloring to the test output Makes it a bit easier to read the output at a glance. If the terminal does not support coloring it gets disabled automatically https://github.com/fatih/color#disableenable-color * feat: Separate test failures a bit more I find these tend to bleed together, so forcing a newline between each makes it clear where the output of one test ends and the next begins. * chore: make staticcheck
- Loading branch information
Markus Westerlind
authored
Jul 5, 2022
1 parent
9f8842a
commit ad965c1
Showing
3 changed files
with
30 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters