django/tests/regressiontests/comment_tests/tests
Malcolm Tredinnick cf3071242a Factor out some common pieces of django.conf.LazySettings.
This is in preparation for some reuse elsewhere in the core code.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-02 04:48:22 +00:00
..
__init__.py Updated comment tests to hook up URLs in the correct manner. This fixes a bunch of silly test failures. 2008-08-26 21:30:15 +00:00
app_api_tests.py Factor out some common pieces of django.conf.LazySettings. 2009-03-02 04:48:22 +00:00
comment_form_tests.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
comment_view_tests.py Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the database supports it) instead of flushing and reloading the database. This can substantially reduce the time it takes to run large test suites. 2009-01-16 02:30:22 +00:00
model_tests.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
moderation_view_tests.py Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the database supports it) instead of flushing and reloading the database. This can substantially reduce the time it takes to run large test suites. 2009-01-16 02:30:22 +00:00
templatetag_tests.py Refactored Django's comment system. 2008-08-25 22:14:22 +00:00