summaryrefslogtreecommitdiff
path: root/doc/example
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2012-05-29 23:37:01 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2012-05-29 23:37:01 +0200
commit2d8460ef9e8e169813f4d98c70bca956839f5556 (patch)
tree1706075390f0e7dc93736a83e32e4f647deb797a /doc/example
parent007845afd5f1d7f9628b3ba0a02220a5bd13fe80 (diff)
downloadtox-2d8460ef9e8e169813f4d98c70bca956839f5556.tar.gz
doc fixes
Diffstat (limited to 'doc/example')
-rw-r--r--doc/example/unittest.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/example/unittest.txt b/doc/example/unittest.txt
index 76a7f0e..5dcaa8e 100644
--- a/doc/example/unittest.txt
+++ b/doc/example/unittest.txt
@@ -11,7 +11,7 @@ The discover_ project allows to discover and run unittests
and we can easily integrate it in a ``tox`` run. As an example,
perform a checkout of Pygments_::
- hg clone http://dev.pocoo.org/hg/pygments-main
+ hg clone https://bitbucket.org/birkenfeld/pygments-main
and add the following ``tox.ini`` to it::
@@ -31,14 +31,14 @@ Running unittest2 and sphinx tests in one go
-----------------------------------------------------
.. _`Michael Foord`: http://www.voidspace.org.uk/
-.. _tox.ini: http://code.google.com/p/mock/source/browse/trunk/tox.ini
+.. _tox.ini: http://code.google.com/p/mock/source/browse/tox.ini
`Michael Foord`_ has contributed a ``tox.ini`` file that
allows you to run all tests for his mock_ project,
including some sphinx-based doctests. If you checkout
its repository with:
- svn co http://mock.googlecode.com/svn/trunk/ mock
+ hg clone https://code.google.com/p/mock/
the checkout has a tox.ini_ that looks like this::