Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better diagnostics | Gregory P. Smith | 2008-04-09 | 1 | -2/+2 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Relax result test for program mode of quopri. | Martin v. Löwis | 2006-03-23 | 1 | -2/+5 |
| | |||||
* | Rewrite pipe code using subprocess, to make sure the | Martin v. Löwis | 2006-03-23 | 1 | -9/+9 |
| | | | | child process is closed when the test completes. | ||||
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -10/+10 |
| | |||||
* | Add two tests for the script interface. | Walter Dörwald | 2005-12-15 | 1 | -5/+19 |
| | |||||
* | If quopri uses the implementations from binascii do the tests a second time | Walter Dörwald | 2005-12-14 | 1 | -10/+35 |
| | | | | | using the Python implementations of the functions. This imcreases code coverage and makes sure that both implementations do the same thing. | ||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | Patch #462190, patch #464070: Support quoted printable in the binascii module. | Martin v. Löwis | 2001-09-30 | 1 | -0/+13 |
| | | | | Decode and encode underscores for header style encoding. Fixes bug #463996. | ||||
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
| | | | | | allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves. | ||||
* | Don't use any characters C doesn't guarantee are safe for text-mode files. | Tim Peters | 2001-08-03 | 1 | -12/+12 |
| | | | | This should stop the bizarre translations Jack was getting from Mac CVS. | ||||
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 1 | -8/+8 |
| | | | | | | + test_quopri.py relied on significant trailing spaces. Fixed. + test_dircache.py (still) doesn't work on Windows (directory mtime on Windows doesn't work like it does on Unix). | ||||
* | Add a bunch of sample strings to test soft line breaks of varying end | Barry Warsaw | 2001-06-19 | 1 | -1/+28 |
| | | | | cases. | ||||
* | A unittest-based test for the quopri module. | Barry Warsaw | 2001-06-19 | 1 | -0/+112 |