lsst.utils  13.0-12-gac01bb5+6
Public Member Functions | List of all members
lsst.utils.tests.MemoryTestCase Class Reference

Check for memory leaks since memId0 was allocated. More...

Inheritance diagram for lsst.utils.tests.MemoryTestCase:

Public Member Functions

def setUp (self)
 
def tearDownClass (cls)
 Reset the leak counter when the tests have been completed. More...
 
def testLeaks (self)
 Check for memory leaks in the preceding tests. More...
 
def testFileDescriptorLeaks (self)
 

Detailed Description

Check for memory leaks since memId0 was allocated.

Definition at line 132 of file tests.py.

Member Function Documentation

◆ setUp()

def lsst.utils.tests.MemoryTestCase.setUp (   self)

Definition at line 135 of file tests.py.

◆ tearDownClass()

def lsst.utils.tests.MemoryTestCase.tearDownClass (   cls)

Reset the leak counter when the tests have been completed.

Definition at line 139 of file tests.py.

◆ testFileDescriptorLeaks()

def lsst.utils.tests.MemoryTestCase.testFileDescriptorLeaks (   self)

Definition at line 163 of file tests.py.

◆ testLeaks()

def lsst.utils.tests.MemoryTestCase.testLeaks (   self)

Check for memory leaks in the preceding tests.

Definition at line 143 of file tests.py.


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