perl-test-generators 0.13.2

Proptest strategies and Arbitrary impls for Perl domain objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# perl-test-generators

Reusable `proptest` strategies for Perl-focused property tests.

This crate provides generators for:

- Perl variables
- Perl module paths
- Unicode strings for UTF-8 / UTF-16 roundtrip tests
- Non-empty Unicode strings for call sites that require content

See [docs/reference/PROPERTY_TESTING.md](../../docs/reference/PROPERTY_TESTING.md)
for usage patterns and guidance.