Just out of curiosity, has anyone tried using IronPython with py.test?

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kamil Dworakowski
Sent: Wednesday, April 30, 2008 6:09 AM
To: Discussion of IronPython
Subject: Re: [IronPython] IronPython and nose

Current SVN trunk *almost* works with IronPython 1.1.1.<http://1.1.1.> I filed 
an
issue to nose project's issue tracker for remaining problems.
http://code.google.com/p/python-nose/issues/detail?id=183

What about the dependency on parser.py, which is not available in IronPython?

This dep seems trivial to remove, as they only need a constant from compiler 
module, which imports parser.

from compiler.consts import CO_GENERATOR

it can be substituted with:

CO_GENERATOR=0x0020

--
Kamil
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to