class documentation

class TestAssertNoGcCycles:

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):

Undocumented

@pytest.mark.slow
def test_fails(self):
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):

Undocumented