root/OWSLib/trunk/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 12/05/08 03:17:29 @1160 [1160] domlowe fixed bug in if else test for missing abstract and fixed wcs doctest to …
(edit) 06/24/08 05:11:54 @1117 [1117] domlowe adding support for time to WMS client. Also a couple of minor bug fixes. …
(edit) 05/09/08 08:52:32 @1097 [1097] seang Update credits and one test assertion
(edit) 05/09/08 08:37:47 @1096 [1096] seang Fixed up readme and added static JPL WMS capabilities back in
(edit) 05/09/08 07:16:18 @1095 [1095] domlowe Merging branches/wcstemp into trunk, and combining with authorization code
(edit) 05/08/08 12:03:23 @1092 [1092] seang Incorporated Paul Hiemstra's patch for basic authorization with …
(edit) 11/19/07 12:00:53 @955 [955] seang Add a WCS test (#136)
(edit) 10/30/07 14:44:59 @938 [938] seang add open_file into tests run through old runner
(edit) 08/08/07 10:41:46 @799 [799] dokai Updated doctest runner
(edit) 03/31/07 12:48:16 @652 [652] seang Remove unneeded piece of testing framework
(edit) 03/31/07 12:46:51 @651 [651] hobu delete _testing.py which is not needed
(edit) 02/01/07 22:09:21 @621 [621] seang Finish addition of abstract, link, and provider metadata with tests
(edit) 02/01/07 21:15:00 @620 [620] seang Add option to pick single test file from the runner
(edit) 12/20/06 08:22:41 @602 [602] seang added service contact metadata and interface (#93)
(edit) 12/20/06 08:19:08 @601 [601] seang remove obsolete test
(edit) 12/20/06 08:18:29 @600 [600] seang remove obsolete test
(edit) 10/18/06 20:44:59 @526 [526] seang add example to WebMapService?.getmap docstring, and add doctests into the …
(edit) 10/18/06 16:48:13 @522 [522] seang update test runners
(edit) 10/18/06 16:34:28 @521 [521] seang check for and handle service exceptions in responses under 32kb, larger …
(edit) 10/18/06 01:24:33 @520 [520] seang implemented getfeature, but unsure how to best handle service exceptions
(edit) 10/18/06 00:30:11 @518 [518] dokai Don't break if pkg_resources.require() fails.
(edit) 10/18/06 00:27:49 @517 [517] seang add mapserver WFS capabilities and schema
(edit) 10/18/06 00:23:23 @516 [516] seang forgot to commit the doc test runner
(edit) 10/18/06 00:13:45 @515 [515] seang implement getcapabilities for WebFeatureService?
(edit) 10/17/06 23:54:49 @514 [514] seang implemented basic metadata for WFS, testing against a MapServer? 4.8 WFS
(edit) 10/17/06 22:48:23 @512 [512] seang implement getmap() method that handles service exceptions in a Pythonic …
(edit) 10/17/06 16:52:59 @511 [511] seang implement getcapabilities method for WebMapService?
(edit) 10/17/06 14:02:57 @510 [510] seang add a mapserver WMS test. new api provides everything the old one did.
(edit) 10/17/06 12:49:59 @509 [509] seang test for, and implement accessors for content bounding boxes and crs …
(edit) 10/17/06 11:48:47 @508 [508] seang initial implementation of service metadata and content metadata. tests are …
(edit) 10/17/06 09:40:09 @506 [506] seang New interfaces and WMS capabilities doctest
(edit) 07/30/06 15:53:49 @480 [480] seang New independent test framework, same style as PCL. coverage.py is from Ned …
(copy) 07/30/06 15:22:32 @478 [478] seang move tests up one directory
copied from OWSLib/trunk/owslib/tests:
(copy) 07/30/06 14:49:16 @474 [474] root First step in moving owslib out of PCL