summaryrefslogtreecommitdiff
path: root/tests/basics/is_isnot.py
AgeCommit message (Collapse)Author
2021-05-30tests/basics: Split out literal tests that raise SyntaxWarning on CPy.Damien George
Fixes issue #7330. Signed-off-by: Damien George <damien@micropython.org>
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
From now on, all new tests must use underscore. Addresses issue #727.