mapnik/tests/python_tests
2013-05-09 08:45:11 -07:00
..
images throw if scale_factor == 0 instead of hanging and add rendering tests - closes #1100 2013-02-20 18:55:03 -08: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
box2d_test.py move box2d tests to standlone test 2012-08-21 16:21:28 -07:00
buffer_clear_test.py add image/grid clear methods to make it easier to quickly re-use previously allocated objects for rendering - closes #1571 2012-11-11 21:35:50 -08:00
cairo_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
compositing_test.py fixup utility to single test file but all tests within - refs #1539 2013-01-18 13:13:01 -08:00
csv_test.py update csv tests after removal of old 'quiet' option 2013-01-03 15:54:23 -08:00
datasource_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
datasource_xml_template_test.py amend c61335c277, unbreak datasource templates, and add a test to ensure it does not regress again 2013-01-04 14:36:24 -08:00
extra_map_props_test.py remove uneeded python imports 2013-05-08 11:18:30 -07:00
feature_id_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
feature_test.py set encoding for test file 2012-06-22 10:15:10 -04:00
filter_test.py Add empty string equality to null test 2013-04-11 16:09:57 -07:00
font_test.py tests: move pickling to separate test 2011-12-02 15:21:35 -08:00
fontset_test.py refactor fontsets making them optional on the symbolizer and removing the dangerous default contructor - closes #1483 (TODO - consider modifying insert_fontset to only take single arg of fontset instance) 2012-09-14 14:17:45 -07:00
geojson_plugin_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
geometry_io_test.py + update tests to respect new real formatting policies 2012-12-18 12:13:42 +00:00
grayscale_test.py add grayscale conversion test - refs #1454 2012-08-31 19:12:12 -07:00
image_encoding_speed_test.py add rgb png 32 2012-12-03 15:28:12 -08:00
image_filters_test.py fixup utility to single test file but all tests within - refs #1539 2013-01-18 13:13:01 -08:00
image_test.py commment failing tiff test - refs #1831 2013-05-09 08:45:11 -07:00
introspection_test.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00
json_feature_properties_test.py support python 2.5 2012-09-26 11:26:51 -07:00
layer_buffer_size_test.py merge work from mappy/abonnasseau allowing buffer-size to be overiddend by layer - closes #1566 2013-01-15 18:53:34 -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
layer_test.py Issue #1545 - override buffer-size parameter at layer level - revised 2012-11-08 15:51:22 +01: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 fix tests given new, expected behavior with custom merc<->longlat transformations 2013-01-29 00:55:51 -05:00
mapnik_config_test.py remove not yet implemented flag 2013-03-14 17:01:57 -07: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 + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01: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 remove the uneeded save_data test utility function 2012-09-26 14:12:55 -07:00
object_test.py add halo-rasterizer option for text symbolizer 2013-03-08 20:32:39 -08:00
ogr_and_shape_geometries_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
ogr_test.py disable test that is causing spurious error to be printed from ogr 2012-11-27 18:06:31 -08:00
osm_test.py + corrected tests ( @springmeyer - not sure about 2013-01-03 15:12:53 +00:00
palette_test.py tests: if palette comparison fails print file names 2013-03-11 15:58:19 -07:00
parameters_test.py + update test to include unicode 2013-01-17 15:31:27 +00:00
pickling_test.py remove python pickling for map/style/rule/symbolizers/fontset/query - refs #1391 2012-08-15 13:55:36 -07:00
png_encoding_test.py uncomment png test 2012-11-08 18:52:55 -05:00
pngsuite_test.py Catch and throw PNG exceptions - fixes #1213 2012-06-06 17:52:41 -05:00
postgis_test.py fix handling of null values for feature id in sqlite/postgis input - closes #1817 2013-04-17 15:34:21 -07:00
projection_test.py add more tests for transform directions and lessen strictness to account for minor rounding 2013-01-28 15:27:00 -05:00
python_plugin_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
query_test.py fix access to mapnik::query::property_names in python - closes #1762 2013-03-14 15:31:21 -07:00
query_tolerance_test.py fixup query_tolerance test to use nose eq_ rather than asserts 2012-12-11 14:45:19 -08:00
raster_colorizer_test.py more pep8 for tests 2012-02-24 13:15:48 -08:00
raster_colormapped_test.py + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
raster_symbolizer_test.py define projection objects before transform to ensure they stay in scope 2013-01-27 17:27:24 -08:00
render_grid_test.py fix number handling in csv plugin and add tests for 64bit integer support in sqlite and postgis datasources - refs #1669 2012-12-21 19:53:33 -08:00
render_test.py stop overwriting expected results 2013-03-06 17:32:14 -08:00
reprojection_test.py fix tests given new, expected behavior with custom merc<->longlat transformations 2013-01-29 00:55:51 -05: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 Add more shapefile point type tests - one should be failing due to #1193 2012-12-05 18:40:18 -08:00
sqlite_rtree_test.py + update tests to respect new real formatting policies 2012-12-18 12:13:42 +00:00
sqlite_test.py fix handling of null values for feature id in sqlite/postgis input - closes #1817 2013-04-17 15:34:21 -07:00
style_test.py reflect all new style properties in python - refs #1264 2012-08-20 17:17:37 -07:00
utilities.py fixup utility to single test file but all tests within - refs #1539 2013-01-18 13:13:01 -08:00