Sign in
android
/
platform
/
external
/
python
/
cachetools
/
refs/heads/upstream-master
/
.
/
tests
/
test_cache.py
blob: afcb196d719dc292073d3c097604b908e139d94e [
file
] [
log
] [
blame
] [
edit
]
import
unittest
import
cachetools
from
.
import
CacheTestMixin
class
CacheTest
(
unittest
.
TestCase
,
CacheTestMixin
):
Cache
=
cachetools
.
Cache