Guido van Rossum
fb1db4cda1
Add -E and -tt options to the python invocations, as for the Unix tests.
...
The -tt means modules that mix tabs and spaces will be rejected.
The -E refuses to believe Python options in the environment.
2002-08-07 19:06:27 +00:00
Tim Peters
ffd9328239
Clean up the "docs".
2001-02-19 21:44:53 +00:00
Tim Peters
6a9aec47b7
Change Windows test to do a complete job of removing .pyc/.pyo files
...
reachable from Lib/.
2001-02-11 00:46:39 +00:00
Tim Peters
755f4c1035
Added -O option (to run python or python_d w/ -O),
2001-01-23 02:42:09 +00:00
Tim Peters
2ad1a444e5
When running the tests twice, stuck a "Press any key to continue ..." pause
...
between passes: Win9x DOS boxes are limited to 50 lines max, and the result
of the first pass scrolls off irretrievably otherwise. Also simplified
the goto-laden logic a bit.
2001-01-20 01:53:43 +00:00
Tim Peters
2cfa9806c7
Run tests twice by default, first time deleting .pyc/.pyo files.
...
New option "-q" to leave .pyc/.pyo alone.
2001-01-19 21:43:49 +00:00
Guido van Rossum
4bf9c20e18
Delete the bytecode from the library and tests before running the
...
tests for the first time -- like the Unix Makefile does. This
avoids not catching problems in the bytecode generator and/or bytecode
marshalling.
2001-01-19 21:00:04 +00:00
Tim Peters
a2ebb87bfe
Added simple batch file to make running the test suite from the PCbuild
...
directory less tedious.
2000-09-15 07:36:28 +00:00