Bugzilla – Bug 736
test.py should run TestSuite's from testpy_output_dir
Last modified: 2009-11-13 07:48:17 EDT
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=646) [details] Proposed fix. Since all examples are run being chdir()'ed to testpy_output_dir, it might be good to have a convenient behavior for TestSuites too. This will keep TestSuites a little simpler (they will write just to working directory). Also this allows direct copy-and-paste from examples in some places or vice versa. P.S. By the way, Craig, is your email box at "craigdo@ee.washington.edu" working (sorry for importunity if any)?
It seems, that calls to GetTempDir () in several appropriate places do the job well. So closing this bug as WORKSFORME.