Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Convert copy_reg test to PyUnit. | Fred Drake | 2001-05-22 | 1 | -29/+19 |
| | |||||
* | Test the exception-raising for error cases in copy_reg. | Fred Drake | 2000-10-11 | 1 | -0/+35 |