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 #4253

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 (you can delete this text from the final description, this is
just a guideline):

  • Create a new changelog file in the changelog folder, with a name like <ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.
  • Target the master branch for bug fixes, documentation updates and trivial changes.
  • Target the features branch for new features and removals/deprecations.
  • Include documentation when adding new features.
  • Include new tests or update existing tests when applicable.

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

  • Add yourself to AUTHORS in alphabetical order;

blueyed and others added 14 commits October 25, 2018 20:25
fix pytest-dev#4243 - support positional argument stacklevel on python2
_getconftestmodules: avoid isfile()/dirpath()
The type `bytes` is available on all supported Python versions. On
Python 2.7, it is an alias of str, same as six.binary_type.

Makes the code slightly more forward compatible.
handle race condition when creation and deletion of a numbered dir overlap
Remove use of unnecessary compat shim, six.binary_type
…e-collect-files

add script to generate a example folder for collecting many files
@codecov
Copy link

codecov bot commented Oct 27, 2018

Codecov Report

Merging #4253 into features will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #4253      +/-   ##
============================================
+ Coverage     95.81%   95.83%   +0.02%     
============================================
  Files           111      111              
  Lines         24752    24768      +16     
  Branches       2412     2414       +2     
============================================
+ Hits          23716    23737      +21     
+ Misses          736      734       -2     
+ Partials        300      297       -3
Flag Coverage Δ
#docs 28.92% <34.37%> (-0.03%) ⬇️
#doctesting 28.92% <34.37%> (-0.03%) ⬇️
#linting 28.92% <34.37%> (-0.03%) ⬇️
#linux 95.62% <100%> (+0.02%) ⬆️
#nobyte 91.9% <96.87%> (ø) ⬆️
#numpy 93.01% <100%> (+0.02%) ⬆️
#pexpect 41.61% <21.87%> (-0.01%) ⬇️
#py27 94.02% <96.87%> (+0.02%) ⬆️
#py34 92.24% <68.75%> (+0.05%) ⬆️
#py35 92.25% <68.75%> (+0.05%) ⬆️
#py36 93.95% <68.75%> (+0.01%) ⬆️
#py37 92.29% <68.75%> (+0.05%) ⬆️
#trial 93.01% <100%> (+0.02%) ⬆️
#windows 94.01% <100%> (ø) ⬆️
#xdist 93.76% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/_pytest/config/__init__.py 94.99% <100%> (ø) ⬆️
src/_pytest/recwarn.py 98.31% <100%> (+0.04%) ⬆️
testing/test_tmpdir.py 98.74% <100%> (+0.04%) ⬆️
testing/test_recwarn.py 99.56% <100%> (ø) ⬆️
src/_pytest/pathlib.py 90.17% <100%> (+0.17%) ⬆️
src/_pytest/terminal.py 93.02% <0%> (+0.85%) ⬆️

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 9fe8710...3b7fbcd. Read the comment docs.

@RonnyPfannschmidt RonnyPfannschmidt merged commit cc531a1 into pytest-dev:features Oct 28, 2018
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.

5 participants