summaryrefslogtreecommitdiff
path: root/Lib/test/test_module.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
* Convert test_module to use unittest.Collin Winter2007-04-061-45/+58
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Repair the test (adding a docstring to the module type changed theGuido van Rossum2002-06-041-1/+1
* Surprising fix for SF bug 563060: module can be used as base class.Guido van Rossum2002-06-041-0/+48