summaryrefslogtreecommitdiff
path: root/tests/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* apply code stylecode-styleDavid Lord2019-03-081-38/+42
* standardize copyright and licenseDavid Lord2019-02-121-2/+2
* handle WWWAuthenticate object for headerDavid Lord2018-05-311-5/+16
* Add support for WWW-Authenticate header to Unauthorizeddobesv2018-05-311-1/+6
* HTTPException displays description when raised, fixing #728 (#970)Michael2016-08-141-2/+9
* Add HTTP 423 status code exception (#952)Phil Jones2016-06-271-0/+1
* Flake8 fixesMarkus Unterwaditzer2015-03-291-0/+1
* Merge branch '0.9-maintenance'Markus Unterwaditzer2014-08-261-22/+31
|\
* | Remove assert_equal functionMarkus Unterwaditzer2014-08-211-2/+0
* | Replace assert_equal calls with assert statementsMarkus Unterwaditzer2014-08-211-1/+1
* | Completely remove WerkzeugTests superclassMarkus Unterwaditzer2014-08-151-1/+1
* | Remove class in test_exceptionsMarkus Unterwaditzer2014-08-151-52/+47
* | assertion methods => functionsMarkus Unterwaditzer2014-08-151-2/+2
* | Replace simple cases of assertion methodsMarkus Unterwaditzer2014-08-151-7/+7
* | Remove most traces of unittestMarkus Unterwaditzer2014-08-151-26/+26
* | Remove suite functionsMarkus Unterwaditzer2014-08-151-6/+0
* | Port testsuite to py.testMarkus Unterwaditzer2014-08-151-0/+87
|/
* Switched testsuite runnerArmin Ronacher2011-09-201-76/+0
* oh hai 2011.awsum2011-06-301-1/+1
* Switched everything to long importsArmin Ronacher2011-01-031-1/+3
* Added tests for exceptions and server.Armin Ronacher2010-02-271-0/+74