Lines Matching full:expectations
91 def check_results_yaml_content(filename, expectations): argument
93 Checks the content of the filename with the list of expectations
98 expectations (list): A list with the content to find in the file
102 the expectations, False otherwise.
105 for e in expectations:
115 expectations = [
119 assert check_results_yaml_content(RESULTS_YAML, expectations)
129 expectations = [
134 assert check_results_yaml_content(RESULTS_YAML, expectations)
141 expectations:
158 expectations:
176 expectations = [
179 assert check_results_yaml_content(RESULTS_YAML, expectations)
188 expectations = [
193 assert check_results_yaml_content(RESULTS_YAML, expectations)