鼻子 - 排除是鼻子的插件,可以讓你輕鬆地指定的目錄被排除測試。
排除目錄
該--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
- 在鼻子
評論沒有發現