aboutsummaryrefslogtreecommitdiff
path: root/tests/stress
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-12-13tests/stress/qstr_limit: Tune params to run with stm32 port.Damien George
2019-11-26tests/stress: Add test for maximum length limit of qstrs.Damien George
2019-07-17tests/stress/recursive_iternext.py: Increase large depth to 5000.Damien George
2018-04-10tests: Move recursive tests to the tests/stress/ subdir.Damien George
2018-04-10tests/stress/recursive_gen: Add test for recursive gen with iter.Damien George
2018-04-10py/objgenerator: Check stack before resuming a generator.Jeff Epler
2018-04-04tests/stress: Add test to verify the GC can trace nested objects.Damien George
2018-02-24tests/stress: Add test to create a dict beyond "maximum" rehash size.Damien George
2016-03-15tests: Add new subdir "stress/" specifically for stress tests.Damien George