Browse Source
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: OKcrypto-aes
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue