(self, package, path)
| 7 | |
| 8 | class CommonBinaryTests(util.CommonTests, unittest.TestCase): |
| 9 | def execute(self, package, path): |
| 10 | resources.files(package).joinpath(path).read_bytes() |
| 11 | |
| 12 | |
| 13 | class CommonTextTests(util.CommonTests, unittest.TestCase): |
nothing calls this directly
no test coverage detected