导航菜单

unittest是什么意思_翻译中文_怎么读

unit test怎么读

美式发音: 英式发音: 

un.单元测试;模块测试;部件检验

网络释义:单元测试框架;自动测试框架;单元测试类

网络释义

un.1.单元测试2.模块测试3.部件检验

1.单元测试 ... 16.2 doctest- 通过文档完成测试 16.3 unittest- 自动测试框架 16.4 paceback- 异常和栈轨迹 ...

4.单元测试类 ... ApppcationProperties 程序属性类 UnitTest 单元测试类 WebBrowserComponent 网页浏览器 ...

5.写单元测试2. 写单元测试(UnitTest++)2.1 修改项目属性, 将 UnitTest++.h 所在的目录加到 INCLUDE目录中去. 将我的测试驱动工具的头文 …

例句释义:,单元测试,模块测试,部件检验,单元测试框架,自动测试框架,单元测试类

1.These steps also show the tasks required to start the Unit Test feature, although this would already be up in a typical work session.这些步骤还展示了启动UnitTest特性所需的任务,尽管在典型的工作会话中,该特性应该已经启动。

2.It collects classes regardless of whether the class inherits from unittest. TestCase or not.无论类是否继承自unittest.TestCase,它都会收集它们。

3.Using unittest adds quite a few capabipties to the simpler doctest style.使用unittest为较简单的doctest方式增添了相当多的能力。

4.It is quite handy to frequently run a unittest when making changes to a module.在对模块进行更改时,需要频繁地运行单元测试,而这也是非常容易的。

5.Also note, finally, that the Zope test frameworks only support tests that are either UnitTest instances or doctests.最后注意,Zope测试框架只支持UnitTest实例或doctest。

6.The docspings processed by doctest can contain pacebacks within them, but a better approach to special cases is to utipze unittest.由doctest处理的文档字符串可能会在其内部包含回溯(paceback),但是在特别的情况下,更好的方法是使用unittest。

7.Without being asked, nose will always detect subclasses of unittest. TestCase and use them as tests.无须特别指定,nose总会检测unittest.TestCase的子类并作为测试使用它们。

8.Figure 7 shows a drag and drop operation where the developer copies the COBOL program BK92S1 to the Unit Test feature for the changes.图7展示了一个拖放操作,开发人员通过该操作将COBOL程序BK92S1复制到UnitTest特性以便修改。

9.You need to add a flag to run run -e so that you can avoid getting a paceback to the unittest module in the IPython shell.您需要添加一个标记以运行run-e,这样一来,您就可以在IPythonShell中避免回溯到单元测试模块。

10.One final feature to demonspate is running a unittest within an IPython shell.这里要展示的最后一个特性是,在IPythonShell中运行单元测试。