grunt-noseを使い、Pythonのコードを試験したいと思っています。
とりあえず、noseでpythonを試験することは成功しましたが、
grunt-noseは以下のエラーで失敗してしまいます。
===== エラーメッセージ =====
Running "nose:your_target" (nose) task
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/mnt/c/Projects/python/test2/node_modules/grunt-nose/tasks/lib/nose/init.py", line 1, in <module>
from nose.core import collector, main, run, run_exit, runmodule
File "/mnt/c/Projects/python/test2/node_modules/grunt-nose/tasks/lib/nose/core.py", line 11, in <module>
from nose.config import Config, all_config_files
File "/mnt/c/Projects/python/test2/node_modules/grunt-nose/tasks/lib/nose/config.py", line 6, in <module>
import configparser
ImportError: No module named configparser
Warning: Task "nose:your_target" failed. Use --force to continue.
Aborted due to warnings.
============================
なお、No module named configparserとあるので、
configparserを確認した所、
python3 -m pip freeze | grep config
configobj==5.0.6
configparser==3.5.0
どうやら、インストールされている? っぽいんです。
どうしたら良いか分かる方ご教示をお願いします。
ちなみに、これができたら、次は以下に進むことを考えています。
・grunt-noseでカバレッジ測定を行う。
・Visual Studio Team Servicesを利用して試験&カバレッジ測定を行う。
【参考】
環境:Bash on ubuntu on Windows / Windows10
:Python 3.5.2
grunt-nose公式サイト
https://www.npmjs.com/package/grunt-nose
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/12/19 04:11
2017/12/20 00:32
2017/12/20 00:36