[IPython-dev] Please help test ipython trunk

Brian Granger ellisonbg.net at gmail.com
Tue Apr 28 12:01:16 EDT 2009


Thanks!

We know about these and have tickets on them, but it is great to have
more data points.

Brian

On Tue, Apr 28, 2009 at 3:04 AM, Cohen-Tanugi Johann
<cohen at lpta.in2p3.fr> wrote:
> hello,
> on failure in frontend :
> ======================================================================
> FAIL: IPython.frontend.tests.test_prefilterfrontend.test_completion_equal
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/nose/case.py", line 202, in runTest
>   self.test(*self.arg)
>  File
> "/usr/lib/python2.5/site-packages/IPython/frontend/tests/test_prefilterfrontend.py",
> line 82, in my_func
>   out = func()
>  File
> "/usr/lib/python2.5/site-packages/IPython/frontend/tests/test_prefilterfrontend.py",
> line 241, in test_completion_equal
>   assert_equal(f.input_buffer, 'a=1.__')
> AssertionError: 'a=1.' != 'a=1.__'
>
> and one in tests:
> FAIL: Test that object's __del__ methods are called on exit.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/nose/case.py", line 202, in runTest
>   self.test(*self.arg)
>  File "/usr/lib/python2.5/site-packages/IPython/tests/test_magic.py", line
> 69, in test_obj_del
>   nt.assert_equals(out,'obj_del.py: object A deleted')
> AssertionError: '\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py:
> object A deleted'
>
> My system is a linux box, and here is the fingerprint of my python install:
> ============================================================================
> BUILDING IPYTHON
>               python: 2.5.1 (r251:54863, Jul 10 2008, 17:24:48)  [GCC
>                       4.1.2 20070925 (Red Hat 4.1.2-33)]
>             platform: linux2
>
> OPTIONAL DEPENDENCIES
>       Zope.Interface: yes
>              Twisted: 8.1.0
>             Foolscap: 0.2.8
>              OpenSSL: 0.6
>               sphinx: 0.3
>             pygments: 0.10
>                 nose: 0.10.0
>              pexpect: 2.3
>
>
> bye,
> Johann
>
> Brian Granger wrote:
>>
>> Hi,
>>
>> After a few weeks of work, we have just merged a massive branch into
>> the ipython trunk.  Because of the massive numbers of changes that
>> have been merged in, we really need some help testing out IPython
>> before we cut a 0.10 release (we are basically done merging in things
>> for 0.10, more on that in a separate email thread).  Here is how you
>> can help:
>>
>> 1.  Get the latest trunk
>>
>> bzr branch lp:ipython
>>
>> 2.  Install and run the test suite:
>>
>> iptest
>>
>> 3.  Try out lots of things to see if anything is broken
>>
>> 4.  Report back
>>
>> Thanks!
>>
>> Brian
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>



More information about the IPython-dev mailing list