request to reopen ticket #24522: --random test option

2021-03-10 Thread Chris Jerdonek
I'd like to ask folks if they would support reopening ticket #24522, which is to add a --random option to Django's test runner: https://code.djangoproject.com/ticket/24522 It was opened 6 years ago and closed as won't fix. I've been doing some simplifications of the test-suite related code in Dja

Re: request to reopen ticket #24522: --random test option

2021-03-12 Thread Chris Jerdonek
On Friday, March 12, 2021 at 10:47:56 AM UTC+1 Florian Apolloner wrote: > Is the current order defined in any way -- if not one should consider it > randoms anyways and as such actually randomizing should not make much of a > difference. FWIW I am fine with making it the default and outputting the

request to reopen issue #23332 (using the dotted test name in test output)

2016-09-20 Thread Chris Jerdonek
Hi, I would like to reopen the following issue from two years ago to change the test name in Django's test output from unittest's default to the full "dotted name": https://code.djangoproject.com/ticket/23332 This would make rerunning failing tests easier because then the test name could simpl

Re: request to reopen issue #23332 (using the dotted test name in test output)

2016-09-21 Thread Chris Jerdonek
lone. --Chris [1]: https://www.python.org/dev/peps/pep-0478/ [2]: https://www.python.org/dev/peps/pep-0494/ > On Tuesday, September 20, 2016 at 8:16:27 PM UTC-4, Chris Jerdonek wrote: >> >> Hi, I would like to reopen the following issue from two years ago to >> change the