[IronPython] IronPython and nose
Dave Fugate
dfugate at microsoft.com
Wed Apr 30 09:08:22 PDT 2008
Just out of curiosity, has anyone tried using IronPython with py.test?
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080430/6b1e9dfc/attachment-0001.htm
More information about the Users
mailing list