mapnik/tests/python_tests
2015-01-28 20:20:14 -06:00
..
images get pgraster tests passing again + update expected images - refs #2639 2015-01-26 22:14:38 -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
agg_rasterizer_integer_overflow_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
box2d_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
buffer_clear_test.py Removed the background and set/get background from image_32 class. Removed clear method from image_32. Added new fill method for image_data_any, that allows many generic types to fill an image. 2015-01-16 13:06:52 -06:00
cairo_test.py reduce tolerance of cairo test on linux - closes #2302 2014-07-28 17:05:15 -07:00
cast_test.py Added new image_cast method and added its bindings to python, added two new properities to images: offset and scaling. Added way to cast between image types with offset and scaling. Added new unit tests for color and casting. Made it so that pixel setting doesn't result in overflows or underflows. Made the return of get_pixel, dynamic based on what is passed to it. Added new methods for setting pixels that are doubles and ints. 2015-01-28 20:20:14 -06:00
color_test.py Added new image_cast method and added its bindings to python, added two new properities to images: offset and scaling. Added way to cast between image types with offset and scaling. Added new unit tests for color and casting. Made it so that pixel setting doesn't result in overflows or underflows. Made the return of get_pixel, dynamic based on what is passed to it. Added new methods for setting pixels that are doubles and ints. 2015-01-28 20:20:14 -06:00
compositing_test.py Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime. 2015-01-24 20:48:15 -06:00
csv_test.py add csv test with utf8 data inlined 2014-08-31 20:28:51 -07:00
datasource_test.py Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime. 2015-01-24 20:48:15 -06:00
datasource_xml_template_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
extra_map_props_test.py smarter type handling for Map parameters 2014-10-27 09:24:33 -07:00
feature_id_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
feature_test.py fix feature test to expect exception 2014-09-18 14:44:38 -07:00
filter_test.py handle boost::spirit::qi::expectation_failure 2014-10-24 21:36:19 -07:00
font_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
fontset_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
geojson_plugin_test.py fix geojson plugin by avoiding static const grammar for now 2014-07-28 18:44:55 -07:00
geometry_io_test.py ensure positions (multidimensional coords) works - refs #2319 2014-08-20 12:44:24 -07:00
grayscale_test.py Removed the background and set/get background from image_32 class. Removed clear method from image_32. Added new fill method for image_data_any, that allows many generic types to fill an image. 2015-01-16 13:06:52 -06:00
image_encoding_speed_test.py Removed the background and set/get background from image_32 class. Removed clear method from image_32. Added new fill method for image_data_any, that allows many generic types to fill an image. 2015-01-16 13:06:52 -06:00
image_filters_test.py update a few expected images 2014-12-03 13:41:57 -05:00
image_test.py Added new image_cast method and added its bindings to python, added two new properities to images: offset and scaling. Added way to cast between image types with offset and scaling. Added new unit tests for color and casting. Made it so that pixel setting doesn't result in overflows or underflows. Made the return of get_pixel, dynamic based on what is passed to it. Added new methods for setting pixels that are doubles and ints. 2015-01-28 20:20:14 -06:00
image_tiff_test.py remove invalid tests - will be fixed by proper tests coming via image_any branch from @flippmoke 2015-01-26 16:52:31 -08:00
introspection_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
json_feature_properties_test.py json_feature_properties_test: print test name for failures 2015-01-05 11:46:29 -08:00
layer_buffer_size_test.py update expected test after 41064ed49d 2014-08-19 08:35:57 -07:00
layer_modification_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
layer_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
load_map_test.py add to map deprecations tests 2015-01-09 10:59:18 -08:00
map_query_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
mapnik_config_test.py don't test whitespace 2014-08-31 20:14:15 -07:00
mapnik_logger_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
mapnik_test_data_test.py quiet use of mapnik-test-data 2014-10-20 22:43:17 -07:00
markers_complex_rendering_test.py update a few expected images 2014-12-03 13:41:57 -05:00
memory_datasource_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
multi_tile_raster_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
object_test.py remove obsolete wrap-character option for text symbolizer - closes #2333 2014-08-04 12:52:46 -07:00
ogr_and_shape_geometries_test.py remove silly string compare between features (attributes is more explicit) 2014-08-06 11:40:45 -07:00
ogr_test.py don't throw for OGR layers with no features - refs #2260 #2352 #2354 2014-08-15 19:49:33 -07:00
osm_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
palette_test.py update a few expected images 2014-12-03 13:38:55 -05:00
parameters_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
pgraster_test.py visual tests coming soon via image_data_any branch - for now remove failing pgraster tests - refs #2639 2015-01-26 22:36:38 -08:00
pickling_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
png_encoding_test.py Removed the background and set/get background from image_32 class. Removed clear method from image_32. Added new fill method for image_data_any, that allows many generic types to fill an image. 2015-01-16 13:06:52 -06:00
pngsuite_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
postgis_test.py add extra metadata to lyr desc + use for srid/keyfield in postgis - closes #2650 2015-01-22 18:44:56 -08:00
projection_test.py Handle bounds reprojections which cross the anti-meridian. #2648 2015-01-28 11:18:16 +13:00
python_plugin_test.py disable python plugin tests since they are so brittle and I'm too impatient to fix 2014-04-24 22:22:37 -07:00
query_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
query_tolerance_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
raster_colorizer_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
raster_symbolizer_test.py convert raster_symbolizer_test to use full image comparisons 2014-12-03 13:53:04 -05:00
rasterlite_test.py add unit tests for rasterlite plugin 2015-01-09 15:36:41 -08:00
render_grid_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
render_test.py Removed the background and set/get background from image_32 class. Removed clear method from image_32. Added new fill method for image_data_any, that allows many generic types to fill an image. 2015-01-16 13:06:52 -06:00
reprojection_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
save_map_test.py add to map deprecations tests 2015-01-09 10:59:18 -08:00
shapefile_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
sqlite_rtree_test.py get sqlite rtree tests passing on windows - refs #1871 and #2530 2014-10-14 17:49:04 -07:00
sqlite_test.py Add test case for missing columns in SQLite datasource, using subquery. Refs #2579 2014-11-20 18:58:20 +01:00
style_test.py Fix false negative responses from python tests 2014-07-14 18:34:20 +02:00
topojson_plugin_test.py support for inline topojson (in memory string) - closes #2058 2014-07-28 19:26:35 -07:00
utilities.py Merge branch 'master' of github.com:mapnik/mapnik into release/image_data_any 2015-01-27 15:19:12 -08:00
webp_encoding_test.py Removed the background and set/get background from image_32 class. Removed clear method from image_32. Added new fill method for image_data_any, that allows many generic types to fill an image. 2015-01-16 13:06:52 -06:00