- 27 Tem, 2015 1 kayıt (commit)
-
-
Joseph Gordon yazdı
Thanks claudep for the patch.
-
- 24 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
- 09 May, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 25 Mar, 2015 1 kayıt (commit)
-
-
Andrei Kulakov yazdı
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters.
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 10 Şub, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Removed fragile algorithm to find which application a model belongs to. Fixed #21680, #21719. Refs #21794.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 23 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Python change is http://bugs.python.org/issue22032
-
- 12 Ock, 2015 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Added a --debug-sql option for tests and runtests.py which outputs the SQL logger for failing tests. When combined with --verbosity=2, it also outputs the SQL for passing tests. Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and discussion.
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 25 Kas, 2014 1 kayıt (commit)
-
-
wrwrwr yazdı
This is useful for debugging side effects affecting tests that are usually executed before a given test. Full suite and pair tests sort cases more or less deterministically, thus some test cross-dependencies are easier to reveal by reversing the order. Thanks Preston Timmons for the review.
-
- 24 Kas, 2014 1 kayıt (commit)
-
-
wrwrwr yazdı
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 24 Eki, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Bjarkias for the report.
-
- 23 Eki, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 21 Eki, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #23685.
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks gkoller for the report.
-
- 14 Haz, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Keeping backwards compatibility with test_runner.option_list is tricky and would imply transforming an optparse.Option to an argparse.Action. I choose to introduce a backwards incompatible change because it only affects testing, not runtime behavior.
-
- 09 Haz, 2014 1 kayıt (commit)
-
-
Andrew Godwin yazdı
-
- 05 Haz, 2014 1 kayıt (commit)
-
-
Greg Chapple yazdı
-
- 28 May, 2014 1 kayıt (commit)
-
-
Greg Chapple yazdı
-
- 16 May, 2014 1 kayıt (commit)
-
-
Nikolaus Schlemm yazdı
cater for running tests from another directory than tests - applying existing pattern to newly added test_testcase_ordering as well
-
- 21 Nis, 2014 1 kayıt (commit)
-
-
Preston Timmons yazdı
These files were added as part of #12658, which pertained to the old django.test.simple test runner. No tests call them anymore.
-
- 16 Nis, 2014 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 12 Nis, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks aptiko for the reporti and Tim Graham for the review.
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
refs #17365, #17366, #18727.
-
- 09 Mar, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report.
-
- 08 Mar, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #21188. Now pure Python DeprecationWarning visibility should be back to Python defaults.
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
- 20 Ock, 2014 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
-
- 01 Ock, 2014 2 kayıt (commit)
-
-
Preston Timmons yazdı
This was used for python 2.6 and unittest2 compatibility. It was forgotten when the code that used it was removed.
-
Preston Timmons yazdı
Added test to verify an empty label performs discovery on the current working directory.
-
- 31 Ara, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 26 Ara, 2013 1 kayıt (commit)
-
-
Preston Timmons yazdı
Thanks thepapermen for the report and Carl Meyer for the review.
-
- 22 Ara, 2013 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
It is a public API.
-
Aymeric Augustin yazdı
Reverted 4a56a93c.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
First stage imports app modules. It doesn't catch import errors. This matches the previous behavior and keeps the code simple. Second stage import models modules. It catches import errors and retries them after walking through the entire list once. This matches the previous behavior and seems useful. populate_models() is intended to be equivalent to populate(). It isn't wired yet. That is coming in the next commit.
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-