(self, defs)
| 750 | self.assertNotEqual(got, func) |
| 751 | |
| 752 | def assert_func_defs_not_shareable(self, defs): |
| 753 | self.assert_not_shareable(defs.TOP_FUNCTIONS) |
| 754 | |
| 755 | def test_user_function_normal(self): |
| 756 | self.assert_roundtrip_equal(defs.TOP_FUNCTIONS) |
no test coverage detected