Lines Matching refs:split
281 ws = want.split(ELLIPSIS_MARKER)
398 test_path = os.path.join(*(test_path.split('/')))
403 basedir = os.path.split(module.__file__)[0]
407 basedir = os.path.split(sys.argv[0])[0]
640 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
709 source_lines = m.group('source').split('\n')
718 want_lines = want.split('\n')
758 option_strings = m.group(1).replace(',', ' ').split()
1645 got = ' '.join(got.split())
1646 want = ' '.join(want.split())
2230 lname = '.'.join(test.name.split('.')[-1:])
2326 name = self._dt_test.name.split('.')
2424 return '_'.join(self._dt_test.name.split('.'))
2600 output += ['## '+l for l in want.split('\n')[:-1]]
2604 for l in piece.split('\n')[:-1]]
2797 dirname, filename = os.path.split(filename)