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

5669: pytester: add docstrings for Testdir.copy_example #5719

Merged
merged 2 commits into from
Aug 10, 2019

Conversation

martbln
Copy link
Contributor

@martbln martbln commented Aug 9, 2019

  • 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:

  • Create a new changelog file in the changelog folder, with a name like <ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.
  • Add yourself to AUTHORS in alphabetical order;

src/_pytest/pytester.py Outdated Show resolved Hide resolved
Co-Authored-By: Bruno Oliveira <nicoddemus@gmail.com>
@codecov
Copy link

codecov bot commented Aug 10, 2019

Codecov Report

Merging #5719 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5719   +/-   ##
=======================================
  Coverage   96.16%   96.16%           
=======================================
  Files         117      117           
  Lines       25864    25864           
  Branches     2498     2498           
=======================================
  Hits        24873    24873           
  Misses        690      690           
  Partials      301      301
Impacted Files Coverage Δ
src/_pytest/pytester.py 90.96% <ø> (ø) ⬆️

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 8ffa3aa...ee936b2. Read the comment docs.

Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nicoddemus nicoddemus merged commit f7e81da into pytest-dev:master Aug 10, 2019
@martbln
Copy link
Contributor Author

martbln commented Aug 10, 2019

Thanks!
👍🏻

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