Differences between revisions 1 and 2
Revision 1 as of 2006-07-24 20:53:45
Size: 354
Editor: mpm
Comment:
Revision 2 as of 2006-07-24 20:58:48
Size: 359
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
- convert all test scripts to Python
- write parallel test .BAT files for Windows
- write a simple portable shell
 * convert all test scripts to Python 
 * write parallel test .BAT files for Windows 
 * write a simple portable shell

There are a few possible ways to make our test suite work on Windows:

  • convert all test scripts to Python
  • write parallel test .BAT files for Windows
  • write a simple portable shell

The shell approach is preferable as it means there's no duplication of tests and tests remain easy for end users to write. Thoughts on building a shell at PySh.

WindowsTestingPlan (last edited 2017-12-01 03:04:07 by JunWu)