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

Ensure all with pytest.raises() checks in the test suite have an associated match #1708

Open
Andrew-S-Rosen opened this issue Feb 15, 2024 · 0 comments

Comments

@Andrew-S-Rosen
Copy link
Member

Andrew-S-Rosen commented Feb 15, 2024

What would you like to report?

We want to make sure we catch a specific exception. When done, the following lines in pyproject.toml should be removed:

quacc/pyproject.toml

Lines 161 to 163 in d95ca63

"B017", # pytest.raises
"PT011", # pytest.raises
"PT012", # pytest.raises

Andrew-S-Rosen added a commit that referenced this issue Feb 15, 2024
@Andrew-S-Rosen Andrew-S-Rosen changed the title Ensure all with pytest.raises() checks in the test suite have an associated reason Ensure all with pytest.raises() checks in the test suite have an associated match Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant