File: __init__.py

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

from .dedent import dedent
from .gen_fuzz_strings import gen_fuzz_strings

__all__ = ["dedent", "gen_fuzz_strings"]