mapnik/tests/python_tests
Rich Wareham 6867509da8 python plugin: remove Shapely dependency from tests
Remove the Shapely dependency by generating the output features directly in WKT format. Update the expected output image
because the circles are now generated directly as 72-sided polygons rather than by buffering a point.
2012-08-18 17:17:14 +01:00
..
images python plugin: remove Shapely dependency from tests 2012-08-18 17:17:14 +01:00
__init__.py Add more tests, cleanup existing tests and add TODO functionality to the test runner. 2009-04-16 17:22:38 +00:00
cairo_test.py tests: only run pycairo test if sqlite ds is available 2012-08-16 15:46:40 -07:00
compositing_test.py first, not yet fully working attemp to validate pixel alpha status - refs #1369 2012-08-03 14:13:13 -07:00
csv_test.py CSV plugin: support reading geojson encoded geometries in various flavors of quoting fun - closes #1392 2012-08-17 13:46:32 -07:00
datasource_test.py implement new debug system 2012-04-08 02:20:56 +02:00
extra_map_props_test.py remove the storage and serialization of 'font-directory' and 'minimum-version' since there is no strong need to have them accessible after initial parsing 2012-03-23 18:14:14 -07:00
feature_id_test.py + update tests to use Python iterator protocol 2012-08-08 17:31:30 +01:00
feature_test.py set encoding for test file 2012-06-22 10:15:10 -04:00
filter_test.py amend 516f7c7 to suport filtering on collections and rename line to linestring for consistency - refs #546 2012-07-25 14:43:32 -07:00
font_test.py tests: move pickling to separate test 2011-12-02 15:21:35 -08:00
geojson_plugin_test.py unmask failing test - refs #1345 2012-07-25 16:37:05 -07:00
geometry_io_test.py + add geojson geometry parsing test 2012-08-17 13:07:32 +01:00
image_encoding_speed_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
introspection_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
layer_modification_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
load_map_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
map_deepcopy_test.py disable deepcopy in python bindings until this is more solid - refs #1390 2012-08-15 13:27:44 -07:00
map_query_test.py remove unneeded import 2012-08-15 13:27:10 -07:00
mapnik_config_test.py switch back from mapnik2 to mapnik 2011-11-23 11:33:58 +00:00
mapnik_logger_test.py remove 'info' and 'fatal' severities for logging to simplify framework - closes #1400 2012-08-16 15:52:32 -07:00
markers_complex_rendering_test.py conditionally run tests based on availability of datasources 2012-08-15 19:22:47 -07:00
memory_datasource_test.py + update tests to use Python iterator protocol 2012-08-08 17:31:30 +01:00
multi_tile_raster_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
object_test.py + correct fill_opacity test value 2012-08-07 11:36:44 +01:00
ogr_and_shape_geometries_test.py + update tests to use Python iterator protocol 2012-08-08 17:31:30 +01:00
ogr_test.py allow the ogr shapefile reading test to pass with latest gdal 2012-06-26 18:25:56 -07:00
osm_test.py update osm test now that extent is not hardcoded 2012-03-22 16:44:27 -07:00
parameters_test.py remove python pickling for map/style/rule/symbolizers/fontset/query - refs #1391 2012-08-15 13:55:36 -07:00
pickling_test.py remove python pickling for map/style/rule/symbolizers/fontset/query - refs #1391 2012-08-15 13:55:36 -07:00
pngsuite_test.py Catch and throw PNG exceptions - fixes #1213 2012-06-06 17:52:41 -05:00
postgis_test.py Merge branch 'master' of github.com:mapnik/mapnik 2012-08-08 10:19:25 -07:00
projection_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
python_plugin_test.py python plugin: remove Shapely dependency from tests 2012-08-18 17:17:14 +01:00
query_test.py python bindings: export Query.resolution property as a tuple 2012-07-19 19:35:20 +01:00
raster_alpha_test.py conditionally run tests based on availability of datasources 2012-08-15 19:22:47 -07:00
raster_colorizer_test.py more pep8 for tests 2012-02-24 13:15:48 -08:00
raster_colormapped_test.py conditionally run tests based on availability of datasources 2012-08-15 19:22:47 -07:00
raster_symbolizer_test.py re-expose raster scaling in tests 2012-07-06 16:48:37 -07:00
render_grid_test.py double grid encoding performance in python - closes #1315 2012-08-16 18:39:11 -07:00
render_test.py remove duplicate grid rendering test 2012-07-12 19:01:31 -07:00
reprojection_test.py ensure proper reprojection of unbuffered bbox used for geometry clipping - closes #1138 2012-04-04 12:43:32 -07:00
save_map_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
shapefile_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
sqlite_rtree_test.py touch sqlite tests further 2012-04-18 16:06:18 -07:00
sqlite_test.py + update tests to use Python iterator protocol 2012-08-08 17:31:30 +01:00
test_fontset.py remove unneeded import 2012-08-15 13:27:10 -07:00
utilities.py pre-eliminary GlyphSymbolizer implementation. TODO: XML de/serializing. more tests. remove workaround mentioned in test 2010-03-18 20:05:08 +00:00