- 14 Aug, 2001 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
because it confuses too much newbies (multiple collector entries, mailing list questions). The default value of 0 is much more straight- forward.
-
Jeffrey Shell authored
as well as other small fixes. From Chris' notes: - allows verbosity control when using newer unittest.pys' - cleans up the runPath method by factoring more of it into the smellsLikeATest method. - fixes two bugs in runFile() that caused problems with the -d option.
-
- 13 Aug, 2001 5 commits
-
-
Evan Simpson authored
-
Tres Seaver authored
- Skip attempting to register APIHelp for files beginning with '_' (e.g., '__init__.py').
-
Amos Latteier authored
-
Evan Simpson authored
-
Andreas Jung authored
never worked as supposed to work.
-
- 10 Aug, 2001 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
constructor
-
Andreas Jung authored
-
- 09 Aug, 2001 2 commits
-
-
Chris McDonough authored
The method now no longer requires lots of memory and time. Also, changed some log messages to make it more clear what's going on at startup time.
-
Ken Manheimer authored
-
- 08 Aug, 2001 14 commits
-
-
Ken Manheimer authored
-
Ken Manheimer authored
-
Ken Manheimer authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Ken Manheimer authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris McDonough authored
Fixed spot in guarded_getitem which inappropriately short-circuited some security checks (also fixes Collector 2483), thanks to Matt Behrens.
-
matt@zope.com authored
-
Andreas Jung authored
-
Andreas Jung authored
constructor
-
Andreas Jung authored
with the CGI specification and looks like "HTTP/1.1" instead of "1.1"
-
Andreas Jung authored
-
- 07 Aug, 2001 13 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
exceptions in __del__ that occur when the test suite is run.
-
Evan Simpson authored
-
Jeffrey Shell authored
some failures that are still occuring. Moved in from the Zope-2_4-branch.
-
Jeremy Hylton authored
The unittest file in Zope/lib/python is history. testrunner.py output has changed slightly. When a test fails, it prints a Python traceback. The script has also grown a -q option that produces less output when the test suite is run.
-
Andreas Jung authored
Backported from Zope-2_4-branch
-
Jeffrey Shell authored
option to fail.
-
Evan Simpson authored
-
Evan Simpson authored
-
Chris McDonough authored
Caused the error description associated with a notFound error to appear in the default traceback as "Reason: <error description>".
-
Andreas Jung authored
- tests/test*.py now runs with testrunner - regressiontests/*.py are based on unittest but require a mailbox files as input for tests
-
Evan Simpson authored
-
Evan Simpson authored
-