https://github.com/centril/proptest-derive
Custom-derive for the Arbitrary trait of proptest.
https://github.com/centril/proptest-derive
custom-derive property-based-testing proptest quickcheck rust testing
Last synced: 8 months ago
JSON representation
Custom-derive for the Arbitrary trait of proptest.
- Host: GitHub
- URL: https://github.com/centril/proptest-derive
- Owner: Centril
- License: apache-2.0
- Created: 2017-12-18T15:02:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T12:11:16.000Z (about 8 years ago)
- Last Synced: 2025-03-27T08:12:20.138Z (11 months ago)
- Topics: custom-derive, property-based-testing, proptest, quickcheck, rust, testing
- Language: Rust
- Size: 65.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# proptest-derive
Custom-derive for the Arbitrary trait of proptest.
This is currently highly WIP.