summaryrefslogtreecommitdiff
path: root/tests/test_input.py
Commit message (Expand)AuthorAgeFilesLines
* add test for html entities inside of textareasPatrick Strawderman2012-11-261-0/+10
* better py3 compatChris McDonough2011-09-221-3/+3
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-251-7/+8
* always use unittest2Gael Pasgrimaud2011-08-231-53/+48
* Better Field representationGael Pasgrimaud2011-08-221-0/+25
* use assert() instead of simple statement. also use a small u() helper to play...Gael Pasgrimaud2011-08-101-29/+37
* Don't cast str on unicode stringsMike Korobov2010-04-181-1/+1
* Update tests to enshure that defined charset won't break anything. It indeed ...Mike Korobov2010-04-171-0/+54
* Fix form handling: text inputs always result in an empty string (not a missin...ianb2008-12-181-0/+102