[issue11651] Improve test targets in Makefile

Nadeem Vawda report at bugs.python.org
Mon Aug 1 17:49:04 CEST 2011


Nadeem Vawda <nadeem.vawda at gmail.com> added the comment:

Updated patch attached.

>> Some notes:
>> - By doing things this way, we lose the ability to specify custom arguments to
>>   the interpreter with $(TESTPYTHONOPTS). Might this be a problem?
>
> Yes, some buildbots use it. Can't you add support for it in the test runner?

Done.

> But test_concurrent_futures is not in the list for example.

Done.


Out of interest, I measured the running times of the different test targets:
  quicktest      2m25s
  test           3m55s
  testall        8m30s
  buildbottest  14m50s

(these are on a 3-year-old Core 2 Duo laptop)

----------
Added file: http://bugs.python.org/file22820/test-runner-v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11651>
_______________________________________


More information about the Python-bugs-list mailing list