Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/
H A Dconfigure.go70 pythonconfig.TestFilePattern,
198 case pythonconfig.TestFilePattern:
H A Dgenerate.go115 testFileGlobs := cfg.TestFilePattern()
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/pythonconfig/
H A Dpythonconfig.go84 TestFilePattern = "python_test_file_pattern" const
475 func (c *Config) TestFilePattern() []string { func