As discussed in code review

This commit is contained in:
Joe Rickerby
2020-05-15 12:19:38 +01:00
parent 71150a1cb5
commit 0411fcc2ae
7 changed files with 28 additions and 22 deletions
+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', '--durations', '0', 'test'])
subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test'])