[docs] [issue18548] In unittest doc change WidgetTestCase to SimpleWidgetTestCase in suite()

py.user report at bugs.python.org
Wed Jul 24 20:48:41 CEST 2013


New submission from py.user:

http://docs.python.org/3/library/unittest.html#organizing-test-code
"""
def suite():
    suite = unittest.TestSuite()
    suite.addTest(WidgetTestCase('test_default_size'))
    suite.addTest(WidgetTestCase('test_resize'))
    return suite
"""

----------
assignee: docs at python
components: Documentation
files: issue.diff
keywords: patch
messages: 193667
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In unittest doc change WidgetTestCase to SimpleWidgetTestCase in suite()
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31029/issue.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18548>
_______________________________________


More information about the docs mailing list