``` ==========================...
# general
h
Copy code
========================================================================== test session starts ===========================================================================
                     platform darwin -- Python 2.7.10, pytest-3.4.0, py-1.5.2, pluggy-0.6.0
                     rootdir: /Users/benjyw/src/pants, inifile:
                     plugins: timeout-1.2.1, cov-2.4.0
                     collected 118 items
                     
                     tests/python/pants_test/backend/python/tasks/test_python_repl.py F                                                                                                 [100%]
                     
                     -- generated xml file: /Users/benjyw/src/pants/.pants.d/test/pytest/6ee7ce3c712460c1daa76388bb6afe06ae6a7a98/junitxml/TEST-6ee7ce3c712460c1daa76388bb6afe06ae6a7a98.xml --
                     ================================================================================ FAILURES ================================================================================
                     ______________________________________________________________________ PythonReplTest.test_library _______________________________________________________________________
                     
                     self = <pants_test.backend.python.tasks.test_python_repl.PythonReplTest testMethod=test_library>
                     
                         def test_library(self):
                     >     self.do_test_library(self.library)
                     
                     .pants.d/pyprep/sources/60babee1b95bc6d48c7194be264e52b39df17eda/pants_test/backend/python/tasks/test_python_repl.py:136: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     .pants.d/pyprep/sources/60babee1b95bc6d48c7194be264e52b39df17eda/pants_test/backend/python/tasks/test_python_repl.py:133: in do_test_library
                         targets=targets)
                     .pants.d/pyprep/sources/60babee1b95bc6d48c7194be264e52b39df17eda/pants_test/backend/python/tasks/test_python_repl.py:127: in do_test_repl
                         self.assertIn(expectation, lines)
                     E   AssertionError: u'gogogo!' not found in '>>> >>> >>> '
                     ========================================================================== 117 tests deselected ==========================================================================
                     ================================================================ 1 failed, 117 deselected in 9.59 seconds ================================================================