(self)
| 30 | _path('ftype.f')] |
| 31 | |
| 32 | def test_asterisk1(self): |
| 33 | foo = getattr(self.module, 'foo1') |
| 34 | assert_equal(foo(), b'123456789A12') |
| 35 | |
| 36 | def test_asterisk2(self): |
| 37 | foo = getattr(self.module, 'foo2') |
nothing calls this directly
no test coverage detected