- 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ı
-
- 07 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Don't even try to import _socket when running under Jython.
-
- 02 Kas, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the -Qwarnall option, so I've changed this to only filter out the one warning that's a problem in practice.
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 04 Agu, 2001 1 kayıt (commit)
-
-
Greg Ward yazdı
starting the test suite proper. If _socket fails to build, that will make this test fail with an ImportError -- handled by the test harness as "no such module _socket" -- instead of an AttributeError deep in CGIHTTPServer.
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
giving it a slight facelift
-
- 18 Şub, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Skip Montanaro yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
- 12 Şub, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
run first. Indirectly due to Skip adding check_all("pty") to test___all__: that caused the expected ImportError due to pty.py trying to import the non-existent FCNTL to get handled by test___all__, leaving a partial module object for pty in sys.modules, which caused the later import of pty via test_pty to succeed. Then test_tpy died with an AttributeError, due to trying to access attributes of pty that didn't exist. regrtest viewed that as a failure rather than the appropriate "test skipped". Fixed by deleting partial module objects in test___all__ when test___all__ handles an ImportError.
-
Skip Montanaro yazdı
-
- 07 Şub, 2001 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
to work with Jython (ugh! I hate that name!). This closes patch 103665.
-
- 06 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 25 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
test___all__.py: fail silently in check_all if the module can't be imported
-
- 24 Ock, 2001 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Barry Warsaw yazdı
-
- 23 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
fixed typo in ihooks docstring
-
- 22 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
no don't have to start with underscore. - Add spaces after commas in argument lists. - Only test dbhash if bsddb can be imported. (Wonder if there are more like this?)
-
- 21 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 20 Ock, 2001 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
-