Re: [Cython] Test runner changes for Python/PyPy backend

2011-06-17 Thread Robert Bradshaw
On Thu, Jun 16, 2011 at 11:07 PM, Stefan Behnel wrote: > Hi, > > Romain wants to start writing tests for his Python/ctypes backend branch, so > we need to extend the test runner. > > We'll eventually want to merge his branch back into normal mainline, so I > suggest actually just running the compl

[Cython] Test runner changes for Python/PyPy backend

2011-06-16 Thread Stefan Behnel
Hi, Romain wants to start writing tests for his Python/ctypes backend branch, so we need to extend the test runner. We'll eventually want to merge his branch back into normal mainline, so I suggest actually just running the complete test suite in a new, separate configuration, just like we d

Re: [Cython] Test runner

2011-04-13 Thread Robert Bradshaw
On Wed, Apr 13, 2011 at 4:07 AM, mark florisson wrote: > Another, different but related issue: how can we get useful output > from the test runner? e.g. I'm running my test with a > '@cython.test_assert_path_exists("...")' and I get this error output: > > ==

Re: [Cython] Test runner

2011-04-13 Thread mark florisson
Another, different but related issue: how can we get useful output from the test runner? e.g. I'm running my test with a '@cython.test_assert_path_exists("...")' and I get this error output: == ERROR: runTest (__main__.CythonRunTe

Re: [Cython] Test runner

2011-04-12 Thread Robert Bradshaw
On Mon, Apr 11, 2011 at 3:56 AM, mark florisson wrote: > On 11 April 2011 12:53, mark florisson wrote: >> On 11 April 2011 12:45, Stefan Behnel wrote: >>> mark florisson, 11.04.2011 12:26: Can we select tests in the tests directory selectively? I see the -T or --ticket option, but

Re: [Cython] Test runner

2011-04-11 Thread mark florisson
On 11 April 2011 12:53, mark florisson wrote: > On 11 April 2011 12:45, Stefan Behnel wrote: >> mark florisson, 11.04.2011 12:26: >>> >>> Can we select tests in the tests directory selectively? I see the -T >>> or --ticket option, but it doens't seem to find the test tagged with # >>> ticket:. >>

Re: [Cython] Test runner

2011-04-11 Thread mark florisson
On 11 April 2011 12:45, Stefan Behnel wrote: > mark florisson, 11.04.2011 12:26: >> >> Can we select tests in the tests directory selectively? I see the -T >> or --ticket option, but it doens't seem to find the test tagged with # >> ticket:. >> >> I can select unit tests using python runtests.py >

Re: [Cython] Test runner

2011-04-11 Thread Stefan Behnel
mark florisson, 11.04.2011 12:26: Can we select tests in the tests directory selectively? I see the -T or --ticket option, but it doens't seem to find the test tagged with # ticket:. I can select unit tests using python runtests.py Cython.SubPackage.Tests.SomeTest, but I can't seem to do the sam

[Cython] Test runner

2011-04-11 Thread mark florisson
Can we select tests in the tests directory selectively? I see the -T or --ticket option, but it doens't seem to find the test tagged with # ticket: . I can select unit tests using python runtests.py Cython.SubPackage.Tests.SomeTest, but I can't seem to do the same thing for tests in the tests dire