[issue18375] python -m test --randseed 1234 does not randomize tests

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I think this is fine to close. -- nosy: +georg.brandl resolution: -> fixed status: pending -> closed ___ Python tracker ___ _

[issue18375] python -m test --randseed 1234 does not randomize tests

2013-08-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue18375] python -m test --randseed 1234 does not randomize tests

2013-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I know that there is no proper regrtest doc to update, but is there a docstring somewhere in the manual? Or should this be closed? -- nosy: +terry.reedy ___ Python tracker ___

[issue18375] python -m test --randseed 1234 does not randomize tests

2013-07-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5bd3f9ed357e by Florent Xicluna in branch '3.3': Issue #18375: Assume --randomize when --randseed is used for running the testsuite. http://hg.python.org/cpython/rev/5bd3f9ed357e New changeset 7be081fa8db1 by Florent Xicluna in branch 'default': Is

[issue18375] python -m test --randseed 1234 does not randomize tests

2013-07-06 Thread Florent Xicluna
New submission from Florent Xicluna: I noticed a minor issue with regrtest. IMHO it should assume --randomize when you pass --randseed. -- assignee: flox components: Tests messages: 192401 nosy: flox priority: normal severity: normal stage: needs patch status: open title: python -m test