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

Add property testing #8

Open
rossmacarthur opened this issue Oct 12, 2022 · 0 comments
Open

Add property testing #8

rossmacarthur opened this issue Oct 12, 2022 · 0 comments
Labels
enhancement Internal improvements

Comments

@rossmacarthur
Copy link
Owner

rossmacarthur commented Oct 12, 2022

We have fuzzing but it can only catch some errors and fuzzing can take a very long time. It would be useful to have a way of testing different combinations of expressions, blocks, includes etc, as well as handling of various Values. The hard part is predicting the expected output 🤔.

The following crates could be useful

@rossmacarthur rossmacarthur added feature New feature or request enhancement Internal improvements and removed feature New feature or request labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Internal improvements
Projects
None yet
Development

No branches or pull requests

1 participant