If all tests pass, it runs fine. If a single test fails, a ConnectionAbortedError and then a OSError occurs instead. I'm using unittest for Python 3.4.4 inside VS ...
def test_empty_collections_are_treated_as_false(self): self.assertEqual("false stuff", self.truth_value([])) self.assertEqual("false stuff", self.truth_value ...