Message96774
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 | |
| Date | User | Action | Args | | 2009-12-21 22:13:05 | r.david.murray | set | recipients: + r.david.murray, rbcollins, michael.foord | | 2009-12-21 22:13:05 | r.david.murray | set | messageid: <1261433585.63.0.638796961361.issue7559@psf.upfronthosting.co.za> | | 2009-12-21 22:13:04 | r.david.murray | link | issue7559 messages | | 2009-12-21 22:13:03 | r.david.murray | create | | |