Home
last modified time | relevance | path

Searched refs:enable_pycache (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/build/test/example/
H A Dtest_build_option.py1014 def test_enable_pycache(self, enable_pycache): argument
1018 cmd = self.CMD.format('--enable-pycache', enable_pycache).split()
1024 resolve_result, result, _ = self.get_common_spec_result(enable_pycache, cmd,
1027 assert result == 0, "enable pycache para {} failed".format(enable_pycache)
1032 if enable_pycache.lower() == "true":
1033 … assert result == 0 and check_file_flag, "enable pycache para {} failed".format(enable_pycache)
1035 … assert result == 0 and not check_file_flag, "enable pycache para {} failed".format(enable_pycache)