Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eric-Arellano/f8a88da36983f54ba25f8e2ab7485713 to your computer and use it in GitHub Desktop.
Save Eric-Arellano/f8a88da36983f54ba25f8e2ab7485713 to your computer and use it in GitHub Desktop.
14:00:17 00:14 [pytest]
Invalidated 19 targets.
scrubbed PYTHONPATH=/Users/eric/DocsLocal/code/projects/pants/src/python: from py.test environment
14:00:17 00:14 [run]
.......................................... [ 18%]
.......................................... [ 37%]
.......................................... [ 56%]
.......................................... [ 75%]
....................................F..... [ 94%]
............. [100%]
==================== FAILURES ====================
___________ StrutilTest.test_camelcase ___________
self = <pants_test.util.test_strutil.StrutilTest testMethod=test_camelcase>
def test_camelcase(self):
> self.assertEqual('Foo', camelcase('fo'))
E AssertionError: 'Foo' != 'Fo'
E - Foo
E ? -
E + Fo
.pants.d/pyprep/sources/d8ee86678d0085ed0478d6333d676a1393aaac86/pants_test/util/test_strutil.py:18: AssertionError
-------------- Captured stdout call --------------
Stdout still outputted upon failure.
-------------- Captured stderr call --------------
Stderr still outputted upon failure.
generated xml file: /Users/eric/DocsLocal/code/projects/pants/.pants.d/test/pytest/f371f069d58c8f8e335031db151c0037a425ed4c/junitxml/TEST-f371f069d58c8f8e335031db151c0037a425ed4c.xml
============ short test summary info =============
FAIL tests/python/pants_test/util/test_strutil.py::StrutilTest::test_camelcase
1 failed, 222 passed, 5 warnings in 5.34 seconds
tests/python/pants_test/util:argutil ..... SUCCESS
tests/python/pants_test/util:collections ..... SUCCESS
tests/python/pants_test/util:contextutil ..... SUCCESS
tests/python/pants_test/util:dirutil ..... SUCCESS
tests/python/pants_test/util:eval ..... SUCCESS
tests/python/pants_test/util:fileutil ..... SUCCESS
tests/python/pants_test/util:filtering ..... SUCCESS
tests/python/pants_test/util:memo ..... SUCCESS
tests/python/pants_test/util:meta ..... SUCCESS
tests/python/pants_test/util:netrc ..... SUCCESS
tests/python/pants_test/util:objects ..... SUCCESS
tests/python/pants_test/util:osutil ..... SUCCESS
tests/python/pants_test/util:process_handler ..... SUCCESS
tests/python/pants_test/util:retry ..... SUCCESS
tests/python/pants_test/util:rwbuf ..... SUCCESS
tests/python/pants_test/util:socket ..... SUCCESS
tests/python/pants_test/util:strutil ..... FAILURE
tests/python/pants_test/util:tarutil ..... SUCCESS
tests/python/pants_test/util:xml_parser ..... SUCCESS
FAILURE: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment