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

Use expected errors in testing #346

Open
colin-axner opened this issue Aug 8, 2024 · 0 comments
Open

Use expected errors in testing #346

colin-axner opened this issue Aug 8, 2024 · 0 comments

Comments

@colin-axner
Copy link
Contributor

Currently many of the tests simply assert if an error is expected to occur or not, but it does not test what the expected error result value is. Implementing these changes might not be straightforward since I believe the rust and go implementations share test cases. Maybe they should be split up, or rust and go should be expected to return the same error strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant