This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients pablogsal, serhiy.storchaka, terry.reedy, vstinner
Date 2018-08-03.21:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533333395.96.0.56676864532.issue34279@psf.upfronthosting.co.za>
In-reply-to
Content
A test file that runs no test functions should pass on the buildbots.  (If it imports the target file, it is not completely empty.  And I can think of a use case for WIP PRs that intentionally do not run anything.)  

But I also would like a visually different display, having been fooled more than once. For one thing, one can omit '(unittest.testCase)' from test class definitions ;-).
History
Date User Action Args
2018-08-03 21:56:35terry.reedysetrecipients: + terry.reedy, vstinner, serhiy.storchaka, pablogsal
2018-08-03 21:56:35terry.reedysetmessageid: <1533333395.96.0.56676864532.issue34279@psf.upfronthosting.co.za>
2018-08-03 21:56:35terry.reedylinkissue34279 messages
2018-08-03 21:56:35terry.reedycreate