Output test timings

This commit is contained in:
Joe Rickerby
2020-05-03 14:18:57 +01:00
parent 1b38974c60
commit bf882b065d
+1 -1
View File
@@ -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'])