kriti21

Untitled

Apr 13th, 2018
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.24 KB | None | 0 0
  1.  
  2. self = <coalib.testing.LocalBearTestHelper.verify_local_bear.<locals>.LocalBearTest testMethod=test_invalid_files>
  3.  
  4.     def test_invalid_files(self):
  5.         self.assertIsInstance(invalid_files, (list, tuple))
  6.         for file in invalid_files:
  7.             self.check_validity(self.uut,
  8.                                 file.splitlines(keepends=True),
  9.                                 filename,
  10.                                 valid=False,
  11.                                 force_linebreaks=force_linebreaks,
  12.                                 create_tempfile=create_tempfile,
  13. >                               tempfile_kwargs=tempfile_kwargs)
  14.  
  15. ../coala-venv/lib/python3.5/site-packages/coalib/testing/LocalBearTestHelper.py:344:
  16. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  17. ../coala-venv/lib/python3.5/site-packages/coalib/testing/LocalBearTestHelper.py:135: in check_validity
  18.     settings=settings,
  19. ../coala-venv/lib/python3.5/site-packages/coalib/testing/LocalBearTestHelper.py:175: in check_invalidity
  20.     self.assertNotEqual(len(bear_output), 0, msg=msg)
  21. E   AssertionError: 0 == 0 : The local bear 'CMakeLintBear' yields no result although it should.
Add Comment
Please, Sign In to add comment