Skip to content
Snippets Groups Projects
Select Git revision
  • bbbbc263173cd22873f9a36d4786e8dd7f97f724
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

tinytest

user avatar
Paul Sokolovsky authored
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
f4ed2dfa
History
Name Last commit Last update
..