タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Pythonとpythonとtoxに関するsuzukiMYのブックマーク (3)

  • tox

    tox¶ tox is a generic virtual environment management and test command line tool you can use for: checking your package builds and installs correctly under different environments (such as different Python implementations, versions or installation dependencies), running your tests in each of the environments with the test tool of choice, acting as a frontend to continuous integration servers, greatl

    suzukiMY
    suzukiMY 2017/05/22
    Pythonのライブラリを複数バージョンでテストするツール。
  • Pythonでのテストツールtox入門 - Keep on moving

    libuvのPython実装であるpyuvのPython3対応しているときに、Python2.6/2.7/3.0/3.1/3.2で個別にテストする必要がありました。 各バージョンのPythonを入れるのも割と大変だし、各バージョンごとに確認するのも非常に手間です。 lazyな私にはこんなのやってられません。がおー。めんどくせー。 というわけでいろいろテストツールをいろいろ探していたら、79.pyで @aodag さんにtoxを教えていただきました。 早速使ってみたので、軽くメモを残しておきます。 ドキュメント ↓を読めば大体わかるはず。 Welcome to the tox automation project — tox 1.4.2-1 documentation ざっくり説明すると Pythonライブラリを複数バージョンでテストするツールです。 CI(Jenkinsなど)で使うことも想

    Pythonでのテストツールtox入門 - Keep on moving
  • tox

    tox¶ tox is a generic virtual environment management and test command line tool you can use for: checking your package builds and installs correctly under different environments (such as different Python implementations, versions or installation dependencies), running your tests in each of the environments with the test tool of choice, acting as a frontend to continuous integration servers, greatl

    suzukiMY
    suzukiMY 2014/05/12
    Pythonライブラリを複数バージョンでテストするツール。PATHからバージョン付きのPythonコマンドを探し、バージョンごとにvirtualenvで環境を作って各バージョンごとにテスト。
  • 1