summaryrefslogtreecommitdiff
path: root/tests/cpydiff/syntax_assign_expr.py
AgeCommit message (Collapse)Author
2025-04-07tests/cpydiff: Update CPy diff for assign expr in nested comprehensions.Angus Gratton
Since 7c1584aef1 MicroPython matches CPython in most cases, aside from nested comprehensions. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-02-25all: Upgrade to ruff v0.9.6.Christian Clauss
Signed-off-by: Christian Clauss <cclauss@me.com>
2020-06-16tests/cpydiff: Add CPy diff test for assignment expression behaviour.Damien George