Skip to content

Conversation

@andrewleech
Copy link
Contributor

Currently if no tests are found when running unittest discover then nothing at all is written to stdout, leading you to think it's not working at all.

cpython unittest does display a 0 tests run sort of output in this scenareo, this PR ensures our package does the same.

@andrewleech andrewleech force-pushed the unittest-discover-update branch from ae2d3d4 to 3f0b809 Compare March 23, 2023 04:30
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.
@dpgeorge dpgeorge force-pushed the unittest-discover-update branch from 3f0b809 to f672353 Compare March 27, 2023 01:06
@dpgeorge dpgeorge merged commit f672353 into micropython:master Mar 27, 2023
@dpgeorge
Copy link
Member

Thanks for updating!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants