Sign in
android
/
platform
/
external
/
python
/
cachetools
/
refs/heads/android14-qpr3-d1-s2-release
/
.
/
tests
/
test_cache.py
blob: ef87877391dd7a849ec14abcd7e188dc09e5e1e7 [
file
] [
log
] [
blame
] [
edit
]
import
unittest
import
cachetools
from
.
import
CacheTestMixin
class
CacheTest
(
unittest
.
TestCase
,
CacheTestMixin
):
Cache
=
cachetools
.
Cache