From 2335248d1fa0f758c46d03d6021ce20ad35374d8 Mon Sep 17 00:00:00 2001 From: Jason Perrin Date: Tue, 21 Nov 2017 17:42:35 -0800 Subject: [PATCH] Add duration information to test output --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index bf558361b..2641ee360 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] DJANGO_SETTINGS_MODULE=ocfweb.settings +addopts=--durations=10