summaryrefslogtreecommitdiff
path: root/tests/basics/tuple1.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>
2019-10-29tests/basics: Split out specific slice tests to separate files.Damien George
So they can be automatically skipped if slice is not enabled.
2017-04-05tests/basics: Add test for tuple inplace add.Damien George
2016-08-15tests/basics: Add more tuple tests to improve coverage testing.Damien George
2014-02-08Implement tuple addition.Paul Sokolovsky
2014-02-02Implement slicing for tuples.Paul Sokolovsky