/[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

revision 323 by bh, Fri Sep 20 13:44:00 2002 UTC revision 1671 by bh, Thu Aug 28 10:28:44 2003 UTC
# Line 1  Line 1 
1  This directory contains unittests for Thuban.  This directory contains the Thuban test suite.
2    
3  To run all tests run runtests.py:  To run all tests run runtests.py:
4    
# Line 10  To run individual tests, run one of the Line 10  To run individual tests, run one of the
10    
11    
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
15    ../Data and so may fail if you're working from a source archive.
16    
17    Test for optional features should be automatically skipped when run on
18    an installation where the feature is not available or the test can't be
19    run for some other reason as may be the case with the postgis interface
20    tests (see below). Skipped tests are marked with an S in the default
21    brief output and are listed after all test have been run.
22    
23    The PostGIS tests require a PostGIS installation on the machine where
24    the tests are run even though Thuban can use PostGIS database as long as
25    psycopg is installed. The test will create their own database cluster in
26    temp/postgis and start their own postmaster process, so the only
27    requirement is that the software is installed and the various postgresql
28    command line programs are on the PATH because they're executed as
29    subprocesses to build the database cluster, start the postmaster, etc.
30    
31    
32    $Revision$
33    $Source$
34    $Id$

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26