~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to doc/developers.rst

  • Committer: Olivier Tilloy
  • Date: 2010-04-14 11:22:41 UTC
  • mfrom: (301.1.7 run_tests)
  • Revision ID: olivier@tilloy.net-20100414112241-m2mszedhi42appra
Add a "test" scons target to run the unit tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
##########
134
134
 
135
135
pyexiv2's source comes with a battery of unit tests, in the test/ directory.
136
 
To run them, ``cd`` to this directory and execute the ``TestsRunner.py``
137
 
script, making sure that pyexiv2 is installed system-wide or can be found on
138
 
the ``PYTHONPATH``.
 
136
To run them, invoke ``scons test``.
 
137
Alternatively, you can execute the ``TestsRunner.py`` script.
139
138
 
140
139
Contributing
141
140
############