Re: [IronPython] Adding Unit Tests

2011-02-07 Thread Richard Nienaber
I was wondering how this is progressing. Is there any chance that this could be incorporated into the release of 2.7? This issuehttp://ironpython.codeplex.com/workitem/21395is sitting on 14 votes and it would be great if we could close it. Richard On Tue, Jan 11, 2011 at 2:41 AM, Slide

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Vernon Cole
:* users-boun...@lists.ironpython.com [mailto: users-boun...@lists.ironpython.com] *On Behalf Of *Slide *Sent:* Monday, January 10, 2011 6:42 PM *To:* Discussion of IronPython *Subject:* [IronPython] Adding Unit Tests As I am developing an implementation of the _csv module that I would eventually

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Jeff Hardy
On Mon, Jan 10, 2011 at 8:11 PM, Dino Viehland di...@microsoft.com wrote: We don’t have to stick to this test runner BTW – it was just an easy way to export what we were running in our internal gated checkin system which we couldn’t publish.  We could export the data to something else or we

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Tomas Matousek
...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Tuesday, January 11, 2011 8:03 AM To: Discussion of IronPython Subject: Re: [IronPython] Adding Unit Tests On Mon, Jan 10, 2011 at 8:11 PM, Dino Viehland di...@microsoft.com wrote: We don't have to stick to this test runner BTW - it was just an easy way

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Jeff Hardy
On Tue, Jan 11, 2011 at 10:22 AM, Tomas Matousek tomas.matou...@microsoft.com wrote: IronRuby doesn't use the test runner. IronRuby's harness is written in Ruby (Languages\Ruby\Tests\Scripts\irtests.rb). It's run by a previous IronRuby version checked in to Util\IronRuby. So is there any

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Dino Viehland
Jeff wrote: On Tue, Jan 11, 2011 at 10:22 AM, Tomas Matousek tomas.matou...@microsoft.com wrote: IronRuby doesn't use the test runner. IronRuby's harness is written in Ruby (Languages\Ruby\Tests\Scripts\irtests.rb). It's run by a previous IronRuby version checked in to Util\IronRuby. So

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Richard Nienaber
I've got a pull request https://github.com/IronLanguages/main/pull/7waiting that at least gets the TestRunner to run. It fixes up some bugs and disables some tests in the configuration file where missing directories caused it to crash. Richard On Tue, Jan 11, 2011 at 5:49 PM, Dino Viehland

Re: [IronPython] Adding Unit Tests

2011-01-10 Thread Dino Viehland
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Slide Sent: Monday, January 10, 2011 6:42 PM To: Discussion of IronPython Subject: [IronPython] Adding Unit Tests As I am developing an implementation of the _csv module that I would eventually like to contribute to the community, what is the best