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 Volodymyr.Sapsai
Recipients Volodymyr.Sapsai, docs@python
Date 2014-04-07.14:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396881559.52.0.157201741461.issue21170@psf.upfronthosting.co.za>
In-reply-to
Content
Steps to reproduce:
1. Open docs for unittest.TestResult class.
2. Look at startTestRun() and stopTestRun() methods signatures (https://docs.python.org/3.4/library/unittest.html#unittest.TestResult.startTestRun)

Actual result:
It is stated that aforementioned methods accept 1 argument 'test'.

Expected result:
These methods don't accept any arguments, it should be stated so in the docs.
History
Date User Action Args
2014-04-07 14:39:19Volodymyr.Sapsaisetrecipients: + Volodymyr.Sapsai, docs@python
2014-04-07 14:39:19Volodymyr.Sapsaisetmessageid: <1396881559.52.0.157201741461.issue21170@psf.upfronthosting.co.za>
2014-04-07 14:39:19Volodymyr.Sapsailinkissue21170 messages
2014-04-07 14:39:19Volodymyr.Sapsaicreate