1 |
|
2003-08-07 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/support.py (SkipTest, ThubanTestResult, ThubanTestRunner) |
4 |
|
(ThubanTestProgram): New classes that extend the respective |
5 |
|
classes from unittest. These new version support skipping tests |
6 |
|
under certain expected conditions. In the Thuban test suite we |
7 |
|
uses this for tests that require the optional gdal support. |
8 |
|
(run_tests): Use ThubanTestProgram instead of the unittest.main() |
9 |
|
|
10 |
|
* test/runtests.py (main): Use the new ThubanTestRunner instead of |
11 |
|
the normal one from unittest |
12 |
|
|
13 |
|
* test/test_layer.py (TestLayer.test_raster_layer): If this test |
14 |
|
is not run because gdal support isn't available report this to the |
15 |
|
runner. |
16 |
|
|
17 |
|
* test/test_baserenderer.py |
18 |
|
(TestBaseRenderer.test_raster_no_projection): Do not run this test |
19 |
|
if gdal support isn't available and report this to the runner. |
20 |
|
|
21 |
2003-08-06 Bernhard Herzog <[email protected]> |
2003-08-06 Bernhard Herzog <[email protected]> |
22 |
|
|
23 |
Rearrange the renderers a bit, partly in preparation for changes |
Rearrange the renderers a bit, partly in preparation for changes |