File: __init__.py

package info (click to toggle)
dataclasses-json 0.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: python: 3,757; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
"""hypothesis2

This package contains a variety of helpers for property testing using
hypothesis, e.g. additional decorators, strategies, etc.
"""

from tests.hypothesis2.core import examples