以上来源于: WordNet
This module file becomes your test suite entry point.
此模块文件就是测试套件的入口点。
When a module is imported, the Python interpreter processes each line in the module file.
导入一个模块时,Python 解释器会处理模块文件内的各行。
Listing 7 shows the code for the module file that registers a URL as a source of tests and results.
清单7显示这个模块文件的代码,它注册一个URL作为测试和结果的源。
应用推荐