summaryrefslogtreecommitdiff
path: root/tests/test_exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-222-3/+0
| | | | | * Remove unused imports * Remove unused variables
* Fix test_exceptions on Python 3Victor Stinner2015-04-223-14/+15
|
* Strip trailing spacesVictor Stinner2015-04-211-6/+6
|
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-183-8/+8
| | | | Use also "from __future__ import print_function".
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-125-0/+442