| Age | Commit message (Collapse) | Author |
|
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
|
|
Backport of 101dbeb673caf6b962e2e8fd09fe09dac26e9771 from master
|
|
Backport of 21c82646fe3acf52251c1ecc618320657b97bd5e from master
|
|
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
|
|
Backport of 35440ceab72ea3c24f3faaea9765271c7dac78f7 from master
|
|
Backport of 230d8c7301281176a31443a2f4f425828291e46d from master
|
|
|
|
|
|
They were removed in Django 1.9.
I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release
notes because the link points to the right location and the name was
accurate at the time.
|
|
django-developers thread:
https://groups.google.com/d/msg/django-developers/11XvmVdx58w/sFrF0pL8LTgJ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setup QUnit, added tests, and measured test coverage.
Thanks to Nick Sanford for the initial tests.
|
|
and ESLint)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
And removed Ignore*DeprecationWarningsMixin, now obsolete.
Thanks Berker Peksag and Tim Graham for the review.
|
|
|
|
|
|
|
|
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 Baptiste Mispelon for review.
|