Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

bug: add missing setup_module() function to test_db #1158

Merged
merged 1 commit into from
Mar 16, 2018
Merged

Conversation

jrconlin
Copy link
Member

Closes #1157

@codecov-io
Copy link

codecov-io commented Mar 16, 2018

Codecov Report

Merging #1158 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1158   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          60      60           
  Lines        9945    9945           
======================================
  Hits         9945    9945
Impacted Files Coverage Δ
autopush/tests/test_db.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9fc21ba...3266888. Read the comment docs.

"""Set up pytest module"""
setUp()


def setUp():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can rename setUp -> setup_module instead, nose recognizes both.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, awesome. better fix.

@bbangert bbangert merged commit 84f2ea8 into master Mar 16, 2018
@bbangert bbangert deleted the bug/1157 branch March 16, 2018 23:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants