(self)
| 148 | self.assertEqual(res, 15) |
| 149 | |
| 150 | def test_double_register(self): |
| 151 | myhelper = self.myhelper |
| 152 | with self.assertRaises(AttributeError): |
| 153 | brew.Register(myhelper) |
| 154 | |
| 155 | def test_has_helper(self): |
| 156 | self.assertTrue(brew.has_helper(brew.conv)) |
nothing calls this directly
no test coverage detected