Runtest Error Messages
Ben Welsh
ben.welsh at gmail.com
Mon Jul 2 01:48:17 EST 2007
Hey listers,
Any ideas what's up with these errors that came off my runtests.py?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
ERROR: test_apply_filter_html (tests.test_apply.ApplyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/maarten/public_html/planet/tests/test_apply.py", line 62, in
test_apply_filter_html
self.apply_asf()
File "/home/maarten/public_html/planet/tests/test_apply.py", line 27, in
apply_asf
splice.apply(self.feeddata)
File "/home/maarten/public_html/planet/planet/splice.py", line 122, in
apply
output =3D open(output_file).read()
IOError: [Errno 2] No such file or directory: 'tests/work/apply/index.html'
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
FAIL: test_apply_filter_mememe (tests.test_apply.ApplyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/maarten/public_html/planet/tests/test_apply.py", line 72, in
test_apply_filter_mememe
self.apply_fancy()
File "/home/maarten/public_html/planet/tests/test_apply.py", line 89, in
apply_fancy
self.assertTrue(os.path.exists(path), path)
AssertionError: tests/work/apply/index.html
----------------------------------------------------------------------
Ran 195 tests in 7.117s
FAILED (failures=3D1, errors=3D1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /archives/devel/attachments/20070701/c4551a60/attachment.htm
More information about the devel
mailing list