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を開発できるツールを見つけることです。
何が使えますか?
一般的なアプローチの 1 つは、pydev プラグインで Eclipse ide を使用してコードを作成することです。
テストを実行するには、標準の unittest モジュールを使用してテストを作成し、「nose」システムで実行します。