summaryrefslogtreecommitdiff
path: root/tests/test_select.py
Commit message (Expand)AuthorAgeFilesLines
* better py3 compatChris McDonough2011-09-221-3/+3
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-251-15/+17
* always use unittest2Gael Pasgrimaud2011-08-231-171/+166
* use assert() instead of simple statement. also use a small u() helper to play...Gael Pasgrimaud2011-08-101-79/+87
* Fix a bunch of unicode errors with the testsIan Bicking2010-09-011-5/+5
* Tests for select element with unicode valuesMike Korobov2010-04-181-0/+74
* Don't cast str on unicode stringsMike Korobov2010-04-181-1/+2
* Update tests to enshure that defined charset won't break anything. It indeed ...Mike Korobov2010-04-171-28/+28
* Applied patch from #337, from Matthew Desmarais: add a .force_value(value) me...ianb2009-02-101-0/+40
* test for last commitianb2008-07-301-0/+211