def test_get_cmakelists(self): """Get CMakeLists.txt""" under_test = get_cmake_lists('./') self.assertTrue(under_test) self.assertIsInstance(under_test, _io.TextIOWrapper)