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

fix: add missing API params for pytest print function #460

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

iamdefinitelyahuman
Copy link
Member

What I did

Add missing args/kwargs to the pytest print replacement. FIxes an issue reported by @Skyge on Gitter.

How I did it

Adjustments to the PytestPrinter class in brownie/test/managers/runner.py

@codecov-io
Copy link

codecov-io commented Apr 29, 2020

Codecov Report

Merging #460 into master will decrease coverage by 0.05%.
The diff coverage is 37.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
- Coverage   88.24%   88.18%   -0.06%     
==========================================
  Files          56       56              
  Lines        5973     5994      +21     
  Branches     1315     1321       +6     
==========================================
+ Hits         5271     5286      +15     
- Misses        486      489       +3     
- Partials      216      219       +3     
Impacted Files Coverage Δ
brownie/test/managers/runner.py 85.78% <37.50%> (-2.32%) ⬇️
brownie/test/fixtures.py 93.33% <0.00%> (+0.09%) ⬆️

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 3d810da...0749f3f. Read the comment docs.

@iamdefinitelyahuman iamdefinitelyahuman merged commit c9cd721 into master Apr 29, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the pytest-print-fix branch April 29, 2020 07:49
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