ML-184: add Presto smoke test harness
Add a headless smoke-test harness for the Presto microPython app using pimoroni-emulator mock modules. A PRESTO_TEST_MODE=1 guard prevents main() from running at import time so draw functions can be called directly from tests. - presto/main.py: wrap main() with PRESTO_TEST_MODE guard - presto/tests/: conftest with emulator fixtures, 7 smoke tests - presto/mise.toml: add [tasks.test] - presto/README.md, presto/AGENTS.md: add Testing section - .gitignore: exclude test __pycache__, pytest_cache, fixture pngs
This commit is contained in:
@@ -58,3 +58,6 @@ npm-debug.log
|
||||
/.superpowers/
|
||||
/.pi/extensions/s3-browser/node_modules
|
||||
/.pi/extensions/sensitive-file-guard/node_modules
|
||||
/presto/tests/__pycache__
|
||||
/presto/tests/fixtures/*.png
|
||||
/presto/tests/.pytest_cache
|
||||
|
||||
Reference in New Issue
Block a user