summaryrefslogtreecommitdiff
path: root/tests/unit/test_serializers.py
Commit message (Expand)AuthorAgeFilesLines
* Handle using a converter that doesn't support the omit_if_default keyword arg...Jordan Cook2022-10-281-0/+13
* Add Placeholder.loads() (needed in some scenerios with missing dependencies w...Jordan Cook2022-05-301-0/+2
* Skip tests for optional serializer dependencies if not installedJordan Cook2022-04-221-2/+7
* Add misc missing test coverageJordan Cook2022-04-201-0/+15
* Fix serialization in filesystem backend with binary content that is also vali...Jordan Cook2022-02-151-1/+1
* Add back overrides for requests.Response.__getstate__ and __setstate__ so pla...Jordan Cook2021-11-241-0/+13
* Fix some typos in docs for custom serializers, and add a test for itJordan Cook2021-11-191-1/+24
* Remove deprecated 'core' module and BaseCache.remove_old_entries()Jordan Cook2021-08-141-10/+5
* Drop support for python 3.6Jordan Cook2021-08-141-4/+0
* Parallelize unit tests per module instead of per functionJordan Cook2021-08-121-11/+13
* Add test coverage for optional serialization dependenciesJordan Cook2021-08-121-6/+52
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+2
* Some serialization fixes & updates:Jordan Cook2021-07-031-6/+6
* initial serialization pipeline refactorParker Hancock2021-06-141-6/+6
* Workaround for poetry issue on python 3.10 betaJordan Cook2021-06-111-3/+1
* Add tests and docsJordan Cook2021-06-111-0/+34