Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一部の Python アプリについては、手動でインストールするとpython setup.py test、アプリ フォルダー内で実行してテスト スクリプトを実行できます。しかし、pip でインストールした場合、dist-packages には .egg ファイルしかないので、テストをどのように実行すればよいでしょうか?
python setup.py test