2a5114f Silence comparison-with-itself in tests

2 files Authored by cheimes 5 years ago, Committed by frenaud 5 years ago,
    Silence comparison-with-itself in tests
    
    Test code performs comparison to itself in order to verify __eq__ and
    __ne__ implementations.
    
    See: https://pagure.io/freeipa/issue/7758
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>