File: test_frozendict.py

package info (click to toggle)
python-frozendict 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,704 kB
  • sloc: ansic: 33,974; python: 2,314; sh: 11; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
from .common import FrozendictCommonTest
from .frozendict_only import FrozendictOnlyTest
import frozendict as cool
from frozendict import frozendict as FrozendictClass


is_subclass = False


class TestFrozendict(FrozendictCommonTest, FrozendictOnlyTest):
    FrozendictClass = FrozendictClass
    c_ext = cool.c_ext
    is_subclass = is_subclass