chore: increase test verbosity to capture errors

Signed-off-by: heitorlessa <lessa@amazon.co.uk>
This commit is contained in:
heitorlessa
2020-06-01 09:31:54 +01:00
parent a15a5f1c0f
commit 63eda18cf9
+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', '-x', '--durations', '0', 'test'])
subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test', '-vv'])