summaryrefslogtreecommitdiff
path: root/pecan/tests/templates
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up cruft, simplifying default config, and improving docs.Ryan Petrello2012-03-131-1/+0
|
* Removing formencode and the built-in validation functionality.Ryan Petrello2012-03-121-2/+0
| | | | | Eventually, we'll replace formencode w/ something else (that's still being actively maintained).
* A handful of improvements:Ryan Petrello2012-03-0219-0/+107
* Fixing a few broken tests (https://github.com/dreamhost/pecan/issues/28) * Removing py.test as a package requirement. * Moving tests *into* the package. * Adding code to use native unittest discovery (or unittest2 fallback).