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

Pytest exception handling and testing improvement #77

Closed
viperior opened this issue Jul 13, 2022 · 0 comments · Fixed by #109
Closed

Pytest exception handling and testing improvement #77

viperior opened this issue Jul 13, 2022 · 0 comments · Fixed by #109
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@viperior
Copy link
Owner

Modify the try except to use the pytest with pytest.raises(AssertionError): syntax.

References

@viperior viperior added the enhancement New feature or request label Jul 13, 2022
@viperior viperior self-assigned this Jul 13, 2022
@viperior viperior added this to the v2.0.0 milestone Mar 4, 2023
viperior added a commit that referenced this issue Mar 4, 2023
Improve the testing of exceptions using pytest.raises(). Closes #77
@viperior viperior linked a pull request Mar 4, 2023 that will close this issue
@viperior viperior changed the title Pytest error handling improvement Pytest exception handling and testing improvement Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant