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 r.david.murray
Recipients michael.foord, r.david.murray, rbcollins
Date 2009-12-21.22:13:03
SpamBayes Score 5.6586515e-08
Marked as misclassified No
Message-id <1261433585.63.0.638796961361.issue7559@psf.upfronthosting.co.za>
In-reply-to
Content
Could you provide a more complete recipe for reproducing the problem,
please?  I created a test_foo.py containing 'import blert', and running
python -m unittest test_foo does not mask the import error for blert in
loadTestsFromName:

...
  File "/usr/lib/python2.6/unittest.py", line 576, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "test_foo.py", line 1, in <module>
    import blert
ImportError: No module named blert
History
Date User Action Args
2009-12-21 22:13:05r.david.murraysetrecipients: + r.david.murray, rbcollins, michael.foord
2009-12-21 22:13:05r.david.murraysetmessageid: <1261433585.63.0.638796961361.issue7559@psf.upfronthosting.co.za>
2009-12-21 22:13:04r.david.murraylinkissue7559 messages
2009-12-21 22:13:03r.david.murraycreate