鼻子 - 排除是鼻子的插件,可以让你轻松地指定的目录被排除测试。
排除目录
该--exclude-DIR =选项,安装插件后可用。该选项可以被多次使用,以排除从测试的多个目录。所提供的目录路径可以是绝对或相对的。
例如:
$ nosetests --exclude-DIR = test_dirs /建
  - 排除-DIR = test_dirs / test_not_me test_dirs
....
-------------------------------------------------- --------------------
跑了4次测试中0.006s
行
这个例子将排除nosetests“测试搜索目录test_dirs /构建和test_dirs / test_not_me。
使用基于文件的排除列表
所述--exclude-dir的文件=选项可用于传递包含在一个文件目录的预定义列表。鼻排除希望被排除每个目录要上自己的路线。
示例:
nosetests --exclude-dir的文件= test_dirs / exclude_dirs.txt
  test_dirs
....
-------------------------------------------------- --------------------
跑了4次测试中0.006s
行
其中,exclude_dirs.txt可能看起来像:
test_dirs /编译
test_dirs / test_not_me
错误
请报告所有的bug(和补丁),以http://bitbucket.org/kgrandis/nose-exclude/
Requirements:
- Python
- 在鼻子
评论没有发现