summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * Printing a mapper now includes the Controller/action parameters from theBen Bangert2015-01-171-4/+4
* * Fix regression that didn't allow passing in params 'host', 'protocol', orBen Bangert2015-01-171-2/+12
* * URL generation with/without SCRIPT_NAME was resulting in the URL cacheBen Bangert2015-01-171-0/+7
* Whitespace removal.Ben Bangert2015-01-177-368/+368
* Merge pull request #14 from blamarvt/overflow-fixBen Bangert2013-11-201-0/+6
|\
| * Allow for a large number of URL matchesBrian Lamar2013-11-201-0/+6
* | Add tests for submappers' controllers fixYuriy Taraday2013-11-181-0/+12
* | Rewrite test to work with random hash dictsBen Bangert2013-11-171-103/+105
|/
* Add Python 3 support.Alejandro Sánchez2013-05-033-19/+28
* keep pstats out tooBen Bangert2012-03-131-1/+1
* handle missing profileBen Bangert2012-03-131-1/+4
* Added functionality to allow escaped dots in urlsMichael Basnight2012-02-281-0/+22
* * 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