(self)
| 39 | self.assertEqual(custom_string.upper(), "ABCD") |
| 40 | |
| 41 | def test_new(self): |
| 42 | xxo = self.module.new() |
| 43 | self.assertEqual(xxo.demo("abc"), "abc") |
| 44 | |
| 45 | |
| 46 | class TestXXLimited(CommonTests, unittest.TestCase): |
nothing calls this directly
no test coverage detected