unittest-xml-reporting
                                
                                 unittest-xml-reporting copied to clipboard
                                
                                    unittest-xml-reporting copied to clipboard
                            
                            
                            
                        Fixed AttributeError upon a single skipped test
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!