File: test_frozen_error.py

package info (click to toggle)
graphql-core 3.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,384 kB
  • sloc: python: 45,812; makefile: 26; sh: 13
file content (6 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
from graphql.pyutils import FrozenError


def describe_frozen_error():
    def frozen_error_is_type_error():
        assert issubclass(FrozenError, TypeError)