Created
September 29, 2017 00:41
-
-
Save jvmaia/e619442d23677e4c0b079637e5a4337c to your computer and use it in GitHub Desktop.
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
| (voc-env) jvmaia@josh:~/.../voc$ python setup.py test 2>&1 | grep -E 'success|FAIL' | |
| test_next_success (tests.builtins.test_next.NextTests) ... ok | |
| test_next_success_with_default (tests.builtins.test_next.NextTests) ... ok | |
| test_tuple (tests.builtins.test_set.BuiltinSetFunctionTests) ... unexpected success | |
| FAILED (expected failures=951, unexpected successes=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment