Last active
August 29, 2015 14:05
-
-
Save jalada/16e22f77d99c8567e080 to your computer and use it in GitHub Desktop.
When you find a set of tests on a project you've inherited, and you try and run it.
This file contains hidden or 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
$ ./some-custom-test-script-our-guy-wrote.sh | |
Starting test harness...this may take a while... | |
A bad group name | |
F: A key piece of functionality | |
F: Another key piece of functionality | |
P: A test that doesn't actually do anything | |
F: What, you thought there were going to be more green ones? | |
F: Nope, not this one either | |
TODO: Finish this group | |
Uncaught SyntaxError: Unexpected end of input | |
A piece of code that has been deleted | |
F: Obviously | |
F: All these | |
F: Are going to fail | |
RuntimeError: Unexpectedly small number of files. | |
$ rm -fr tests some-custom-test-script-our-guy-wrote.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment