summaryrefslogtreecommitdiff
path: root/tests/thread/thread_stacksize1.py
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2021-05-10tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-05-05tests/thread/thread_stacksize1.py: Increase stack size for CPython.yangfl
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-02-01tests/thread: Fix stack size test so tests run reliably on baremetal.Damien George
2016-06-28tests/thread: Make stack-size test run correctly and reliable on uPy.Damien George
2016-06-28tests/thread: Remove need to sleep to wait for completion in some tests.Damien George
2016-06-28tests: Add 3 more tests for _thread module.Damien George