Message217247
In Python 3 docs there is a hint in the documentation for `loadTestsFromModule`:
"This method searches module for classes derived from TestCase and creates an instance of the class for each test method defined for the class."
The phrase with a fixture per test from Python 2 docs is gone though. It would be nice if the same explanation from loadTestsFromModule could be applied to TestCase documentation. |
|
| Date |
User |
Action |
Args |
| 2014-04-27 09:59:39 | Claudiu.Popa | set | recipients:
+ Claudiu.Popa, nedbat, ezio.melotti, r.david.murray, michael.foord, docs@python |
| 2014-04-27 09:59:39 | Claudiu.Popa | set | messageid: <[email protected]> |
| 2014-04-27 09:59:39 | Claudiu.Popa | link | issue19950 messages |
| 2014-04-27 09:59:38 | Claudiu.Popa | create | |
|