Message101991
Let's move test_support in unittest !
Then maybe, let's expose some of test_support functions into a new class on the top of unittest.TestCase, so they can be used via methods.
The purpose is power up people when it comes to write test fixtures or work in a testing environment. These helpers were built to test Python itself, are quite unknown out there. I think it's a shame :)
http://docs.python.org/library/test.html#module-test.test_support |
|
| Date |
User |
Action |
Args |
| 2010-03-31 11:19:12 | tarek | set | recipients:
+ tarek, michael.foord |
| 2010-03-31 11:19:11 | tarek | set | messageid: <[email protected]> |
| 2010-03-31 11:19:10 | tarek | link | issue8273 messages |
| 2010-03-31 11:19:10 | tarek | create | |
|