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

Run black on source #670

Closed
wants to merge 1 commit into from
Closed

Run black on source #670

wants to merge 1 commit into from

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Oct 30, 2018

Fixes flake8, where we use "binary operator after line breaks".

Fixes flake8, where we use "binary operator after line breaks".
@codecov-io
Copy link

Codecov Report

Merging #670 into master will decrease coverage by 0.1%.
The diff coverage is 97.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
- Coverage   94.38%   94.27%   -0.11%     
==========================================
  Files          33       33              
  Lines        1834     1834              
  Branches      156      156              
==========================================
- Hits         1731     1729       -2     
- Misses         78       80       +2     
  Partials       25       25
Flag Coverage Δ
#dj110 86.2% <91.02%> (ø) ⬆️
#dj111 86.53% <93.07%> (-2.08%) ⬇️
#dj18 87.18% <92.28%> (ø) ⬆️
#dj19 85.98% <90.23%> (ø) ⬆️
#dj20 86.47% <92.12%> (ø) ⬆️
#dj21 82.49% <86.77%> (ø) ⬆️
#djmaster 82.49% <86.77%> (ø) ⬆️
#mysql_innodb ?
#mysql_myisam 86.53% <93.07%> (ø) ⬆️
#postgres 89.85% <94.96%> (ø) ⬆️
#py27 91.43% <96.22%> (-0.11%) ⬇️
#py34 85.98% <90.23%> (ø) ⬆️
#py35 86.2% <91.02%> (ø) ⬆️
#py36 87.29% <92.91%> (-0.11%) ⬇️
#py37 82.49% <86.77%> (ø) ⬆️
#sqlite 88.54% <93.38%> (ø) ⬆️
#sqlite_file 85.98% <90.23%> (ø) ⬆️
Impacted Files Coverage Δ
pytest_django/db_reuse.py 0% <0%> (ø) ⬆️
tests/test_unittest.py 100% <100%> (ø) ⬆️
pytest_django/compat.py 100% <100%> (ø) ⬆️
pytest_django/django_compat.py 100% <100%> (ø) ⬆️
tests/test_fixtures.py 99.59% <100%> (ø) ⬆️
tests/test_db_setup.py 100% <100%> (ø) ⬆️
tests/test_initialization.py 100% <100%> (ø) ⬆️
tests/test_django_settings_module.py 100% <100%> (ø) ⬆️
tests/conftest.py 100% <100%> (ø) ⬆️
pytest_django/lazy_django.py 100% <100%> (ø) ⬆️
... and 12 more

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 22ebd0a...af02490. Read the comment docs.

@blueyed blueyed closed this in 9804e61 Oct 30, 2018
@blueyed blueyed deleted the black branch October 30, 2018 14:27
beyondgeeks added a commit to beyondgeeks/django-pytest that referenced this pull request Sep 6, 2022
Fixes flake8, where we use "binary operator after line breaks".

Closes pytest-dev/pytest-django#670.
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