Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test_extcall to doctest. | Brett Cannon | 2008-03-18 | 1 | -115/+0 |
| | |||||
* | Move test_tokenize to doctest. | Brett Cannon | 2008-03-13 | 1 | -684/+0 |
| | | | | Done as GHOP 238 by Josip Dzolonga. | ||||
* | Move test_thread over to unittest. Commits GHOP 237. | Brett Cannon | 2008-03-13 | 1 | -18/+0 |
| | | | | Thanks Benjamin Peterson for the patch. | ||||
* | Move test_logging over to doctest. | Brett Cannon | 2008-02-17 | 1 | -525/+0 |
| | | | | Thanks to Christopher White from GHOP. | ||||
* | * Use the same code to profile for test_profile and test_cprofile. | Georg Brandl | 2008-02-05 | 1 | -84/+0 |
| | | | | | | | | * Convert both to unittest. * Use the same unit testing code. * Include the expected output in both test files. * Make it possible to regenerate the expected output by running the file as a script with an '-r' argument. | ||||
* | Rewrite test_cprofile as unittest (and rename the file to be consistent | Georg Brandl | 2008-02-02 | 1 | -79/+0 |
| | | | | with all other test files). Written for GHOP by Benjamin Peterson. | ||||
* | Fixed #1624: Remove output comparison for test_pep277 | Christian Heimes | 2007-12-15 | 1 | -3/+0 |
| | | | | I had to modify Brett's patch slightly. | ||||
* | Port test_class to unittest. Patch #1671298. | Georg Brandl | 2007-08-24 | 1 | -101/+0 |
| | |||||
* | Convert test_pkg to use unittest. | Collin Winter | 2007-08-24 | 1 | -45/+0 |
| | |||||
* | Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in ↵ | Georg Brandl | 2007-08-24 | 1 | -7/+0 |
| | | | | test_ossaudiodev. | ||||
* | Remove output file for test_ossaudiodev, also properly close the dsp object. | Georg Brandl | 2007-08-24 | 1 | -2/+0 |
| | |||||
* | Remove test_rgbimg output file, there is no test_rgbimg.py. | Georg Brandl | 2007-08-24 | 1 | -2/+0 |
| | |||||
* | Port test_frozen to unittest. | Georg Brandl | 2007-08-24 | 1 | -4/+0 |
| | |||||
* | Patch #1008: port test_signal to unittest. | Georg Brandl | 2007-08-24 | 1 | -2/+0 |
| | |||||
* | Patch #1006: port test_winreg to unittest. | Georg Brandl | 2007-08-24 | 1 | -3/+0 |
| | |||||
* | Patch #1686487: you can now pass any mapping after '**' in function calls. | Georg Brandl | 2007-05-21 | 1 | -6/+9 |
| | |||||
* | Consolidate patches #1690164, 1683397, and 1690169, all of which refactor ↵ | Collin Winter | 2007-03-28 | 2 | -474/+0 |
| | | | | | | XML-related test suites. The patches are applied together because they use a common output/xmltests file. Thanks to Jerry Seutter for all three patches. | ||||
* | Remove test/output/test_popen2 (missed in r54417). | Collin Winter | 2007-03-16 | 1 | -9/+0 |
| | |||||
* | Patch #1670993: Refactor test_threadedtempfile.py to use unittest. | Collin Winter | 2007-03-12 | 1 | -5/+0 |
| | |||||
* | Patch #1678088: convert test_operations to use unittest, fold the result ↵ | Collin Winter | 2007-03-12 | 1 | -21/+0 |
| | | | | into test_dict. | ||||
* | Patch #1675471: convert test_pty to unittest. | Georg Brandl | 2007-03-07 | 1 | -3/+0 |
| | |||||
* | Port test_popen.py to unittest. | Walter Dörwald | 2007-01-24 | 1 | -3/+0 |
| | |||||
* | Port test_new.py to unittest. | Walter Dörwald | 2007-01-20 | 1 | -7/+0 |
| | |||||
* | Port test_resource.py to unittest. | Walter Dörwald | 2007-01-20 | 1 | -2/+0 |
| | |||||
* | Move xdrlib tests from the module into a separate test script, | Walter Dörwald | 2006-12-01 | 1 | -19/+0 |
| | | | | port the tests to unittest and add a few new tests. | ||||
* | Remove leftover test output file. | Georg Brandl | 2006-10-29 | 1 | -29/+0 |
| | |||||
* | Convert test_openpty to unittest. | Georg Brandl | 2006-10-29 | 1 | -2/+0 |
| | |||||
* | Convert test_MimeWriter to unittest. | Georg Brandl | 2006-10-29 | 1 | -110/+0 |
| | |||||
* | Completely convert test_httplib to unittest. | Georg Brandl | 2006-10-29 | 1 | -13/+0 |
| | |||||
* | Convert test_cgi to unittest. | Georg Brandl | 2006-10-29 | 1 | -42/+0 |
| | |||||
* | Convert test_cookie to unittest. | Georg Brandl | 2006-10-29 | 1 | -32/+0 |
| | |||||
* | Convert test_types to unittest. | Georg Brandl | 2006-10-29 | 1 | -15/+0 |
| | |||||
* | Convert test_nis to unittest. | Georg Brandl | 2006-10-29 | 1 | -2/+0 |
| | |||||
* | Convert test_poll to unittest. | Georg Brandl | 2006-10-29 | 1 | -19/+0 |
| | |||||
* | Convert test_mmap to unittest. | Georg Brandl | 2006-10-29 | 1 | -38/+0 |
| | |||||
* | Convert test_opcodes to unittest. | Georg Brandl | 2006-10-28 | 1 | -6/+0 |
| | |||||
* | Convert test_math to unittest. | Georg Brandl | 2006-10-28 | 1 | -28/+0 |
| | |||||
* | Convert test_global, test_scope and test_grammar to unittest. | Georg Brandl | 2006-10-28 | 3 | -98/+0 |
| | | | | | I tried to enclose all tests which must be run at the toplevel (instead of inside a method) in exec statements. | ||||
* | Bug fixes large and small for tokenize. | Jeremy Hylton | 2006-08-23 | 1 | -25/+50 |
| | | | | | | | | | | | | | | | | | | | | Small: Always generate a NL or NEWLINE token following a COMMENT token. The old code did not generate an NL token if the comment was on a line by itself. Large: The output of untokenize() will now match the input exactly if it is passed the full token sequence. The old, crufty output is still generated if a limited input sequence is provided, where limited means that it does not include position information for tokens. Remaining bug: There is no CONTINUATION token (\) so there is no way for untokenize() to handle such code. Also, expanded the number of doctests in hopes of eventually removing the old-style tests that compare against a golden file. Bug fix candidate for Python 2.5.1. (Sigh.) | ||||
* | Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. | Guido van Rossum | 2006-08-10 | 1 | -0/+2 |
| | | | | SF bug #1112549. | ||||
* | Be a lot smarter about whether this test passes: instead of assuming | Greg Ward | 2006-07-23 | 1 | -2/+1 |
| | | | | | | | that a 2.93 sec audio file will always take 3.1 sec (as it did on the hardware I had when I first wrote the test), expect that it will take 2.93 sec +/- 10%, and only fail if it's outside of that range. Compute the expected | ||||
* | Increase the small thread stack size to get the test | Andrew MacIntyre | 2006-06-13 | 1 | -2/+2 |
| | | | | | to pass reliably on the one buildbot that insists on more than 32kB of thread stack. | ||||
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-13 | 1 | -0/+12 |
| | | | | | | | | | | Heavily revised, comprising revisions: 46640 - original trunk revision (backed out in r46655) 46647 - markup fix (backed out in r46655) 46692:46918 merged from branch aimacintyre-sf1454481 branch tested on buildbots (Windows buildbots had problems not related to these changes). | ||||
* | Revert revisions: | Tim Peters | 2006-06-04 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | 46640 Patch #1454481: Make thread stack size runtime tunable. 46647 Markup fix The first is causing many buildbots to fail test runs, and there are multiple causes with seemingly no immediate prospects for repairing them. See python-dev discussion. Note that a branch can (and should) be created for resolving these problems, like svn copy svn+ssh://svn.python.org/python/trunk -r46640 svn+ssh://svn.python.org/python/branches/NEW_BRANCH followed by merging rev 46647 to the new branch. | ||||
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-04 | 1 | -0/+8 |
| | |||||
* | [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). | Armin Rigo | 2006-06-01 | 1 | -2/+17 |
| | | | | [ 1456209 ] dictresize() vulnerability ( <- backport candidate ). | ||||
* | Convert test_exceptions to unittest. | Georg Brandl | 2006-05-30 | 1 | -52/+0 |
| | |||||
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -3/+3 |
| | |||||
* | Convert test_compare to use unittest. Hopefully we can find out | Neal Norwitz | 2006-04-09 | 1 | -101/+0 |
| | | | | why this breaks on openbsd sometimes. | ||||
* | Make test_augassign pass with -Qnew and convert to unittest. | Georg Brandl | 2006-03-28 | 1 | -51/+0 |
| |