Attention is currently required from: pespin.
1 comment:
File tests/ctrl_test_runner.py:
Patch Set #1, Line 54: self.stdout = tempfile.TemporaryFile()
Does that mean now we create a temporary file each time a test is run which is never destroyed autom […]
No. These files will be destroyed as soon as they're closed, see:
https://docs.python.org/3/library/tempfile.html
To view, visit change 41127. To unsubscribe, or for help writing mail filters, visit settings.