This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Claudiu.Popa
Recipients Claudiu.Popa, docs@python, ezio.melotti, michael.foord, nedbat, r.david.murray
Date 2014-04-27.09:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398592779.16.0.305572564568.issue19950@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-27 09:59:39Claudiu.Popasetrecipients: + Claudiu.Popa, nedbat, ezio.melotti, r.david.murray, michael.foord, docs@python
2014-04-27 09:59:39Claudiu.Popasetmessageid: <1398592779.16.0.305572564568.issue19950@psf.upfronthosting.co.za>
2014-04-27 09:59:39Claudiu.Popalinkissue19950 messages
2014-04-27 09:59:38Claudiu.Popacreate