| Age | Commit message (Collapse) | Author |
|
Due to https://bugs.python.org/issue30399.
Backport of 9d1d3b2d2fe0bef995b024368088eeabbdf73629 from master
|
|
subTest.
|
|
|
|
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
parallel test runner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
|
|
|
|
default.
|
|
|
|
StringOrigin.
Thanks Simon Charette for the DeprecationInstanceCheck class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks claudep for the patch.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
contains non-ASCII characters.
|
|
|
|
Removed fragile algorithm to find which application a model belongs to.
Fixed #21680, #21719. Refs #21794.
|
|
|
|
Python change is http://bugs.python.org/issue22032
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
Thanks Bjarkias for the report.
|
|
|