Module test_stress
source linkFunctions
▷ def test_stress_gc(loop, func, n) @pytest.mark.parametrize(("func", "n"), [(slowinc, 100), (inc, 1000)]) @pytest.mark.parametrize(("func", "n"), [(slowinc, 100), (inc, 1000)])
def test_stress_gc(
loop,
func,
n,
)