Hacker News new | ask | show | jobs
by Keithamus 1646 days ago
Failed expectations always throw an AssertionError, and they always have a stack. It might be the test runner you have which is breaking or hiding the stack?
1 comments

Thanks; figured it out. I was passing the object to a parent thread and the class properties were being removed in the process. Thanks for the help.