aboutsummaryrefslogtreecommitdiff
path: root/tests/stress/recursive_iternext.py
AgeCommit message (Collapse)Author
2019-07-17tests/stress/recursive_iternext.py: Increase large depth to 5000.Damien George
So it fails correctly on Linux with clang.
2018-04-10tests: Move recursive tests to the tests/stress/ subdir.Damien George
Keeping all the stress related tests in one place makes it easier to stress-test a given port, and to also not run such tests on ports that can't handle them.