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:
Metadata Update from @mbasti: - Issue assigned to lryznaro - Issue set to the milestone: FreeIPA 4.4.1
Log in to comment on this ticket.