Lines Matching +full:python +full:- +full:pathlib
7 # https://www.apache.org/licenses/LICENSE-2.0
17 import pathlib
40 full_file_path = pathlib.Path(self.test_dir, path)
54 directory = str(pathlib.Path(self.test_dir, directory))
61 directory = str(pathlib.Path(self.test_dir, directory))
67 # Have Python code --> have setup.py.
69 # Python files; no setup --> error.
76 # Python files; have setup.py --> ok.
80 # Have C++ code --> have C++ tests.
89 # Have Python code --> have Python tests.
114 # CC files with no public header --> error.
119 # CC files with public header in unmatched module folder --> error.