unittest-xml-reporting icon indicating copy to clipboard operation
unittest-xml-reporting copied to clipboard

Fixed AttributeError upon a single skipped test

Open blbuford opened this issue 3 years ago • 0 comments

Hello,

We were using this library in our project and noticed that errored out when a single test is skipped. I traced it back to a NodeValue getting set to a boolean value instead of a string. I changed that in result.py. I added the test case, so you can see the error. Let me know if you have any questions!

blbuford avatar Sep 08 '22 15:09 blbuford