Lines Matching +full:working +full:- +full:directory
11 in-line data, here-documents), allowing tests to be completely self-contained.
43 # Copyright 2002-2003 Vladimir Prus.
44 # Copyright 2002-2003 Dave Abrahams.
88 if file[-10:] == "TestCmd.py":
128 in directory: """ + os.getcwd() )
197 return MatchError("Mismatch at line %d\n- %s\n+ %s\n" %
200 return MatchError("Missing lines at line %d\n- %s" %
201 (len(lines), "\n- ".join(matches[len(lines):])))
221 return MatchError("Mismatch at line %d\n- %s\n+ %s\n" %
224 return MatchError("Missing lines at line %d\n- %s" %
225 (len(lines), "\n- ".join(res[len(lines):])))
276 Removes any temporary working directories for the specified TestCmd
278 TestCmd environment was created, temporary working directories are not
281 environment was created, then temporary working directories are not
283 Temporary working directories are also preserved for conditions
287 script exits to clean up temporary working directories as appropriate
297 print("Preserved directory %s" % dir)
359 Arrange for the temporary working directories for the specified
361 conditions are specified, arranges for the temporary working
381 temporary working directory unless it is an absolute path name. The I/O
442 sys.stdout.write(self._stdout[-1])
443 sys.stderr.write(self._stderr[-1])
457 run -= 1
474 run -= 1
481 Create new subdirectories under the temporary working directory, one
511 method. The file is assumed to be under the temporary working directory
527 Creates a temporary working directory with the specified path name.
528 If the path is a null string (''), a unique directory name is created.
560 current temporary working directory. Concatenates the temporary working
561 directory name with the specified arguments using os.path.join().
568 Make the specified directory tree writable (write == 1) or not
598 is created under the temporary working directory. Any subdirectories in