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

tests/conftest.py: move import of db_helpers #737

Merged
merged 1 commit into from
May 28, 2019

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented May 28, 2019

This is required for when conftests are loaded before Django gets setup
(i.e. when it would be done in pytest_configure only). Not necessary,
but easier to improve things from there.

Taken out of #719.

This is required for when conftests are loaded before Django gets setup
(i.e. when it would be done in pytest_configure only).  Not necessary,
but easier to improve things from there.
@codecov-io
Copy link

codecov-io commented May 28, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #737   +/-   ##
======================================
  Coverage    97.9%   97.9%           
======================================
  Files          32      32           
  Lines        1863    1863           
  Branches      147     147           
======================================
  Hits         1824    1824           
  Misses         26      26           
  Partials       13      13
Impacted Files Coverage Δ
tests/conftest.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 17cdcda...71e0068. Read the comment docs.

@blueyed blueyed merged commit ed958e6 into pytest-dev:master May 28, 2019
@blueyed blueyed deleted the tests-move-helpers branch May 28, 2019 12:34
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.

2 participants