Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuickCheck Arbitrary instances for Ledger types #6210

Open
SeungheonOh opened this issue Jun 13, 2024 · 1 comment
Open

QuickCheck Arbitrary instances for Ledger types #6210

SeungheonOh opened this issue Jun 13, 2024 · 1 comment
Labels
Low priority Doesn't require immediate attention status: triaged Test

Comments

@SeungheonOh
Copy link

SeungheonOh commented Jun 13, 2024

Describe the feature you'd like

Currently, each projects need to write some property testing generator and shrinker on per-project biases, making testing not only more difficult but possibly more inconsistent and un-standardized. Quickcheck Arbirary instances for each types that PlutusLedgerApi exports would immensely help when testing scripts, generating some place-holder values, or even maintaining eDSL equivalent for ledger api--for example, Plutarch.

@effectfully
Copy link
Contributor

effectfully commented Jun 18, 2024

That would be great to have indeed. I've brought it to the team and the team agreed.

I'm going to mark this issue as "low priority" though, since it's not a bug or similar.

PR would be very welcome.

@effectfully effectfully added Test Low priority Doesn't require immediate attention status: triaged and removed status: needs triage GH issues that requires triage labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low priority Doesn't require immediate attention status: triaged Test
Projects
None yet
Development

No branches or pull requests

2 participants