class documentation

class TestAssertNoGcCycles: (source)

View In Hierarchy

Test assert_no_gc_cycles

Method test_asserts Undocumented
Method test_fails Test that in cases where the garbage cannot be collected, we raise an error, instead of hanging forever trying to clear it.
Method test_passes Undocumented
def test_asserts(self): (source)

Undocumented

@pytest.mark.slow
def test_fails(self): (source)

Test that in cases where the garbage cannot be collected, we raise an error, instead of hanging forever trying to clear it.

def test_passes(self): (source)

Undocumented