aio-libs / aiocache

Asyncio cache manager for redis, memcached and memory
http://aiocache.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 154 forks source link

Add MsgPackSerializer-related acceptance tests #836

Open nottmtt opened 6 months ago

nottmtt commented 6 months ago

This pull request adds acceptance tests for MsgPackSerializer which were lacking from the current test-suite.

They will break CI since there's currently issues when using MsgPackSerializer as the serializer, which these tests are here to catch.

See issue #834.