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

Avoid crash after OSError during django path detection #664

Merged
merged 1 commit into from
Oct 16, 2018
Merged

Avoid crash after OSError during django path detection #664

merged 1 commit into from
Oct 16, 2018

Conversation

voidus
Copy link
Contributor

@voidus voidus commented Oct 16, 2018

Fixes #662

@codecov-io
Copy link

codecov-io commented Oct 16, 2018

Codecov Report

Merging #664 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
+ Coverage   94.36%   94.38%   +0.01%     
==========================================
  Files          33       33              
  Lines        1828     1834       +6     
  Branches      157      156       -1     
==========================================
+ Hits         1725     1731       +6     
  Misses         78       78              
  Partials       25       25
Flag Coverage Δ
#dj110 86.2% <100%> (+0.04%) ⬆️
#dj111 88.6% <100%> (+0.03%) ⬆️
#dj18 87.18% <100%> (+0.04%) ⬆️
#dj19 85.98% <100%> (+0.04%) ⬆️
#dj20 86.47% <100%> (+0.04%) ⬆️
#dj21 82.49% <100%> (+0.05%) ⬆️
#djmaster 82.49% <100%> (+0.05%) ⬆️
#mysql_innodb 86.69% <100%> (+0.04%) ⬆️
#mysql_myisam 86.53% <100%> (+0.04%) ⬆️
#postgres 89.85% <100%> (+0.03%) ⬆️
#py27 91.54% <100%> (+0.02%) ⬆️
#py34 85.98% <100%> (+0.04%) ⬆️
#py35 86.2% <100%> (+0.04%) ⬆️
#py36 87.4% <100%> (+0.04%) ⬆️
#py37 82.49% <100%> (+0.05%) ⬆️
#sqlite 88.54% <100%> (+0.03%) ⬆️
#sqlite_file 85.98% <100%> (+0.04%) ⬆️
Impacted Files Coverage Δ
tests/test_manage_py_scan.py 100% <100%> (ø) ⬆️
pytest_django/plugin.py 93.62% <100%> (+0.03%) ⬆️

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 5000ff8...8e27ec6. Read the comment docs.

@blueyed blueyed merged commit ec51ff8 into pytest-dev:master Oct 16, 2018
@blueyed
Copy link
Contributor

blueyed commented Oct 16, 2018

Thank you!

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.

3 participants