dd8c69e Port pagure's test suite to pytest

Authored and Committed by pingou 3 years ago
    Port pagure's test suite to pytest
    
    This allows to do things like pytest -n 6 tests/ --cov pagure
    to run all the tests on 6 cores with coverage.
    pytest seems to be faster than nose and pytest is maintained,
    unlike nose...
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+4 -1
file modified
+3 -3
file modified
+61 -83
file modified
+1 -1