summaryrefslogtreecommitdiff
path: root/tests/basics/gc1.py
AgeCommit message (Collapse)Author
2025-10-04all: Replace legacy name with MicroPython and MPy as applicable.Angus Gratton
With the aim of getting consistency, and removing the need to learn an additional term, replace uses of uPy/uPython with MPy/MicroPython. Rule of thumb was to use "MPy" abbreviation where "CPy" is used nearby, but the full word MicroPython otherwise. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
2018-02-27tests/basics/gc1: Add test which triggers GC threshold.Damien George
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2016-10-27tests/basics/gc1: Garbage collector threshold() coverage.Alex March
2015-03-02tests: Add basics test for gc module.Damien George