Make mypy run with proper type stubs for micropython RP2. Add basic structure for pytest testing. Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
4 lines
112 B
Python
4 lines
112 B
Python
def test_dummy():
|
|
# This is just a dummy test to make pytest not fail because no tests are defined
|
|
pass
|