
Additional test cases to improve functional test coverage for baseline candidate tests. Also includes example files for more complex candidate comparisons. Change-Id: I7d05c0f1e3f0d9e0a36c825654d28c19ed4c0bbd
9 lines
257 B
Python
9 lines
257 B
Python
def subprocess_shell_cmd():
|
|
# sample function with known subprocess shell cmd candidates
|
|
|
|
def yaml_load():
|
|
# sample function with known yaml.load candidates
|
|
|
|
def xml_sax_make_parser():
|
|
# sample function with known xml.sax.make_parser candidates
|