.. |
images
|
start moving raster visual tests into place (add new,currently failing tests for raster.input)
|
2012-09-26 12:01:28 -07: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 |
cairo_test.py
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
compositing_test.py
|
update tests images after change made to agg src_over in #1452, refs #1369
|
2012-08-31 18:16:49 -07:00 |
csv_test.py
|
make the csv tests silent
|
2012-09-26 12:11:41 -07:00 |
datasource_test.py
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01: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
|
+ 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
|
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 |
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
|
+ add geojson geometry parsing test
|
2012-08-17 13:07:32 +01:00 |
grayscale_test.py
|
add grayscale conversion test - refs #1454
|
2012-08-31 19:12:12 -07: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 |
json_feature_properties_test.py
|
support python 2.5
|
2012-09-26 11:26:51 -07: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
|
fix group_by on layer to be std::string const& and reflect in python
|
2012-08-20 16:26:41 -07: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 query tests after #1473
|
2012-09-11 17:01:47 -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
|
+ 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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
object_test.py
|
Reenable "name" tests.
|
2012-09-23 02:52:49 +02: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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
osm_test.py
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01: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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01: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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
query_test.py
|
python bindings: export Query.resolution property as a tuple
|
2012-07-19 19:35:20 +01: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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01: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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01: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
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
sqlite_rtree_test.py
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
sqlite_test.py
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
|
2012-09-05 12:53:37 +01:00 |
style_test.py
|
reflect all new style properties in python - refs #1264
|
2012-08-20 17:17:37 -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 |