also update testrun.org in 日本語

--HG--
branch : tox_reference
This commit is contained in:
Anthon van der Neut 2013-07-26 08:20:26 +02:00
parent 4b56b075c1
commit 9b51105afa
3 changed files with 5 additions and 5 deletions

View File

@ -39,11 +39,11 @@ tox と継続的インテグレーションサーバーの利用
..
If you frequently release code to the public you
may want to look into `tox`_, the virtualenv test automation
tool and its `pytest support <http://codespeak.net/tox/example/pytest.html>`_.
tool and its `pytest support <http://testrun.org/tox/latest/example/pytest.html>`_.
The basic idea is to generate a JUnitXML file through the ``--junitxml=PATH`` option and have a continuous integration server like Jenkins_ pick it up
and generate reports.
もし頻繁にコードを一般向けにリリースするなら、virtualenv のテスト自動化とその `pytest サポート <http://codespeak.net/tox/example/pytest.html>`_ を行う `tox`_ を調べてみたくなるでしょう。基本的な考え方は、 ``--junitxml=PATH`` オプションにより JUnitXML ファイルを生成します。そして Jenkins_ のような継続的インテグレーションサーバーがそのファイルを取得してレポートを生成します。
もし頻繁にコードを一般向けにリリースするなら、virtualenv のテスト自動化とその `pytest サポート <http://testrun.org/tox/latest/example/pytest.html>`_ を行う `tox`_ を調べてみたくなるでしょう。基本的な考え方は、 ``--junitxml=PATH`` オプションにより JUnitXML ファイルを生成します。そして Jenkins_ のような継続的インテグレーションサーバーがそのファイルを取得してレポートを生成します。
.. _standalone:
.. _`genscript method`:

View File

@ -17,4 +17,4 @@
.. _`virtualenv`: http://pypi.python.org/pypi/virtualenv
.. _hudson: http://hudson-ci.org/
.. _jenkins: http://jenkins-ci.org/
.. _tox: http://codespeak.net/tox
.. _tox: http://testrun.org/tox

View File

@ -16,7 +16,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact`
* `PyPy <http://pypy.org>`_, Python with a JIT compiler, running over
`16000 tests <http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E>`_
* the `MoinMoin <http://moinmo.in>`_ Wiki Engine
* `tox <http://codespeak.net/tox>`_, virtualenv/Hudson integration tool
* `tox <http://testrun.org/tox>`_, virtualenv/Hudson integration tool
* `PIDA <http://pida.co.uk>`_ framework for integrated development
* `PyPM <http://code.activestate.com/pypm/>`_ ActiveState's package manager
* `Fom <http://packages.python.org/Fom/>`_ a fluid object mapper for FluidDB
@ -49,7 +49,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact`
* `PyPy <http://pypy.org>`_: JIT コンパイラーを備えた Python、 `16000 テスト <http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E>`_ 以上を実行
* `MoinMoin <http://moinmo.in>`_: Wiki エンジン
* `tox <http://codespeak.net/tox>`_: virtualenv/Jenkins インテグレーションツール
* `tox <http://testrun.org/tox>`_: virtualenv/Jenkins インテグレーションツール
* `PIDA <http://pida.co.uk>`_: 統合開発フレームワーク
* `PyPM <http://code.activestate.com/pypm/>`_: Activestate 社のパッケージマネージャー
* `Fom <http://packages.python.org/Fom/>`_: FluidDB の fluid オブジェクトマッパー