0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't send MySQL commands to a non-MySQL DB if in a multi-DB situation where one DB is MySQL. More... about 13 years ago
Factor Jinja- and cache-machine-specific stuff out of FastFixtureTestCase, and make TestCase a thin wrapper around it. More... about 13 years ago
Introduce FixtureReusingTestCase, a replacement TestCase which makes your tests go 2-3 times as fast. More... about 13 years ago
Django now has a RequestFactory so we use it but still need to subclass it to add wsgi.input. More... about 13 years ago
Adds support for sqlite More... about 13 years ago
setup test environment after settings_test so mail.outbox works More... about 13 years ago
Uses setattr to update Django's proxies. This allows settings to be reset. More... about 13 years ago
Allow use of test_settings.py More... about 13 years ago
Now without foreign key checks during fixture loading. More... over 13 years ago
try to disable async signals More... over 13 years ago
Add a list of tables to exclude from truncation in TransactionTestCase._fixture_teardown More... over 13 years ago
use pre_setup instead of setUp More... almost 14 years ago
set celery.ALWAYS_EAGER=True during testing More... almost 14 years ago
send signals to other apps before and after each test, so they can perform cleanup (bug 560541) More... about 14 years ago
fixed gitignore syntax More... about 14 years ago
make sure TEMPLATE_DEBUG is false, always inherit from Base More... about 14 years ago
A faster TransactionTestCase. More... about 14 years ago
attaching a creation suffix to a drop database command does not make sense (closes #1) More... about 14 years ago
before testing: clear the cache, remove count caching More... about 14 years ago
helper file updates More... about 14 years ago
move settings to example-project so they can be pruned More... over 14 years ago
releasing test-utils from the clutches of zamboni More... over 14 years ago