Lines Matching refs:line
291 def _normalize_storage_test_case_data(line):
293 line = re.sub(r'\s+', r'', line)
294 return line
310 for line_number, line in enumerate(fd, 1):
311 line = line.strip()
312 if not line:
315 if line.startswith('#'):
318 description = line.strip()
321 if line.startswith('depends_on:'):
323 # We've reached a test case data line
324 test_case_data = self._normalize_storage_test_case_data(line)
344 return [line for line in output.split('\n') if line]
484 'Test case from {} line {} "{}" has disappeared: {}'.format(