summaryrefslogtreecommitdiff
path: root/Lib/test/test_support.py
Commit message (Expand)AuthorAgeFilesLines
* test_support: add a docstring to vereq().Tim Peters2001-12-291-0/+10
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-301-0/+4
* run_suite(): If testclass is not available, provide an even more generalFred Drake2001-10-041-4/+8
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-031-1/+2
* Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keepTim Peters2001-09-251-1/+12
* Get rid of the increasingly convoluted global tricks w/ sys.stdout, inTim Peters2001-09-251-26/+10
* Set sys.save_stdout (to sys.stdout), so doctest-using tests can be runGuido van Rossum2001-09-251-0/+2
* Oops. I didn't expect that some tests (test_cookie) have expectedGuido van Rossum2001-09-211-0/+1
* Change the way unexpected output is reported: rather than stopping atGuido van Rossum2001-09-211-16/+12
* run_suite(): Oops, update a docstring.Barry Warsaw2001-09-201-1/+1
* run_suite(): Factor this out of run_unittest() for tests that buildBarry Warsaw2001-09-201-2/+7
* Repair late-night doc typos.Tim Peters2001-09-101-2/+2
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-1/+46
* It appears that unittest was changed to stop hoarding raw exception data,Tim Peters2001-09-081-4/+1
* Two small changes to the resource usage option:Guido van Rossum2001-09-061-2/+2
* use_large_resources => use_resourcesBarry Warsaw2001-08-201-2/+8
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-3/+10
* Give more useful information about a failing PyUnit-style test.Fred Drake2001-07-161-2/+11
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-131-0/+4
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-0/+8
* In Jython, `@' is not allowed in module names. Extend the TESTFN testBarry Warsaw2001-03-231-3/+7
* When the regression test is run in verbose mode, make the PyUNIT-basedFred Drake2001-03-231-1/+1
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-221-10/+6
* Just import sys at the top instead of inside lots of functions.Fred Drake2001-03-211-3/+35
* Oops. A RISCOS patch I forgot to check in.Guido van Rossum2001-03-131-1/+7
* Whitespace normalization.Tim Peters2001-02-211-1/+0
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-191-0/+9
* docstring typoSkip Montanaro2001-01-201-1/+1
* Change verify() function to raise TestFailed, not AssertionError.Guido van Rossum2001-01-191-2/+2
* Use constructor form of "raise"; normalize <wink> docstrings.Tim Peters2001-01-191-9/+5
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-10/+10
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-0/+12
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-47/+47
* Restore TestSkipped exception; appears to have disappeared in last checkin.Fred Drake2000-07-241-3/+20
* make TestFailed a class exceptionSkip Montanaro2000-07-191-1/+2
* Changed runs of 8 spaces to tab -- to satisfy the tab nanny.Guido van Rossum1998-06-091-7/+7
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-231-0/+12
* Add verbose flag for regression test to clear.Guido van Rossum1996-12-201-0/+2
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-261-0/+19
* Initial revisionGuido van Rossum1992-01-271-0/+22