/[thuban]/branches/WIP-pyshapelib-bramz/test/README
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/test/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/thuban/test/README revision 1671 by bh, Thu Aug 28 10:28:44 2003 UTC branches/WIP-pyshapelib-bramz/test/README revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC
# Line 12  To run individual tests, run one of the Line 12  To run individual tests, run one of the
12  The tests use the unittest module of the python standard library.  The tests use the unittest module of the python standard library.
13    
14  Some of the tests expect the iceland sample data to be present in  Some of the tests expect the iceland sample data to be present in
15  ../Data and so may fail if you're working from a source archive.  ../Data and so may fail if you are working from a source archive
16    unless you also add the data.
17    
18  Test for optional features should be automatically skipped when run on  Test for optional features should be automatically skipped when run on
19  an installation where the feature is not available or the test can't be  an installation where the feature is not available or the test can't be
# Line 28  requirement is that the software is inst Line 29  requirement is that the software is inst
29  command line programs are on the PATH because they're executed as  command line programs are on the PATH because they're executed as
30  subprocesses to build the database cluster, start the postmaster, etc.  subprocesses to build the database cluster, start the postmaster, etc.
31    
32    E.g. Debian 4.0 (Etch) can have several PostGIS installations
33    in parallel. So you can give the PATH to the one you want to test
34    on the command line:
35    
36        $ PATH=$PATH:/usr/lib/postgresql/8.1/bin/ python runtests.py
37    
38    
39  $Revision$  $Revision$
40  $Source$  $Source$

Legend:
Removed from v.1671  
changed lines
  Added in v.2734

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26