beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 69 forks source link

Fix subtests #64

Closed flowerncsu closed 7 years ago

flowerncsu commented 7 years ago

Previously: A test with subtests would cause cricket to crash

Now: Cricket will not crash! All errors will be output Status will be the "worst" status found (Room for improvement: capture all subtest statuses!)

phildini commented 7 years ago

This looks great, given that you've done some refactoring and pulled some of the code into standalone functions, could we get some more tests to cover the new changes?

Thanks!

phildini commented 7 years ago

Also I'm not sure what's going on with Travis, but I pulled the branch locally and everything seems to run fine!