lsst.utils  22.0.1-4-g5b7b756+c1283a92b8
Public Member Functions | List of all members
lsst.utils.tests.MemoryTestCase Class Reference
Inheritance diagram for lsst.utils.tests.MemoryTestCase:

Public Member Functions

def tearDownClass (cls)
 
def testFileDescriptorLeaks (self)
 

Detailed Description

Check for resource leaks.

Definition at line 120 of file tests.py.

Member Function Documentation

◆ tearDownClass()

def lsst.utils.tests.MemoryTestCase.tearDownClass (   cls)
Reset the leak counter when the tests have been completed

Definition at line 124 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 128 of file tests.py.


The documentation for this class was generated from the following file: