Skip to content

Report durations for all tests cases when running tests on Travis

Vicentini Filippo requested to merge pr-duration into v2.1

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).

Merge request reports