django-cachalot/cachalot/tests
Bertrand Bordage 5e5ba9321d Removes an invalid test.
`cursor.executemany` should never accept SELECTs. In practice, MySQL accepts it but returns erroneous data.
But SQLite and PostgreSQL are raising an exception, as expected.
2014-12-07 03:40:27 +01:00
..
__init__.py Adds an APITestCase. 2014-10-29 12:10:07 +01:00
api.py Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +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 Fixes tests. 2014-10-29 14:49:18 +01:00
multi_db.py Adds more multi-database tests. 2014-10-21 19:51:03 +02:00
read.py Removes an invalid test. 2014-12-07 03:40:27 +01:00
settings.py [Travis CI] Comments a subtest to see if it’s the one freezing the test suite. 2014-11-25 03:13:43 +01:00
thread_safety.py Fixes thread-safety tests using Event. 2014-11-25 02:51:11 +01:00
transaction.py Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +01:00
write.py Adds tests for cursor.executemany. 2014-12-07 02:38:10 +01:00