higery <shoulderhig...@gmail.com> added the comment:

I have run the 'test_install_lib' on cpython3.3(windows version), the
'test_install_error' failed.

The detail is:

*FAIL: test_install_error (__main__.InstallLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\add-develop-command\Lib\distutils\tests\test_install_lib.py",
line 112, in test_install_error
    cmd.run()
AssertionError: DistutilsFileError not raised*

The corresponding lines are:
*
with self.assertRaises(DistutilsFileError) as cm:
        cmd.run()*

----------
Added file: http://bugs.python.org/file23101/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7219>
_______________________________________
I have run the &#39;test_install_lib&#39; on cpython3.3(windows version), the 
&#39;test_install_error&#39; failed.<br><br>The detail is: <br><br><b>FAIL: 
test_install_error 
(__main__.InstallLibTestCase)<br>----------------------------------------------------------------------<br>
Traceback (most recent call last):<br>  File 
&quot;D:\add-develop-command\Lib\distutils\tests\test_install_lib.py&quot;, 
line 112, in test_install_error<br>    cmd.run()<br>AssertionError: 
DistutilsFileError not raised</b><br>
<br>The corresponding lines are:<br><b><br>with 
self.assertRaises(DistutilsFileError) as cm:<br>        cmd.run()</b><br>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to