Skip to content

Conversation

@adnanwaheed
Copy link

On some systems encoding for sys.stdout is defined but is None. In this case the default utf-8 is not used as getattr() will find the attrbute but because it is None, we get an exception when we try to encode a line.

…or sys.stdout

On some systems encoding for sys.stdout is defined but is None. In this case the default utf-8 is not used as getattr() will find the attrbute but because it is None, we get an exception when we try to encode a line.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0007%) to 99.475% when pulling f1eab2a on adnanwaheed:master into 4ab171c on xmlrunner:master.

@codecov-io
Copy link

Codecov Report

Merging #198 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage   99.47%   99.47%   +<.01%     
==========================================
  Files          17       17              
  Lines        1524     1526       +2     
==========================================
+ Hits         1516     1518       +2     
  Misses          8        8
Impacted Files Coverage Δ
xmlrunner/result.py 98.42% <100%> (ø) ⬆️

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 4ab171c...f1eab2a. Read the comment docs.

1 similar comment
@codecov-io
Copy link

codecov-io commented May 3, 2019

Codecov Report

Merging #198 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage   99.47%   99.47%   +<.01%     
==========================================
  Files          17       17              
  Lines        1524     1526       +2     
==========================================
+ Hits         1516     1518       +2     
  Misses          8        8
Impacted Files Coverage Δ
xmlrunner/result.py 98.42% <100%> (ø) ⬆️

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 4ab171c...f1eab2a. Read the comment docs.

@dnozay
Copy link
Member

dnozay commented Nov 7, 2019

#199 #200

@dnozay dnozay closed this Nov 7, 2019
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.

4 participants