Commit d5e11a73 by Clinton Blackburn

Printing Test Durations

The durations of the 25 slowest tests will now be printed. This should
aid identifying long-running tests.
parent 49b34fc2
......@@ -36,7 +36,7 @@ production-requirements: ## Install Python and JS requirements for production
$(NODE_BIN)/bower install --production
test: clean ## Run tests and generate coverage report
coverage run -m pytest
coverage run -m pytest --durations=25
coverage combine
coverage report
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment