proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.63k stars 152 forks source link

Attribute macro #[property_test] available in docs, but undocumented and behind undocumented feature #473

Open Andlon opened 3 days ago

Andlon commented 3 days ago

Is the new #[property_test] attribute still WIP? It's listed on docs.rs, but it has no documentation, and it also appears to be behind an undocumented attr_macro feature flag.

It's unclear to me if it was accidentally made public, or if it's missing documentation.