File: test_cache.py

package info (click to toggle)
python-cachetools 5.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 2,058; sh: 5; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (4)
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