summaryrefslogtreecommitdiff
path: root/tests/integration/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Add a bit of missing test coverageJordan Cook2021-09-061-0/+10
* Use pathlib.Path objects for all file paths in Filesystem and SQLite backendsJordan Cook2021-08-291-4/+4
* Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...Jordan Cook2021-08-211-0/+8
* Add support for SQLite in-memory databasesJordan Cook2021-08-201-1/+16
* Rename DbDict to SQLiteDict for consistency with other backends (with aliases...Jordan Cook2021-08-191-7/+7
* SQLite clear(): first attempt DROP TABLE, then delete and re-initialize the c...Jordan Cook2021-08-101-0/+21
* Update `DbDict.bulk_delete()` to support deleting more items than SQLite's va...Jordan Cook2021-08-021-4/+27
* Make sure all tests with SQLite dbs clean up after themselvesJordan Cook2021-04-291-2/+2
* Add use_temp option to SQLite backendJordan Cook2021-04-221-0/+9
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-1/+2
* Turn multi-threaded stress tests into test (sub)classesJordan Cook2021-04-221-4/+16
* Turn remaining unittest.TestCase classes into pytest-style test classesJordan Cook2021-04-221-45/+17
* Reorganize backend integration tests and add some more thorough testsJordan Cook2021-04-221-46/+46
* add sqlite no-op testsjsemric2021-04-211-0/+15
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-3/+3
* Add one test case per backend storage classJordan Cook2021-04-121-35/+38
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-311-0/+92