Adafruit_CircuitPython_PIOASM/tests
Jeff Epler be66c02eb3 Better diagnose the incorrect lines like "side 1" or "[5]"
Before this, the exception would be 'IndexError: list index out of range'.
Now it is 'Unknown instruction: side' or similar.

(These need an instruction, even if it's a `nop`: `nop side 1 [5]`)
2024-07-10 08:09:46 -05:00
..
pytest_helpers.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_in.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_misc.py Better diagnose the incorrect lines like "side 1" or "[5]" 2024-07-10 08:09:46 -05:00
test_mov.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_nop.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_out.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_pseudo.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_radix.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00
test_wrap.py Add type annotations for library and tests. 2024-05-27 12:30:52 -07:00