summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix-python-warningsBen Bangert2020-07-301-1/+29
|\
| * Merge pull request #83 from aib/masterBen Bangert2020-07-301-0/+31
| |\
| | * Add tests for backslash escapes in route pathsaib2019-01-021-0/+31
| * | Add conditions to Mapper.extend.Robin Abbi2020-05-041-1/+29
| |/
* | Add tests for backslash escapes in route pathsaib2019-06-111-0/+38
|/
* Tolerate older usage with mandatory routename and optional pathDavanum Srinivas2016-03-291-0/+6
* Fix subdomain equivalence check. Use regex instead of startswithNikita Uvarov2016-03-241-0/+8
* Add tests for protocol-relative URLs generation. Close #29Sviatoslav Sydorenko2016-02-231-0/+2
* Ajusts empty value testsSviatoslav Sydorenko2016-02-011-2/+2
* Add support for ``requirements`` to mapper.resourceSean Dague2016-01-131-0/+15
* Add test for arg override behaviors in submappersmikepk2015-08-181-0/+37
* Port routes to Python 3Victor Stinner2015-06-187-28/+28
* * 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