summaryrefslogtreecommitdiff
path: root/tests/misc/recursive_data.py
AgeCommit message (Collapse)Author
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.
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-03-11tests/misc/: Make few tests skippable.Paul Sokolovsky
2016-05-02tests: Update for _io/_collections module having been renamed.Paul Sokolovsky
2014-12-12tests: Activate recursive_data.py test, now that io.StringIO is available.Paul Sokolovsky