summaryrefslogtreecommitdiff
path: root/tests/integration/test_filesystem.py
Commit message (Expand)AuthorAgeFilesLines
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-131-1/+0
* Clean up SerializerPipeline.decode_contentJordan Cook2022-06-111-2/+3
* Run integration tests with all serializers _only_ for Filesystem backend; for...Jordan Cook2022-06-101-1/+47
* Add misc missing test coverageJordan Cook2022-04-201-10/+4
* Add support for DynamoDB TTLJordan Cook2022-04-201-1/+2
* Swap out appdirs for platformdirsJordan Cook2022-03-141-1/+1
* Fix handling BSON serializer differences between pymongo's bson and standalon...Jordan Cook2022-02-151-1/+1
* Fix serialization in filesystem backend with binary content that is also vali...Jordan Cook2022-02-151-2/+1
* Add a bit of missing test coverageJordan Cook2021-09-061-7/+19
* Use pathlib.Path objects for all file paths in Filesystem and SQLite backendsJordan Cook2021-08-291-8/+7
* Fix incorrect location of redirects.sqlite when using filesystem backendJordan Cook2021-08-231-1/+4
* Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...Jordan Cook2021-08-211-0/+7
* Add FileCache.paths() wrapper method, and return a list instead of generatorJordan Cook2021-08-201-11/+11
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+2
* For filesystem backend, add an appropriate file extension to cache filesJordan Cook2021-08-031-2/+11
* Some serialization fixes & updates:Jordan Cook2021-07-031-1/+2
* Add use_temp option to SQLite backendJordan Cook2021-04-221-0/+7
* 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-2/+7
* Turn remaining unittest.TestCase classes into pytest-style test classesJordan Cook2021-04-221-6/+6
* Reorganize backend integration tests and add some more thorough testsJordan Cook2021-04-221-14/+10
* Add a filesystem backendJordan Cook2021-04-211-0/+32