We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cc86c commit a38633cCopy full SHA for a38633c
1 file changed
tests/integrations/aws_lambda/test_aws_lambda.py
@@ -79,6 +79,9 @@ def before_test():
79
}
80
81
finally:
82
+ with open(debug_log_file, "r", errors="replace") as f:
83
+ print(f.read())
84
+
85
print("[test_environment fixture] Tearing down AWS Lambda test infrastructure")
86
87
process.terminate()
0 commit comments