Report durations for all tests cases when running tests on Travis
Created by: femtobit
Calling pytest --durations=0
will print the runtime of all test cases, which I think is nice to have (primarily to identify which tests are slow).
Created by: femtobit
Calling pytest --durations=0
will print the runtime of all test cases, which I think is nice to have (primarily to identify which tests are slow).