mirror of
https://github.com/micropython/micropython.git
synced 2026-03-17 14:20:19 +01:00
This cleans up the test to remove all unused code, making it smaller, a bit faster to deploy to a target to run, and also use less RAM on the target (which may help it run on targets that are just slightly out of memory running it). Signed-off-by: Damien George <damien@micropython.org>