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 more tests #192

Open
Tracked by #179
dlyongemallo opened this issue Nov 16, 2023 · 0 comments
Open
Tracked by #179

add more tests #192

dlyongemallo opened this issue Nov 16, 2023 · 0 comments
Labels
code organisation and standards Issue deals with how the code is structured or written documentation Improvements or additions to documentation

Comments

@dlyongemallo
Copy link
Contributor

The test coverage is quite limited right now, and it would be good to add more tests.

In particular, when more functionality is added, tests help both to ensure that regressions or new bugs don't happen and to make it easier for someone reading the code to understand what it is intended to do and to document edge cases or unimplemented features.

A lot of new features were added recently which I'm trying to understand and it would be very helpful to me to see, e.g., what the intended inputs and expected outputs are for typical use cases. (Maybe the inputs/outputs are obvious to someone more versed in ZX-calculus, but I'm still learning.)

@jvdwetering jvdwetering added documentation Improvements or additions to documentation code organisation and standards Issue deals with how the code is structured or written labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code organisation and standards Issue deals with how the code is structured or written documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants