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] 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