micropython-lib/python-stdlib/unittest-discover
Andrew Leech f672353180 unittest-discover: Print results when no tests are found/run.
Prior to this commit, if no tests were found when running unittest discover
then nothing at all was written to stdout, leading one to think it's not
working at all.  CPython unittest does display a "0 tests run" sort of
output in such a case, and this commit ensures this package does the same.
2023-03-27 12:06:04 +11:00
..
tests unittest: Move back to python-stdlib. 2022-09-13 09:57:04 +10:00
unittest unittest-discover: Print results when no tests are found/run. 2023-03-27 12:06:04 +11:00
manifest.py unittest-discover: Print results when no tests are found/run. 2023-03-27 12:06:04 +11:00