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: fix test_sqlite_database_renamed for Django 1.11 #739

Merged
merged 2 commits into from
May 30, 2019

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented May 30, 2019

@codecov-io
Copy link

Codecov Report

Merging #739 into master will increase coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #739      +/-   ##
==========================================
+ Coverage    97.9%   98.06%   +0.16%     
==========================================
  Files          32       32              
  Lines        1863     1863              
  Branches      147      147              
==========================================
+ Hits         1824     1827       +3     
+ Misses         26       24       -2     
+ Partials       13       12       -1
Impacted Files Coverage Δ
tests/test_db_setup.py 100% <ø> (ø) ⬆️
pytest_django/live_server_helper.py 96.87% <0%> (+4.68%) ⬆️

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 ed958e6...ec5c4e9. Read the comment docs.

@blueyed blueyed merged commit 909dc81 into pytest-dev:master May 30, 2019
@blueyed blueyed deleted the fix-test branch May 30, 2019 17:28
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.

sqlite tests failed in 3.4.8 under python 2.7
2 participants