#6189 Regression found by test: ipa.test_ipalib.test_output.test_Output.test_repr
Closed: Fixed None Opened 7 years ago by mbasti.

ipa.test_ipalib.test_output.test_Output.test_repr:

    def test_repr(self):
        """
            Test the `ipalib.output.Output.__repr__` method.
            """
        o = self.cls('aye')
>       assert repr(o) == "Output('aye', None, None)"
E       assert "Output('aye')" == "Output('aye', None, None)"
E         - Output('aye')
E         + Output('aye', None, None)

master:

  • f75735b Tests: test_ipalib/test_output fails due to change of Output behaviour

Metadata Update from @mbasti:
- Issue assigned to lryznaro
- Issue set to the milestone: FreeIPA 4.4.1

7 years ago

Login to comment on this ticket.

Metadata