Commit graph

16 commits

Author SHA1 Message Date
Sandro Santilli
cd21789111 Fix false negative responses from python tests
Closes #2298
2014-07-14 18:34:20 +02:00
Dane Springmeyer
b33b6a4add comment test for now - refs #783 2013-06-03 15:13:12 -07:00
Dane Springmeyer
78dc1a4199 cleanup TODO usage in python tests 2013-06-03 15:02:43 -07:00
Dane Springmeyer
0365d3e081 start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
artemp
a513d3f97d + code: avoid exposing unsafe static methods in datasource_cache ( #1451)
+ python: remove redundent 'instance' method (mapnik.DatasourceCache)
+ python: reflect plugin_directories method
+ tests: update python usage

TODO: consider using similar approach in FontEngine etc..
TODO: consider returning reference from singleton::instance() to
      safeguard from accidental deleting a 'singleton' pointer
2012-09-05 12:53:37 +01:00
artemp
92eff33433 + update tests to use Python iterator protocol 2012-08-08 17:31:30 +01:00
Dane Springmeyer
4cb9aa44b5 update tests to python api for features 2012-01-24 15:16:40 -08:00
Dane Springmeyer
e542e90fcf get most of the tests passing 2012-01-24 00:27:44 -08:00
Dane Springmeyer
2701f93a04 test cleanups 2011-12-22 12:41:51 -08:00
Artem Pavlenko
b689670ffd switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
2011-11-23 11:33:58 +00:00
Dane Springmeyer
247755df3f ensure the tests can be run even with no datasource plugins 2011-10-28 17:06:23 -07:00
Dane Springmeyer
74877c8778 test touchups to ensure they can all be run individually 2011-08-30 22:51:42 +00:00
Dane Springmeyer
01d5768cea make the failing feature count a TODO because its actually a future feature to impl - better shapefile indexing that breaks out multigeom parts 2011-07-12 01:04:28 +00:00
Dane Springmeyer
b31d3c89c9 add test that asserts feature count is the same between shapefile driver and ogr (currently fails) 2011-06-16 18:06:24 +00:00
Dane Springmeyer
f3c2bcfbd6 improve feature id test: make sure to test restricted query extents and start testing various geometry types 2011-05-19 22:54:24 +00:00
Dane Springmeyer
82642aac4f add test for feature ids - ensuring consistency between ogr plugin and shape plugin 2011-04-29 19:59:30 +00:00