(self)
| 117 | class PythonProtoCCTest(unittest.TestCase): |
| 118 | |
| 119 | def setUp(self): |
| 120 | self.entries_file = "tensorflow/contrib/cmake/python_protos_cc.txt" |
| 121 | read_entries(self) |
| 122 | |
| 123 | def testInvalidEntries(self): |
| 124 | test_invalid_directories(self) |
nothing calls this directly
no test coverage detected