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 issueis 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 wrote:

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Richard Nienaber
I've got a pull request waiting 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 wro

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Dino Viehland
Jeff wrote: > On Tue, Jan 11, 2011 at 10:22 AM, Tomas Matousek > 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 value w

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Jeff Hardy
On Tue, Jan 11, 2011 at 10:22 AM, Tomas Matousek 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 value whatsoever in keeping t

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Tomas Matousek
ilto:users-boun...@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 wrote: > We don't have to stick to this test runner BTW - it was just an eas

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Jeff Hardy
On Mon, Jan 10, 2011 at 8:11 PM, Dino Viehland 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 could > update it to

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

Re: [IronPython] Adding Unit Tests

2011-01-10 Thread Dino Viehland
S/X friendly (as they probably don't have cmd.exe to run bat files :)). From: 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

[IronPython] Adding Unit Tests

2011-01-10 Thread Slide
As I am developing an implementation of the _csv module that I would eventually like to contribute to the community, what is the best way to add unit tests to the current suite? I have been using the unit test in the CPython sources for the csv module to test my _csv implementation. Is there an eas