Skip to content

Merge master into features #2913

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

Merged

Conversation

nicoddemus
Copy link
Member

Thanks for submitting a PR, your contribution is really appreciated!

Here's a quick checklist that should be present in PRs:

  • Add a new news fragment into the changelog folder
    • name it $issue_id.$type for example (588.bug)
    • if you don't have an issue_id change it to the pr id after creating the pr
    • ensure type is one of removal, feature, bugfix, vendor, doc or trivial
    • Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."
  • Target: for bugfix, vendor, doc or trivial fixes, target master; for removals or features target features;
  • Make sure to include reasonable tests for your change if necessary

Unless your change is a trivial or a documentation fix (e.g., a typo or reword of a small section) please:

  • Add yourself to AUTHORS, in alphabetical order;

bilderbuchi and others added 30 commits October 23, 2017 22:11
Also reorganize conftest-related content a bit.
Closes pytest-dev#1505, closes pytest-dev#1770.
Strip whitespace from markers in INI config
Introduce a dedicated section about conftest.py
None of the decorators are sufficient to skip an entire file, for
example if the file contain invalid code for a given Python version.
Simply link to details about customizing the collector.

Signed-off-by: Stephen Finucane <[email protected]>
…cstring

Adapt the Python 3.7 AST changes
…e-files

doc: Include collector config in the skip doc
The "filter_traceback" function was not filtering the frames
that belonged to the pytest internals.

"filter_traceback" was receiving *relative* paths when running with
xdist, and full paths in non-distributed runs; for this reason
the traceback function did not consider the received path to be
relative to the pytest internal modules.

Fix pytest-dev#2843
Append example for pytest.param in the example/parametrize document.
Show full context of doctest source in the pytest output, if the lineno of
failed example in the docstring is < 9.
Fix context output handling for doctests
…s-2843

Change directory for py27 xdist-related envs
This change slightly modifies the language of the proposal document around use of fixture as parameters of pytest.mark.parametrize. When looking for documentation around this, I very quickly scrolled through this document and landed on the last paragraph thinking it was documenting a real function. This change attempts to make it less likely for this to happen.
Clarify language of proposal for fixtures parameters
List python 3.6 in the documented supported versions
I spent some time today figuring out why PR pytest-dev#2881 was not showing up
on doc/parametrize... then after some digging even on readthedocs
wondering if the last documentation build had failed, I realized the
docs I was looking for was in doc/example/parametrize instead.

The section that mentions this is very easy to miss, this makes it a
full fledged title and easier to find.
Mention pytest-lazy-fixture plugin in the proposal for parametrize_with_fixtures
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.002%) to 92.681% when pulling 983a09a on nicoddemus:merge-master-into-features into c33074c on pytest-dev:features.

@RonnyPfannschmidt RonnyPfannschmidt merged commit d1af369 into pytest-dev:features Nov 11, 2017
@nicoddemus nicoddemus deleted the merge-master-into-features branch November 14, 2017 20:40
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.