django-cachalot/cachalot/tests
2015-06-17 23:00:52 +02:00
..
migrations Adds tests for two newly discovered minor bugs. 2015-05-24 18:13:18 +02:00
__init__.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02:00
api.py Uses next(generator) instead of generator.next() for Python 3. 2015-02-22 01:05:12 +01:00
loaddata_fixture.json Adds a test to find if the cache is invalidated after flush and loaddata commands. 2014-10-21 23:10:58 +02:00
models.py Adds tests for two newly discovered minor bugs. 2015-05-24 18:13:18 +02:00
multi_db.py Uses next(generator) instead of generator.next() for Python 3. 2015-02-22 01:05:12 +01:00
read.py Adds tests for two newly discovered minor bugs. 2015-05-24 18:13:18 +02:00
settings.py Creates a MySQL cursor before each test to avoid the extra SET SQL_AUTO_IS_NULL = 0 request. 2015-06-17 23:00:52 +02:00
signals.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02:00
thread_safety.py Creates a MySQL cursor before each test to avoid the extra SET SQL_AUTO_IS_NULL = 0 request. 2015-06-17 23:00:52 +02:00
transaction.py Creates a MySQL cursor before each test to avoid the extra SET SQL_AUTO_IS_NULL = 0 request. 2015-06-17 23:00:52 +02:00
write.py Creates a MySQL cursor before each test to avoid the extra SET SQL_AUTO_IS_NULL = 0 request. 2015-06-17 23:00:52 +02:00