From 4b56b075c1e4144fede70005db93eb5d94a9ed9d Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 26 Jul 2013 08:14:49 +0200 Subject: [PATCH 1/2] updated tox to live on testrun.org (the old links are still working on codespeak.net, but those docs are outdated) --HG-- branch : tox_reference --- doc/en/goodpractises.txt | 2 +- doc/en/links.inc | 2 +- doc/en/projects.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/goodpractises.txt b/doc/en/goodpractises.txt index a547ed7a4..2136c7ee1 100644 --- a/doc/en/goodpractises.txt +++ b/doc/en/goodpractises.txt @@ -23,7 +23,7 @@ Use tox and Continuous Integration servers If you frequently release code to the public you may want to look into `tox`_, the virtualenv test automation -tool and its `pytest support `_. +tool and its `pytest support `_. 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. diff --git a/doc/en/links.inc b/doc/en/links.inc index 90e29eb3c..59d0b0fa2 100644 --- a/doc/en/links.inc +++ b/doc/en/links.inc @@ -17,5 +17,5 @@ .. _`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 .. _pylib: http://pylib.org diff --git a/doc/en/projects.txt b/doc/en/projects.txt index 6985747f6..1544b015c 100644 --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -26,7 +26,7 @@ Here are some examples of projects using py.test (please send notes via :ref:`co `16000 tests `_ * the `MoinMoin `_ Wiki Engine * `sentry `_, realtime app-maintenance and exception tracking -* `tox `_, virtualenv/Hudson integration tool +* `tox `_, virtualenv/Hudson integration tool * `PIDA `_ framework for integrated development * `PyPM `_ ActiveState's package manager * `Fom `_ a fluid object mapper for FluidDB From 9b51105afae1af588bd55c5214c62a2fa045343d Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 26 Jul 2013 08:20:26 +0200 Subject: [PATCH 2/2] =?UTF-8?q?also=20update=20testrun.org=20in=20?= =?UTF-8?q?=E6=97=A5=E6=9C=AC=E8=AA=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : tox_reference --- doc/ja/goodpractises.txt | 4 ++-- doc/ja/links.inc | 2 +- doc/ja/projects.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ja/goodpractises.txt b/doc/ja/goodpractises.txt index bac2d8d80..903f3f3b4 100644 --- a/doc/ja/goodpractises.txt +++ b/doc/ja/goodpractises.txt @@ -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 `_. + tool and its `pytest support `_. 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 サポート `_ を行う `tox`_ を調べてみたくなるでしょう。基本的な考え方は、 ``--junitxml=PATH`` オプションにより JUnitXML ファイルを生成します。そして Jenkins_ のような継続的インテグレーションサーバーがそのファイルを取得してレポートを生成します。 +もし頻繁にコードを一般向けにリリースするなら、virtualenv のテスト自動化とその `pytest サポート `_ を行う `tox`_ を調べてみたくなるでしょう。基本的な考え方は、 ``--junitxml=PATH`` オプションにより JUnitXML ファイルを生成します。そして Jenkins_ のような継続的インテグレーションサーバーがそのファイルを取得してレポートを生成します。 .. _standalone: .. _`genscript method`: diff --git a/doc/ja/links.inc b/doc/ja/links.inc index e627f780d..0b9885ed8 100644 --- a/doc/ja/links.inc +++ b/doc/ja/links.inc @@ -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 diff --git a/doc/ja/projects.txt b/doc/ja/projects.txt index 985987340..8fb90f2a5 100644 --- a/doc/ja/projects.txt +++ b/doc/ja/projects.txt @@ -16,7 +16,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact` * `PyPy `_, Python with a JIT compiler, running over `16000 tests `_ * the `MoinMoin `_ Wiki Engine - * `tox `_, virtualenv/Hudson integration tool + * `tox `_, virtualenv/Hudson integration tool * `PIDA `_ framework for integrated development * `PyPM `_ ActiveState's package manager * `Fom `_ a fluid object mapper for FluidDB @@ -49,7 +49,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact` * `PyPy `_: JIT コンパイラーを備えた Python、 `16000 テスト `_ 以上を実行 * `MoinMoin `_: Wiki エンジン -* `tox `_: virtualenv/Jenkins インテグレーションツール +* `tox `_: virtualenv/Jenkins インテグレーションツール * `PIDA `_: 統合開発フレームワーク * `PyPM `_: Activestate 社のパッケージマネージャー * `Fom `_: FluidDB の fluid オブジェクトマッパー