Check for memory leaks since memId0 was allocated
Definition at line 177 of file tests.py.
◆ setUp()
def lsst.utils.tests.MemoryTestCase.setUp |
( |
|
self | ) |
|
◆ tearDownClass()
def lsst.utils.tests.MemoryTestCase.tearDownClass |
( |
|
cls | ) |
|
Reset the leak counter when the tests have been completed
Definition at line 184 of file tests.py.
◆ testFileDescriptorLeaks()
def lsst.utils.tests.MemoryTestCase.testFileDescriptorLeaks |
( |
|
self | ) |
|
Check if any file descriptors are open since init() called.
Definition at line 208 of file tests.py.
◆ testLeaks()
def lsst.utils.tests.MemoryTestCase.testLeaks |
( |
|
self | ) |
|
Check for memory leaks in the preceding tests
Definition at line 188 of file tests.py.
The documentation for this class was generated from the following file: