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

Clean up unit tests #85

Open
Bronek opened this issue Jun 26, 2024 · 0 comments
Open

Clean up unit tests #85

Bronek opened this issue Jun 26, 2024 · 0 comments
Labels
testability Hopefully improving automated tests

Comments

@Bronek
Copy link
Collaborator

Bronek commented Jun 26, 2024

We are currently over-testing invoke inside discriminated union (by testing the same full set of functions inside sum, and also a part of it in choice). There are probably other parts that we over-test, while at the same time we do not have tests for several template functions. We also do not follow consistent test coverage for different functors.

@Bronek Bronek added the testability Hopefully improving automated tests label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testability Hopefully improving automated tests
Projects
None yet
Development

No branches or pull requests

1 participant