f4ed2dfa94
tinytest is written with the idea that tests won't write to stdout, so it prints test name witjout newline, then executes test, then writes status. But MicroPython tests write to stdout, so the test output becomes a mess. So, instead print it like: # starting basics/andor.py ... test output ... basics/andor.py: OK
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.