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: handle non-string values in pytest print #479

Merged
merged 1 commit into from
May 3, 2020

Conversation

iamdefinitelyahuman
Copy link
Member

What I did

When running pytest, understand non-string values in print.

Fixes an issue reported on Gitter.

@codecov-io
Copy link

codecov-io commented May 3, 2020

Codecov Report

Merging #479 into master will decrease coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
- Coverage   88.26%   88.07%   -0.19%     
==========================================
  Files          56       56              
  Lines        6075     6081       +6     
  Branches     1335     1338       +3     
==========================================
- Hits         5362     5356       -6     
- Misses        493      502       +9     
- Partials      220      223       +3     
Impacted Files Coverage Δ
brownie/test/managers/runner.py 86.08% <100.00%> (ø)
brownie/utils/color.py 82.10% <0.00%> (-3.16%) ⬇️
brownie/network/rpc.py 85.47% <0.00%> (-2.91%) ⬇️
brownie/network/web3.py 95.23% <0.00%> (-1.91%) ⬇️
brownie/project/main.py 90.76% <0.00%> (+0.12%) ⬆️

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 8e897a6...f6da976. Read the comment docs.

@iamdefinitelyahuman iamdefinitelyahuman merged commit 67dd442 into master May 3, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the print-fix branch May 3, 2020 09:12
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