LoginSignup
2
2

More than 5 years have passed since last update.

python の autotest というか sniffer

Last updated at Posted at 2012-04-08

インストール

linux: pip install sniffer autonose pyinotify
windows: pip install sniffer autonose pywin32
Mac: pip install sniffer autonose MacFSEvents

オプション

sniffer のデフォルトは、nose を使うので nosetests のオプションを -x に続けて使う。doctest なら sniffer -x--with-doctest

注意

  • テストディレクトリを指定するときは sniffer -x t とかする
  • pybrew venv を使う場合は、sniffer もライブラリもぜんぶ同じ virtualenv に入れること

Special Thanks

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2