aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cache.py
blob: ef87877391dd7a849ec14abcd7e188dc09e5e1e7 (plain)
1
2
3
4
5
6
7
8
9
10
import unittest

import cachetools

from . import CacheTestMixin


class CacheTest(unittest.TestCase, CacheTestMixin):

    Cache = cachetools.Cache