Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- self = <tests.testutils.runcli.Result object at 0x7f19a7fa8780>
- error_domain = <ErrorDomain.PIPELINE: 7>, error_reason = 'inconsistent-pipeline'
- fail_message = ''
- def assert_main_error(self,
- error_domain,
- error_reason,
- fail_message=''):
- assert self.exit_code == -1, fail_message
- assert self.exc is not None, fail_message
- > assert self.exception is not None, fail_message
- E AssertionError:
- E assert None is not None
- E + where None = <tests.testutils.runcli.Result object at 0x7f19a7fa8780>.exception
- tests/testutils/runcli.py:107: AssertionError
- Perl Nopaste 1.6 © 2008-2010 by linux-dev.org
- Rendertime: 0.0314sec
Add Comment
Please, Sign In to add comment