(self)
| 107 | class PythonProtoTest(unittest.TestCase): |
| 108 | |
| 109 | def setUp(self): |
| 110 | self.entries_file = "tensorflow/contrib/cmake/python_protos.txt" |
| 111 | read_entries(self) |
| 112 | |
| 113 | def testInvalidEntries(self): |
| 114 | test_invalid_directories(self) |
nothing calls this directly
no test coverage detected