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

Don't needlessly inherit from unittest.TestCase #308

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

janosh
Copy link
Member

@janosh janosh commented Nov 17, 2023

Not needed if there are no setUp and tearDown methods.

i.e. not needed if there are no setUp and tearDown methods
@janosh janosh added housekeeping Housekeeping tests Test all the things labels Nov 17, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 59 lines in your changes are missing coverage. Please review.

Comparison is base (af0c766) 64.57% compared to head (b18f089) 64.49%.

Files Patch % Lines
tests/qchem/test_jobs.py 1.66% 59 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #308      +/-   ##
==========================================
- Coverage   64.57%   64.49%   -0.09%     
==========================================
  Files          56       56              
  Lines        5652     5639      -13     
==========================================
- Hits         3650     3637      -13     
  Misses       2002     2002              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janosh janosh merged commit 7284ec2 into master Nov 17, 2023
@janosh janosh deleted the needless-testcase-inherit branch November 17, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Housekeeping tests Test all the things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants