[IronPython] NUnit with IronPython

2005-12-08 Thread Giles Thomas
Hi, Has anyone got IronPython to work with NUnit? The thing that's blocking me is how to associate the TestFixture attribute with the class and the Test attribute with the methods. I suspect I may be missing something fundamental... Regards, Giles

Re: [IronPython] NUnit with IronPython

2005-12-08 Thread Martin Maly
.NET Attributes on classes/methods are something we yet have to find the right answer to. At this point, there is not a way to put attributes on the classes/methods/... that IronPython generates. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [IronPython] NUnit with IronPython

2005-12-08 Thread Keith J. Farmer
For backwards compatibility, NUnit would also accept method names beginning with test (test_ ?). However, I don't think IP emits methods as we know them yet? - Keith J. Farmer // [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [IronPython] NUnit with IronPython

2005-12-08 Thread Keith J. Farmer
Assuming IP is going for the .NET producer route, what's the tact for exposing CLR classes with CLR methods? EG, would there be a 'fixed' (as in 'non-dynamic') form of method and field which won't mangle the name, allowing it to be exposed? - Keith J. Farmer // [EMAIL PROTECTED]

Re: [IronPython] NUnit with IronPython

2005-12-08 Thread Keith J. Farmer
Having stable names would be useful outside of unit testing, though, and more attractive in the long run. From: [EMAIL PROTECTED] on behalf of Aidan Downes Sent: Thu 12/8/2005 11:56 AM To: Discussion of IronPython Subject: Re: [IronPython] NUnit with IronPython

Re: [IronPython] IronPython IDE

2005-12-08 Thread Thane
You can try this: http://www.magna-capital.com/Articles/PythonIDE.html I wrote it for my personal use, so I can't guarantee anything and there's no help manual (yet). Feel free to try it out and use it if you like. --Thane -Original Message- From: [EMAIL PROTECTED] [mailto:users-