fdbe67a INTG: Show extra test summary info with pytest

1 file Authored by lslebodn 5 years ago, Committed by jhrozek 5 years ago,
    INTG: Show extra test summary info with pytest
    
    It will show reasons why tests were skipped.
    e.g.
      ====================== test session starts ========================
      platform linux -- Python 3.7.1, pytest-3.9.3, py-1.5.4,
                        pluggy-0.7.1 -- /usr/bin/python3
      cachedir: .pytest_cache
      rootdir: /dev/shm/sssd/src/tests/intg, inifile:
      collected 286 items / 285 deselected
    
      test_pac_responder.py::test_multithreaded_pac_client SKIPPED [100%]
      ==================== short test summary info ======================
      SKIP [1] test_pac_responder.py:108: No PAC responder, skipping
    
    Merges: https://pagure.io/SSSD/sssd/pull-request/3881
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    
        
file modified
+1 -1