From bf882b065db3952297cfa85538c1e204440ea293 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 3 May 2020 14:18:57 +0100 Subject: [PATCH] Output test timings --- bin/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_tests.py b/bin/run_tests.py index 1880d4f1..e3275f3f 100755 --- a/bin/run_tests.py +++ b/bin/run_tests.py @@ -12,4 +12,4 @@ if __name__ == '__main__': subprocess.check_call([sys.executable, '-m', 'pytest', 'unit_test']) # run the integration tests - subprocess.check_call([sys.executable, '-m', 'pytest', 'test']) + subprocess.check_call([sys.executable, '-m', 'pytest', '--durations', '0', 'test'])