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
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
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:
>
> ==
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
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
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:.
>>
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
>
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
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