| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This patch makes verbose testing mode less verbose by only writing the test output to stderr if the test failed. Additionally the output is written out just after the fail line so there is no need to scroll down to find the output.
|
💙 review by @livecodeali ok 1c8a1ea |
Sorry, something went wrong.
[[ Tests ]] Make verbose mode less verbose This patch makes verbose testing mode less verbose by only writing the test output to stderr if the test failed. Additionally the output is written out just after the fail line so there is no need to scroll down to find the output.
|
😎 test success 1c8a1ea
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This patch makes verbose testing mode less verbose by only writing the test
output to stderr if the test failed. Additionally the output is written out
just after the fail line so there is no need to scroll down to find the
output.