Skip to content

Instantly share code, notes, and snippets.

@jvmaia
Created September 29, 2017 00:41
Show Gist options
  • Select an option

  • Save jvmaia/e619442d23677e4c0b079637e5a4337c to your computer and use it in GitHub Desktop.

Select an option

Save jvmaia/e619442d23677e4c0b079637e5a4337c to your computer and use it in GitHub Desktop.
(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