apache_beam.typehints.testing.strategies module

hypothesis strategies for generating schema types.

Intended for internal use only, no backward-compatibility guarantees.

apache_beam.typehints.testing.strategies.field_names()[source]
apache_beam.typehints.testing.strategies.types()[source]

Strategy to produce types that are convertible to Beam schema FieldType instances.

apache_beam.typehints.testing.strategies.named_fields()[source]

Strategy to produce a set of named fields (type List[Tuple[str, type]]).