AKAI TSUKI

System development or Technical something

install nose for python test

pythonスクリプトをテストするためにnoseというのをインストールしてみた。

# cat test-requirements.txt
nose
# pip install -r test-requirements.txt
Collecting nose (from -r test-requirements.txt (line 1))
  Downloading nose-1.3.7-py2-none-any.whl (154kB)
    100% |################################| 163kB 543kB/s
Installing collected packages: nose
Successfully installed nose-1.3.7
#