aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-04-14 12:31:05 +0200
committerOlivier Tilloy <olivier@tilloy.net>2010-04-14 12:31:05 +0200
commit466ab6bf71c2fdb98a2b309cff0d8a4753ed74b3 (patch)
tree51536803399db3e5580efda23d6bc110bb828bf2 /doc
parente6c641481f5f0485ccc8d76e7b1f3ca095771cde (diff)
downloadpyexiv2-466ab6bf71c2fdb98a2b309cff0d8a4753ed74b3.tar.gz
Updated unit tests section of the developers documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/developers.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/developers.rst b/doc/developers.rst
index 0443110..c1f8a75 100644
--- a/doc/developers.rst
+++ b/doc/developers.rst
@@ -133,9 +133,8 @@ Unit tests
##########
pyexiv2's source comes with a battery of unit tests, in the test/ directory.
-To run them, ``cd`` to this directory and execute the ``TestsRunner.py``
-script, making sure that pyexiv2 is installed system-wide or can be found on
-the ``PYTHONPATH``.
+To run them, invoke ``scons test``.
+Alternatively, you can execute the ``TestsRunner.py`` script.
Contributing
############