fepitre / rpms / pungi

Forked from rpms/pungi 5 years ago
Clone

39a95b7 Simplify running tests

Authored and Committed by lsedlar 7 years ago
1 file changed. 2 lines added. 3 lines removed.
    Simplify running tests
    
    There is no need to run the tests both by setup.py and nose: it just
    runs the same tests twice. Also, generating coverage data is useless and
    it will not be visible anywhere anyway. This allows us to get rid of one
    build requires.
    
    Also we should first run unittests and only then build the data for
    dummy compose: if the tests fail, we get the info earlier.
    
        
file modified
+2 -3