Message226666
| Author |
rbcollins |
| Recipients |
BreamoreBoy, Julian, alexgarel, brett.cannon, chris.jerdonek, eric.snow, ezio.melotti, iElectric, michael.foord, r.david.murray, rbcollins, slmnhq, vila, zach.ware |
| Date |
2014年09月09日.22:06:43 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1410300403.8.0.694292873632.issue7559@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
This is what I see in my tree:
E
======================================================================
ERROR: test_os (unittest.loader.ModuleImportFailure)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/robertc/work/cpython/Lib/unittest/case.py", line 58, in testPartExecutor
yield
File "/home/robertc/work/cpython/Lib/unittest/case.py", line 577, in run
testMethod()
File "/home/robertc/work/cpython/Lib/unittest/loader.py", line 36, in testFailure
raise exception
ImportError: Failed to import test module: test_os
Traceback (most recent call last):
File "/home/robertc/work/cpython/Lib/unittest/loader.py", line 146, in loadTestsFromName
module = __import__(module_name)
File "/home/robertc/work/cpython/Lib/test/test_os.py", line 5, in <module>
import broken
ImportError: No module named 'broken' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年09月09日 22:06:43 | rbcollins | set | recipients:
+ rbcollins, brett.cannon, vila, iElectric, ezio.melotti, r.david.murray, michael.foord, slmnhq, chris.jerdonek, BreamoreBoy, Julian, eric.snow, alexgarel, zach.ware |
| 2014年09月09日 22:06:43 | rbcollins | set | messageid: <1410300403.8.0.694292873632.issue7559@psf.upfronthosting.co.za> |
| 2014年09月09日 22:06:43 | rbcollins | link | issue7559 messages |
| 2014年09月09日 22:06:43 | rbcollins | create |
|