Guest User

Untitled

a guest
Jan 15th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. self = <tests.testutils.runcli.Result object at 0x7f19a7fa8780>
  2. error_domain = <ErrorDomain.PIPELINE: 7>, error_reason = 'inconsistent-pipeline'
  3. fail_message = ''
  4.  
  5. def assert_main_error(self,
  6. error_domain,
  7. error_reason,
  8. fail_message=''):
  9.  
  10. assert self.exit_code == -1, fail_message
  11. assert self.exc is not None, fail_message
  12. > assert self.exception is not None, fail_message
  13. E AssertionError:
  14. E assert None is not None
  15. E + where None = <tests.testutils.runcli.Result object at 0x7f19a7fa8780>.exception
  16.  
  17. tests/testutils/runcli.py:107: AssertionError
  18. Perl Nopaste 1.6 © 2008-2010 by linux-dev.org
  19.  
  20. Rendertime: 0.0314sec
Add Comment
Please, Sign In to add comment