Aymeric Augustin
|
7577d03809
|
Renamed two tests so they actually run.
|
2013-12-23 23:54:44 +01:00 |
Aymeric Augustin
|
e32095616c
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
Aymeric Augustin
|
da16bb30ff
|
Dropped AppCache._empty, _with_app and _without_app.
It's now easier to achieve the same effect with modify_settings or
override_settings.
|
2013-12-23 21:37:56 +01:00 |
Aymeric Augustin
|
2fef9e5375
|
Moved apps back in the toplevel django namespace.
Reverted 4a56a93cc4 .
|
2013-12-22 11:39:55 +01:00 |
Aymeric Augustin
|
9cdf1f6d54
|
Stop testing for inclusion in INSTALLED_APPS.
Removed some exception masking in the comments app that was harmful and
couldn't be preserved easily.
|
2013-12-22 11:39:18 +01:00 |
coagulant
|
3bc0d46a84
|
Fixed all E261 warnings
|
2013-11-02 18:20:39 -04:00 |
Bouke Haarsma
|
3565efaa45
|
Removed some direct settings manipulations in tests; refs #21230.
|
2013-10-21 11:31:05 -04:00 |
Tim Graham
|
1dae4ac177
|
Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
|
2013-10-10 16:49:20 -04:00 |
Tim Graham
|
cec11a3336
|
Used "is" for comparisons with None.
|
2013-10-10 09:35:56 -04:00 |
Florian Apolloner
|
df2fd4e09b
|
Removed unneeded imports in tests's __init__.py and unified them.
|
2013-09-09 23:01:07 +02:00 |
Alex Gaynor
|
9d11522599
|
Removed some more unused local vars
|
2013-09-08 12:20:01 -07:00 |
Alasdair Nicol
|
22c6497f99
|
Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
|
2013-08-15 19:47:26 -04:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Marc Tamlyn
|
09f8652765
|
Use assertIsInstance in tests.
Gives much nicer errors when it fails.
|
2013-05-21 10:42:15 +01:00 |
Preston Timmons
|
5e84abec14
|
Modified comment_tests for unittest2 discovery.
|
2013-04-12 15:07:24 -06:00 |
Jacob Kaplan-Moss
|
d056124269
|
Remove a special case for comment tests from runtests.py.
|
2013-03-11 15:38:53 -05:00 |
Baptiste Mispelon
|
81804ae474
|
Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.
|
2013-03-07 19:30:38 +01:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |