sapling/eden/test_support
Adam Simpkins 606e928233 fix a file descriptor leak in the temporary file code
Summary:
The new temporary file code added in D20885160 was missing a call to close the
underlying file in the `__exit__()` function.

Reviewed By: xavierd

Differential Revision: D21271901

fbshipit-source-id: 653258d471421edd08b473654ae3d0503f3c6829
2020-04-28 12:11:51 -07:00
..
CMakeLists.txt support building the integration tests with CMake 2019-10-04 08:56:38 -07:00
environment_variable.py kill off some of the integration test mixin classes 2020-04-22 15:02:42 -07:00
temporary_directory.py fix a file descriptor leak in the temporary file code 2020-04-28 12:11:51 -07:00
testcase.py add a new EdenTestCaseBase class 2020-04-22 15:02:41 -07:00