On 11 March 2014 21:27, Tudor Florea wrote:
>
>
>>On 10 March 2014 18:15, Saul Wold wrote:
>>> On 03/06/2014 04:54 PM, Paul Barker wrote:
A run-ptest script written in python is added which defines a new
TestRunner
subclass which prints test results in the required ptest forma
>On 10 March 2014 18:15, Saul Wold wrote:
>> On 03/06/2014 04:54 PM, Paul Barker wrote:
>>>
>>> A run-ptest script written in python is added which defines a new
>>> TestRunner
>>> subclass which prints test results in the required ptest format and then
>>> executes python's built-in testsuite u
On 10 March 2014 18:15, Saul Wold wrote:
> On 03/06/2014 04:54 PM, Paul Barker wrote:
>>
>> A run-ptest script written in python is added which defines a new
>> TestRunner
>> subclass which prints test results in the required ptest format and then
>> executes python's built-in testsuite using this
On 03/06/2014 04:54 PM, Paul Barker wrote:
A run-ptest script written in python is added which defines a new TestRunner
subclass which prints test results in the required ptest format and then
executes python's built-in testsuite using this new TestRunner subclass.
The built-in testsuite is incl
A run-ptest script written in python is added which defines a new TestRunner
subclass which prints test results in the required ptest format and then
executes python's built-in testsuite using this new TestRunner subclass.
The built-in testsuite is included in the python standard library and we en
This is my first attempt at doing anything ptest related so probably needs a
detailed check.
About 6 out of 350+ test suites fail, compared to 2 or 3 failing on my desktop.
I doubt we'll be able to get a perfect run out of python3 with all tests passing
but I'm not sure where or how to document th