nhueffme: thuban/test runtests.py,1.14,1.15
cvs@intevation.de
cvs at intevation.de
Tue Dec 7 17:44:53 CET 2004
Author: nhueffme
Update of /thubanrepository/thuban/test
In directory doto:/tmp/cvs-serv26267/test
Modified Files:
runtests.py
Log Message:
Adding a new extension to read shapefiles with ogr. It is planned to add other
vector formats.
Index: runtests.py
===================================================================
RCS file: /thubanrepository/thuban/test/runtests.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- runtests.py 20 Feb 2004 14:29:13 -0000 1.14
+++ runtests.py 7 Dec 2004 16:44:51 -0000 1.15
@@ -94,7 +94,8 @@
names = find_test_modules(".")
names += find_test_modules("../Extensions/svgexport/test",
"Extensions.svgexport.test")
-
+ names += find_test_modules("../Extensions/ogr/test",
+ "Extensions.ogr.test")
suite = unittest.defaultTestLoader.loadTestsFromNames(names)
runner = support.ThubanTestRunner(verbosity = verbosity)
result = support.execute_as_testsuite(runner.run, suite)
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)