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 serhiy.storchaka
Recipients brett.cannon, serhiy.storchaka, zach.ware
Date 2013-11-15.15:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384528212.9.0.456140535198.issue19596@psf.upfronthosting.co.za>
In-reply-to
Content
In this case we should do

    test_package = None # Built-in modules cannot be a package.
    test_module_in_package = None # Built-in modules cannobt be in a package.
    ...

And then tests will be skipped and not shown in test report.
History
Date User Action Args
2013-11-15 15:10:12serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, zach.ware
2013-11-15 15:10:12serhiy.storchakasetmessageid: <1384528212.9.0.456140535198.issue19596@psf.upfronthosting.co.za>
2013-11-15 15:10:12serhiy.storchakalinkissue19596 messages
2013-11-15 15:10:12serhiy.storchakacreate