py test信息详情

py test发音

意思翻译

py试验

相似词语短语

py trip───PY跳闸

py love───py爱情

py day───p日

py about───py关于

pumpkin py───南瓜皮

py at───py在

a py───abbr.存款年收益(AnnualPercentageYield)

test───n.测验,考查;测试;检验;化验;v.测验;化验,检查;试验,测试;考验

familiarization test───熟悉测试

双语使用场景

Lines 2 through 6 invoke the py-test task.───第2至第6行调用py - test任务。

You have two options: you can extract the file called test. py from the zip file associated with this article or you can type the function into an editor and save the file as test.py.───有两个选择:您可以从与本文相关的压缩文件中提取名为test . py的文件,也可以在编辑器中键入函数,然后将文件保存为test . py。

Of these three frameworks, py. test looks like the clear leader in this area.───在这三种框架中,py.test看起来在并行测试方面明显领先了。

This causes py. test to make three changes to its behavior.───这会让py.test对其行为做三个更改。

Moving on to py. test, it by default provides no support for setup and teardown.───test在默认情况下不提供对setup和teardown的支持。

The py. test tools is more rigid, and always looks for Python modules whose names either start with `test_ or end with _test.───test更死板,总是寻找名称以`test_开头或以_test结尾的Python模块。

Both py. test and nose provide special routines that make writing tests easier.───test和nose框架都提供特殊的例程,这些例程可以简化测试的编写。

The nose project was released in 2005, the year after py. test received its modern guise.───nose项目是于2005年发布的,也就是py.test改名后的一年。

英语使用场景

All three frameworks this article is looking at, zope.testing, py.test, and nose, support the standard setUp() and tearDown() routines of any unittest.TestCase classes that the programmer writes.

A key feature of zope.testing, py.test, and nose is that they all search a project's source code tree in an attempt to find all of its tests without having to have them centrally listed.