def test_empty_collections_are_treated_as_false(self): self.assertEqual("false stuff", self.truth_value([])) self.assertEqual("false stuff", self.truth_value ...
Test cases are created by subclassing unittest.TestCase and tests are methods which start with "test". Methods which do not start with "test" will not be executed by the test runner. The TestCase ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results