Skip to content

fix assertRaises calls #215

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

Merged
merged 1 commit into from
Jun 22, 2025
Merged

fix assertRaises calls #215

merged 1 commit into from
Jun 22, 2025

Conversation

davidszotten
Copy link
Contributor

started looking at using pytest a bit more and came across these broken tests

the existing implementation was calling the function too early, and was just asserting that trying to call the returned None raised an exception (TypeError from attempting to call it)

the existing implementation was calling the function too early, and was
just asserting that trying to call the returned `None` raised an
exception (TypeError from attempting to call it)
@davidszotten davidszotten requested a review from palewire as a code owner June 17, 2025 18:26
@palewire palewire merged commit ebc61d1 into palewire:main Jun 22, 2025
13 checks passed
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

Successfully merging this pull request may close these issues.

2 participants