MemoryTestCase¶
- class lsst.utils.tests.MemoryTestCase(methodName='runTest')¶
Bases:
TestCase
Check for resource leaks.
Methods Summary
Reset the leak counter when the tests have been completed
Check if any file descriptors are open since init() called.
Methods Documentation