commit | c2898c5a678e6dd00c3e0b18a214fcd7a3533800 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Wed Apr 25 17:29:52 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Wed Apr 25 17:29:52 2007 +0000 |
tree | dfaedbddee7b0ef79a19527788b8a720658e79bb | |
parent | 0d4c06e06e5ee1f3bb1fa8068114bd700d74864a [diff] |
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().