Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f303eb7 commit bf448e9Copy full SHA for bf448e9
1 file changed
library/unittest.po
@@ -593,6 +593,9 @@ msgid ""
593
" do the right thing and collect all the module's test cases for you and "
594
"execute them."
595
msgstr ""
596
+"建议你根据所测试的功能,将测试用 TestCase 实现集合起来。:mod:`unittest` 为此提供了机制::dfn:`test suite`,以"
597
+" :mod:`unittest` 的类 :class:`TestSuite` 为代表。大部分情况下,调用 :func:`unittest.main` "
598
+"即可,并且它会为你集合所有模块的测试用例并执行。"
599
600
#: ../../library/unittest.rst:425
601
msgid ""
0 commit comments