0c1010d Mark all expected failures as strict

Authored and Committed by cheimes 5 years ago
    Mark all expected failures as strict
    
    With strict=True, xfail() fails when the test case passes unexpectably.
    This allows us to spot passing tests that are expected to fail.
    
    Fixes: https://pagure.io/freeipa/issue/7613
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Petr Cech <pcech@redhat.com>