- 16 Nis, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
order in which the tests are normally run.
-
Tim Peters yazdı
to keep doing that in every test that wants to filter a warning.
-
- 15 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
resetwarnings() calls too.
-
- 11 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
module necessarily raises.
-
- 20 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
-
- 22 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 29 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The main incompatibility is that the error reporting method is now called as parser.syntax_error(msg) instead of parser.syntax_error(lineno, msg) This new version also has some code to deal with the <?xml?> and <!DOCTYPE> tags at the start of an XML document. The documentation has been updated, and a small test module has been created.
-