-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve exception tests #477
Comments
I like the idea; it improves readability significantly. Maybe we could take advantage of the Hacktoberfest momentum and create another wave of issues for this? |
good idea, @cmccandless! |
I can begin to make a list. |
@cmccandless that would be awesome! Once we have a list we can create separate issues for each exercise |
Affected exercises: |
As there is already a large amount of pull issues and pull requests designated for Hacktoberfest, I went ahead and created a single pull request for this (#945). |
@cmccandless, wow, thanks a lot and sorry for the delay in review |
Maybe we should change the way we test exceptions (see #476) to always use a
context manger
as this way is easier to understand.Steps
The text was updated successfully, but these errors were encountered: