Skip to content

Handle unittest.SkipTest exception with non-ascii characters#4683

Merged
nicoddemus merged 1 commit into
pytest-dev:masterfrom
nicoddemus:skip-unicode
Jan 28, 2019
Merged

Handle unittest.SkipTest exception with non-ascii characters#4683
nicoddemus merged 1 commit into
pytest-dev:masterfrom
nicoddemus:skip-unicode

Conversation

@nicoddemus

Copy link
Copy Markdown
Member

Fix #4669

Comment thread testing/test_nose.py
@nicoddemus nicoddemus merged commit 5119abe into pytest-dev:master Jan 28, 2019
@nicoddemus nicoddemus deleted the skip-unicode branch January 28, 2019 17:50
@codecov

codecov Bot commented Jan 28, 2019

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4683      +/-   ##
=========================================
+ Coverage   95.69%   95.7%   +<.01%     
=========================================
  Files         113     113              
  Lines       24902   24907       +5     
  Branches     2459    2459              
=========================================
+ Hits        23830   23837       +7     
+ Misses        757     755       -2     
  Partials      315     315
Flag Coverage Δ
#docs 29.59% <20%> (+0.09%) ⬆️
#doctesting 29.59% <20%> (+0.09%) ⬆️
#linting 29.59% <20%> (+0.09%) ⬆️
#linux 95.53% <100%> (ø) ⬆️
#nobyte 92.31% <100%> (ø) ⬆️
#numpy 93.13% <100%> (+0.02%) ⬆️
#pexpect 42.08% <20%> (+0.01%) ⬆️
#py27 93.7% <100%> (+0.02%) ⬆️
#py34 91.82% <100%> (+0.06%) ⬆️
#py35 91.84% <100%> (+0.06%) ⬆️
#py36 91.87% <100%> (+0.06%) ⬆️
#py37 93.85% <100%> (ø) ⬆️
#trial 93.13% <100%> (+0.02%) ⬆️
#windows 93.9% <100%> (ø) ⬆️
#xdist 93.74% <100%> (-0.02%) ⬇️
Impacted Files Coverage Δ
testing/test_nose.py 98.91% <100%> (+0.04%) ⬆️
src/_pytest/nose.py 97.29% <100%> (+0.07%) ⬆️
src/_pytest/cacheprovider.py 95.75% <0%> (-1.42%) ⬇️
src/_pytest/terminal.py 91.36% <0%> (+0.83%) ⬆️

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 16f8cda...1c5009c. Read the comment docs.

1 similar comment
@codecov

codecov Bot commented Jan 28, 2019

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4683      +/-   ##
=========================================
+ Coverage   95.69%   95.7%   +<.01%     
=========================================
  Files         113     113              
  Lines       24902   24907       +5     
  Branches     2459    2459              
=========================================
+ Hits        23830   23837       +7     
+ Misses        757     755       -2     
  Partials      315     315
Flag Coverage Δ
#docs 29.59% <20%> (+0.09%) ⬆️
#doctesting 29.59% <20%> (+0.09%) ⬆️
#linting 29.59% <20%> (+0.09%) ⬆️
#linux 95.53% <100%> (ø) ⬆️
#nobyte 92.31% <100%> (ø) ⬆️
#numpy 93.13% <100%> (+0.02%) ⬆️
#pexpect 42.08% <20%> (+0.01%) ⬆️
#py27 93.7% <100%> (+0.02%) ⬆️
#py34 91.82% <100%> (+0.06%) ⬆️
#py35 91.84% <100%> (+0.06%) ⬆️
#py36 91.87% <100%> (+0.06%) ⬆️
#py37 93.85% <100%> (ø) ⬆️
#trial 93.13% <100%> (+0.02%) ⬆️
#windows 93.9% <100%> (ø) ⬆️
#xdist 93.74% <100%> (-0.02%) ⬇️
Impacted Files Coverage Δ
testing/test_nose.py 98.91% <100%> (+0.04%) ⬆️
src/_pytest/nose.py 97.29% <100%> (+0.07%) ⬆️
src/_pytest/cacheprovider.py 95.75% <0%> (-1.42%) ⬇️
src/_pytest/terminal.py 91.36% <0%> (+0.83%) ⬆️

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 16f8cda...1c5009c. Read the comment docs.

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.

3 participants