summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Time both hits and misses.Chris McDonough2009-01-241-13/+20
* Create some hits.Chris McDonough2009-01-241-12/+9
* Add profile_rec script.Chris McDonough2009-01-241-0/+90
* Fix up recognition benchmark for more hitsBen Bangert2009-01-241-12/+12
* * Bugfix for routes.middleware not re.escaping the path_info before moving itBen Bangert2009-01-241-0/+6
* * Bugfix for unicode encoding problems with non-minimized Route generation.Ben Bangert2009-01-021-0/+31
* Adding more unit tests for URLGenerator objectBen Bangert2008-09-231-11/+43
* More unit tests of url and sub_domain fixBen Bangert2008-09-231-63/+112
* Additional unit tests and bug fixes for url() funcBen Bangert2008-09-221-10/+30
* Adding test coverageBen Bangert2008-09-221-16/+61
* Switching to separate exception classes depending on the error.Ben Bangert2008-09-222-16/+16
* Added addition redirect test, doc string for redirects and ability to take re...Ben Bangert2008-09-221-0/+5
* Some more unit tests for static routes with variables.Nick Pilon2008-09-151-4/+44
* * Adding redirect routes.Ben Bangert2008-09-071-0/+20
* * Static routes can now interpolate variable parts in the path if using {}Ben Bangert2008-09-071-4/+4
* * WARNING: Static routes can now interpolate variable parts in the path ifBen Bangert2008-09-073-4/+21
* * Added sub_domain condition option to accept False or None, to require thatBen Bangert2008-09-071-2/+28
* * Fixed bug in formatted route recognition with formatting being absorbedBen Bangert2008-06-281-342/+353
* Automated merge with https://www.knowledgetap.com/hg/routesv1.9Ben Bangert2008-06-121-0/+152
|\
| * Tweak path prefix to ensure leading slashBen Bangert2008-06-121-0/+152
* | use 2.3 compat. assert_raisesPhilip Jenvey2008-06-121-3/+2
|/
* Add some recognition non-min testsBen Bangert2008-06-121-1/+20
* Add additional tests and use RouteException.Ben Bangert2008-06-122-2/+84
* Updated tests for nonminimization and fixed nonminimization to work properly.Ben Bangert2008-06-122-3/+53
* Added exception raising testBen Bangert2008-06-121-1/+9
* Adding tests for non-minimizationBen Bangert2008-06-111-0/+63
* Commenting out unworking testBen Bangert2008-06-111-5/+5
* * Fixed Routes to not use quote_plus when making URL's.Ben Bangert2008-06-042-5/+5
* Fixed tests for hardcode default change.Ben Bangert2008-06-023-16/+10
* Applying bundleBen Bangert2008-04-213-31/+30
|\
| * Ticket 385 - make url_for raise Exception instead of returning None if it can...Mike Verdone2008-03-173-31/+30
* | don't assume dict orderingPhilip Jenvey2008-04-051-10/+12
* | 2.3 compat: s/assertTrue/assert_/gPhilip Jenvey2008-03-211-2/+2
|/
* * WARNING: Changed map.resource to not use ';', for actions, but theBen Bangert2008-02-283-23/+23
* Fixed unicode test to not urlquote the value since the WSGI server isn't arou...Ben Bangert2008-02-281-1/+1
* move to webtestPhilip Jenvey2008-02-261-1/+1
* * Fixed bug with keyword args not being coerced to raw string properly.Ben Bangert2008-02-131-0/+2
* Applied test patch fix for path checking. Thanks Mike Naberezny.Ben Bangert2007-09-141-1/+1
* [svn] * Added additional checking of remaining URL, to properly swallow perio...bbangert2007-08-271-2/+16
* [svn] * Added mapper.hardcode_names option which restricts url generation to thebbangert2007-08-271-0/+20
* [svn] fixed the special '_method' attribute not being recognized during POST ...pjenvey2007-07-021-0/+6
* [svn] * Fixed route matching so that '.' and other special chars are only par...bbangert2007-05-121-0/+22
* [svn] * Fixed Unicode decoding/encoding so that the URL decoding and encoding...bbangert2007-05-111-0/+9
* [svn] * Fixed Unicode decode/encoding of path_info dynamic/wildcard parts so ...bbangert2007-05-031-0/+55
* [svn] * Fixed url_for (thus redirect_to) to throw an exception if a Unicodebbangert2007-05-021-0/+12
* [svn] Fix problem with urlcache and SCRIPT_NAMEv1.6.2.1ianb2007-04-201-0/+8
* [svn] * Fixed matching so that an attempt to match an empty path raises abbangert2007-04-101-0/+12
* [svn] * Updated Mapper.resource handling with name_prefix and path_prefix che...bbangert2007-04-101-0/+65
* [svn] * Added utf-8 decoding of incoming path arguments, with fallback to ign...bbangert2007-04-031-1/+1
* [svn] * Added ability to specify parent resource to map.resource command. Pat...bbangert2007-03-181-0/+55