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

Merge master into features and fix flake8 errors #2594

Merged
merged 69 commits into from
Jul 20, 2017

Conversation

nicoddemus
Copy link
Member

Besides merging with master, also fix the flake8 errors on it as discussed in #2582; I will open a separate PR to add the tox env to run autopep8 and update docs.

pv and others added 30 commits July 10, 2017 21:41
Emit it only once per each generator, rather than for each generated
function. Also add information about which test caused it to be emitted.
It is important enough that it should be easier to find
Add a link to our backwards compatibility policy to our side-bar
Make YIELD_TEST warning less spammy
…-docs

Add docs for Item.add_report_section in the docs
We sometimes would see the following line:
collected 1 item s

just because previous write to the terminal includes number of
characters greater than 'collected 1 item'.
Ensure final collected line doesn't include artifacts of previous write
W191 indentation contains tabs
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
indentation contains mixed spaces and tabs
indentation is not a multiple of four
unexpected indentation
continuation line under-indented for hanging indent
continuation line missing indentation or outdented
closing bracket does not match indentation of opening bracket’s line
closing bracket does not match visual indentation
continuation line with same indent as next logical line
continuation line over-indented for hanging indent
continuation line over-indented for visual indent
continuation line under-indented for visual indent
visually indented line with same indent as next logical line
continuation line unaligned for hanging indent
whitespace after ‘(‘
whitespace before ‘)’
whitespace before ‘:’
multiple spaces before operator
andras-tim and others added 26 commits July 17, 2017 01:44
expected 2 blank lines, found 0
too many blank lines (3)
multiple imports on one line
module level import not at top of file
line too long (> 120 characters)
multiple statements on one line (colon)
multiple statements on one line (semicolon)
multiple statements on one line (def)
comparison to True should be ‘if cond is True:’ or ‘if cond:’
do not assign a lambda expression, use a def
pytest-dev#2574 Options --fixtures and --fixtures-per-test keep indentation of docstrings
The file apparently contains an early design document to what
has become @pytest.fixture and can be deleted
…s-for-testing-plugin-code

Extend pytester docs for testing plugin code
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.06%) to 90.824% when pulling 24da938 on nicoddemus:fix-flake8-errors into eb79fa7 on pytest-dev:features.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.06%) to 90.833% when pulling d44565f on nicoddemus:fix-flake8-errors into eb79fa7 on pytest-dev:features.

@flub flub merged commit 9e3e58a into pytest-dev:features Jul 20, 2017
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.

9 participants