blob: ef87877391dd7a849ec14abcd7e188dc09e5e1e7 [file] [log] [blame]
import unittest
import cachetools
from . import CacheTestMixin
class CacheTest(unittest.TestCase, CacheTestMixin):
Cache = cachetools.Cache