-
Notifications
You must be signed in to change notification settings - Fork 140
[IronPython] Fix for issue #182 - dont pass none to decode #183
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
=======================================
Coverage 99.49% 99.49%
=======================================
Files 17 17
Lines 1382 1382
=======================================
Hits 1375 1375
Misses 7 7
Continue to review full report at Codecov.
|
6 similar comments
|
@rasjani - thank you for the change, can you please add a test that highlights the broken behavior before the fix? |
|
Part of the issue is that it’s only reproduceable in IronPython so unless you run the unittests with it, there’s no issue and covering it might not make sense. Also, since i've never used tox, getting run/verify things is a bit too much for me atm .. Anyway, the point being, i'd assume something like this will trigger the issue: and then the string passed to it has to go into branch here: https://github.com/xmlrunner/unittest-xml-reporting/blob/master/xmlrunner/result.py#L56 |
|
see 6e4ef38 |
No description provided.