summaryrefslogtreecommitdiff
path: root/tests/test_functional/test_recognition.py
Commit message (Expand)AuthorAgeFilesLines
* Tweak path prefix to ensure leading slashBen Bangert2008-06-121-0/+152
* Add some recognition non-min testsBen Bangert2008-06-121-1/+20
* * Fixed Routes to not use quote_plus when making URL's.Ben Bangert2008-06-041-1/+1
* Fixed tests for hardcode default change.Ben Bangert2008-06-021-3/+3
* Ticket 385 - make url_for raise Exception instead of returning None if it can...Mike Verdone2008-03-171-1/+1
* * WARNING: Changed map.resource to not use ';', for actions, but theBen Bangert2008-02-281-3/+3
* Fixed unicode test to not urlquote the value since the WSGI server isn't arou...Ben Bangert2008-02-281-1/+1
* 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] * 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 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
* [svn] * Added additional test for normal '.' match and fixed new special matc...bbangert2007-01-221-0/+3
* [svn] * Fixed hanging special char issue with 'special' URL chars at the end ...bbangert2007-01-221-0/+1
* [svn] * Changed Routes generation and recognition to handle other 'special' U...bbangert2007-01-221-1/+16
* [svn] * Applied patch to generation and matching to handle Unicode charactersbbangert2007-01-111-8/+13
* [svn] * Fixed issue with method checking not properly handling different letterbbangert2007-01-051-1/+11
* [svn] * Added additional url_for tests to ensure map.resource generates prope...bbangert2006-11-131-14/+14
* [svn] * Added additional map.resource recognition tests.bbangert2006-11-131-1/+25
* [svn] * Fixed bug with escaping part names in the regular expression, reporte...bbangert2006-10-031-0/+9
* [svn] Cleaned up unit test header/footer info, doesn't require license data a...bbangert2006-09-151-6/+1
* [svn] * Significant updates to map.resource and unit tests that comb it thoro...bbangert2006-09-141-1/+27
* [svn] Adding routematch testing and routematch debug tests.bbangert2006-09-141-0/+27
* [svn] Adding unit tests for conditionals and subdomain conditions.bbangert2006-09-141-2/+76
* [svn] Minor tweak to default setting, removed unnecessary redundant default s...bbangert2006-09-141-1/+1
* [svn] Adding additional recognition tests for sub-domains.bbangert2006-09-061-0/+61
* [svn] Additional test case for specific use-case cited on mail list. Already ...bbangert2006-05-181-0/+9
* [svn] Added test for fall-through routes with prefixes, and fixed bug relatin...bbangert2006-03-271-0/+21
* [svn] Splitting test layout, adding functional/unit testing sections for indi...bbangert2006-03-271-0/+590