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

MRG: rename test methods -> pytest; remove issue template #103

Merged
merged 3 commits into from
Apr 17, 2023

Conversation

ctb
Copy link
Member

@ctb ctb commented Apr 16, 2023

This PR renames def setup(self) and def teardown(self) (which were nose-testing style naming schemes) to def setup_method(self) and def teardown_method(self).

It also removes the obsolete PR template.

@codecov
Copy link

codecov bot commented Apr 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.53%. Comparing base (eed2e69) to head (15fbb41).
Report is 8 commits behind head on latest.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest     #103   +/-   ##
=======================================
  Coverage   87.53%   87.53%           
=======================================
  Files          15       15           
  Lines         634      634           
=======================================
  Hits          555      555           
  Misses         79       79           
Flag Coverage Δ
python 87.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ctb ctb merged commit d886f0c into latest Apr 17, 2023
@ctb ctb deleted the remove_issue_template branch April 17, 2023 11:41
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.

1 participant