summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * Fix bug with URLGenerator not properly including SCRIPT_NAME when generatingBen Bangert2010-06-052-0/+16
* * Fix bug with routes not generating URL's with callables in defaults.v1.12.1Ben Bangert2010-03-111-0/+13
* * Fix bug with routes not handling sub-domain defaults during generation.Ben Bangert2010-03-051-0/+26
* * Fix bug with relative URL's using qualified merging host and URL withoutBen Bangert2010-02-281-0/+11
* * Fix bug with mapper.extend and Routes modifying their original args.Ben Bangert2010-02-281-0/+10
* * Fix url.current() not returning current args when explicit is True.Ben Bangert2010-02-281-0/+11
* Ensure singleton usage is still default in middleware so Routes upgrade doesn...Ben Bangert2010-02-281-2/+25
* Another module up to 100% test coverageBen Bangert2010-02-201-0/+28
* mergeBen Bangert2010-02-202-0/+27
|\
| * Fix inline requirements in {.format:reqs}Mike Burrows2010-02-142-0/+8
| * {.format} path componentsMike Burrows2010-02-102-0/+19
* | More test coverageBen Bangert2010-02-202-1/+12
* | Increase unit tests and add more explicit use of the mapper for matching.Ben Bangert2010-02-203-0/+87
* | Backout explicit change.Ben Bangert2010-01-234-3/+6
|/
* Mapper.explicit now defaults to TrueMike Burrows2010-01-117-82/+80
* Mapper.minimization now defaults to FalseMike Burrows2010-01-096-3/+111
* Fix additional testMike Burrows2009-12-291-4/+3
* Add test for collection-level conditions and requirementsMike Burrows2009-12-291-0/+10
* Code layout changesMike Burrows2009-12-291-28/+13
* some tests need Mapper(explicit=True) to maintain test isolationMike Burrows2009-12-271-2/+2
* add unit test for Mapper.__str__()Mike Burrows2009-12-261-0/+18
* initial commit: nestable submappers, collection(), prettyprinterMike Burrows2009-12-261-0/+153
* Fix bug with capturing large groupsBen Bangert2009-11-201-0/+2
* * Adding regular expression builder for entire regexp for faster rejectionBen Bangert2009-11-101-2/+2
* * Mapper controller_scan argument now handles None, and lists of controllerBen Bangert2009-08-042-1/+4
* Centralize tests for resources since they require both generation and recogni...Mike Naberezny2009-06-113-390/+402
* Use consistent testing style with nose.tools.Mike Naberezny2009-06-114-284/+295
* Use consistent testing style with nose.tools.Mike Naberezny2009-06-111-279/+279
* fixed an issue when passing extra args as a list of unicode to generate()Alexandre Conrad2009-05-181-0/+17
* Add a test for noargs.Chris McDonough2009-05-101-1/+12
* Only profile the actual matching.Chris McDonough2009-01-241-10/+15
* 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
|\