perl-test-generators 0.12.2

Proptest strategies and Arbitrary impls for Perl domain objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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

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