Commit graph

569 commits

Author SHA1 Message Date
Dane Springmeyer
9236f15a83 avoid error that should be a TODO: http://trac.mapnik.org/ticket/348 2009-07-10 22:55:34 +00:00
Dane Springmeyer
7f03d5afc0 we should not need OGR plugins for these tests, can add specific ogr tests later 2009-07-10 22:47:30 +00:00
Dane Springmeyer
e8d8530f9a lessen float checking in projections test fixing test failure 2009-06-11 21:31:06 +00:00
Dane Springmeyer
e7457a139a +add pickle support to text_symbolizer, improve support for stroke, and add tests for stroke and text pickling via python - see: #345 2009-05-26 01:50:58 +00:00
Dane Springmeyer
b2570bd866 apply patch from mishok13 from #wherecamp to expose dash array list in python along with a small test case - closes #317 2009-05-24 04:14:35 +00:00
Dane Springmeyer
404a43f5f0 +ensure relative paths to symbols and datasources in xml are based on working directory of xml file, added 'paths_from_xml' parameter that is true by default but can be made false to maintain previous behavior - closes #326 (has no effect on load_map_from_string) 2009-05-01 01:59:01 +00:00
Dane Springmeyer
00b2dbb26f add more tests for r1121 2009-05-01 01:42:58 +00:00
Dane Springmeyer
c8ee43110a add test for new ds.fields() method added in r1121 2009-05-01 01:24:12 +00:00
Dane Springmeyer
196b01c16c + make interface to datasource attributes, featuresets, and features more pythonicby adding feature.envelope() method returning combined extent of geometries, ds.fields() method returning list of names, and featureset.features() which returns list of all features in featurset - now accessible via datasource.all_features()- closes #283, #280, #171 2009-05-01 01:21:29 +00:00
Dane Springmeyer
f190ea501d add some small test data (polygon shapefile) 2009-04-28 03:55:23 +00:00
Beau Gunderson
9ac7204cd2 Adding more object tests. 2009-04-17 04:10:45 +00:00
Beau Gunderson
d03540faf3 Properly return exit code from nose. 2009-04-16 17:59:38 +00:00
Beau Gunderson
321d4ce27c Add more tests, cleanup existing tests and add TODO functionality to the test runner. 2009-04-16 17:22:38 +00:00
Beau Gunderson
4b60da2fec Adding tests for common mapnik classes. 2009-04-15 23:06:18 +00:00
Beau Gunderson
3c13918ce8 Add run_tests.py, a utility for running the test framework (useful for buildbot). Some formatting in the tests. 2009-04-15 21:42:25 +00:00
Dane Springmeyer
d0b3ecdaa8 rename and make non-executable for ease of use with nosetests 2009-04-13 23:34:38 +00:00
Dane Springmeyer
17acd92c43 rename python tests directory to allow for autodetection of tests when running 'nosetests' from root directory 2009-04-12 23:22:37 +00:00
Dane Springmeyer
b38634429c + switch to nose as testing framework - thanks to Beau for patch and motivation (see #300) 2009-04-12 22:38:46 +00:00
David
bc11d0a5e5 - added some tests
- added missing disclaimers
2007-09-25 21:06:52 +00:00