summaryrefslogtreecommitdiff
path: root/pecan/tests
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up cruft, simplifying default config, and improving docs.Ryan Petrello2012-03-133-26/+0
* Removing formencode and the built-in validation functionality.Ryan Petrello2012-03-125-1091/+0
* Fixing broken py26 tests.Ryan Petrello2012-03-121-15/+14
* Properly skipping template-language specific tests.Ryan Petrello2012-03-121-9/+10
* Extracting tests into units.Ryan Petrello2012-03-121-46/+119
* Tests pass in py26 now.Ryan Petrello2012-03-121-22/+31
* Splitting some tests up into units.Ryan Petrello2012-03-111-104/+187
* Splitting some tests up into units.Ryan Petrello2012-03-111-16/+55
* Fixing a RESTController routing bug.Ryan Petrello2012-03-111-0/+21
* A bit more test tinkering.Ryan Petrello2012-03-112-3/+4
* More pep8 compliance.Ryan Petrello2012-03-115-26/+27
* Merge remote-tracking branch 'upstream/next' into nextRyan Petrello2012-03-1114-1137/+1283
|\
| * Merge pull request #52 from cleverdevil/pep8-compliancemarkmcclain2012-03-1114-1141/+1289
| |\
| | * After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-1114-1141/+1289
* | | PyPI version classifiers and code coverage improvements.Ryan Petrello2012-03-113-8/+63
|/ /
* | Doing some simple cleanup.Ryan Petrello2012-03-101-12/+12
* | Changing our tests so that only the fast ones run by default.Ryan Petrello2012-03-101-1/+7
* | More test cleanup, and tests for building templates.Ryan Petrello2012-03-101-0/+146
|/
* Removing a ton of unnecessary test fixtures.Ryan Petrello2012-03-0811-31/+0
* Cleaning up some hard-to-read tests.Ryan Petrello2012-03-071-13/+8
* Improving test discovery and coverage options.Ryan Petrello2012-03-078-10/+15
* Updating `pecan.configuration` tests to use files (not modules).Ryan Petrello2012-03-071-22/+60
* Removing some meaningless tests.Ryan Petrello2012-03-071-58/+0
* Changing `conf.app.modules` and `conf.app.root` to string representations.Ryan Petrello2012-03-054-6/+13
* Removing an unnecessary import.Ryan Petrello2012-03-021-7/+1
* A bit more tinkering to get tests passing.Ryan Petrello2012-03-021-1/+1
* A handful of improvements:Ryan Petrello2012-03-0249-0/+5286