summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
Commit message (Expand)AuthorAgeFilesLines
* only use http.clienttest-dev-serverDavid Lord2020-10-261-1/+1
* everything but the reloader testsDavid Lord2020-10-231-8/+6
* initial dev_server rewriteDavid Lord2020-10-221-1/+1
* Refactor server testskbanc2020-10-201-18/+8
* test Client always returns a TestResponseDavid Lord2020-10-161-2/+1
* replace deprecated escape with html.escapeDavid Lord2020-04-121-18/+19
* remove unused module docstringsDavid Lord2020-03-191-9/+0
* remove strict_eq test helperDavid Lord2020-03-171-3/+3
* f-strings everywhereDavid Lord2020-03-171-25/+15
* use "str" and "bytes" instead of "unicode"David Lord2020-03-171-3/+2
* Run `pyupgrade --py36-plus` on the codebasepgjones2020-03-171-87/+86
* Drop _compat for Python 2pgjones2020-03-171-16/+4
* fix newline issue in test on pypy 2.7David Lord2020-01-041-3/+3
* Fix interactive debugger while accessing cell varsAnthony Sottile2019-05-151-0/+12
* Fix unhashable exception typesAnthony Sottile2019-05-121-0/+11
* break cycle in chained exceptionsDavid Lord2019-05-121-0/+17
* apply code stylecode-styleDavid Lord2019-03-081-85/+137
* standardize copyright and licenseDavid Lord2019-02-121-2/+2
* group frames by exceptionDavid Lord2018-12-061-6/+9
* add support for Python 3 nested exceptionseltonlaw2018-12-061-1/+19
* shorten repr instead of str objDavid Lord2018-11-161-4/+21
* Use https for external links wherever possibleAditya2018-10-261-1/+1
* Pull flags out of regular expressions (#1053)David Baumgold2016-12-291-7/+7
* Basic test for Werkzeug debuggerMarkus Unterwaditzer2016-04-221-0/+31
* Fix string representation when debuggingOvidiu Curcan2015-09-171-0/+10
* Flake8 fixesMarkus Unterwaditzer2015-03-291-8/+5
* Decode traceback filenames with correct encodingMarkus Unterwaditzer2014-10-121-0/+14
* Link to older ticketMarkus Unterwaditzer2014-09-021-2/+2
* Link Python 3's syntax bugMarkus Unterwaditzer2014-09-021-0/+1
* Merge branch '0.9-maintenance'Markus Unterwaditzer2014-08-281-0/+2
|\
* \ Merge branch '0.9-maintenance'Markus Unterwaditzer2014-08-231-4/+31
|\ \ | |/
* | Add testcase for Traceback classMarkus Unterwaditzer2014-08-231-0/+19
* | Manually replace all remaining assert_equal callsMarkus Unterwaditzer2014-08-221-33/+35
* | Remove assert_equal functionMarkus Unterwaditzer2014-08-211-1/+0
* | Remove subclassing from test_debugMarkus Unterwaditzer2014-08-151-3/+3
* | assertion methods => functionsMarkus Unterwaditzer2014-08-151-16/+16
* | Replace simple cases of assertion methodsMarkus Unterwaditzer2014-08-151-9/+9
* | Remove most traces of unittestMarkus Unterwaditzer2014-08-151-2/+1
* | Remove suite functionsMarkus Unterwaditzer2014-08-151-7/+0
* | Port testsuite to py.testMarkus Unterwaditzer2014-08-151-0/+172
|/
* Switched testsuite runnerArmin Ronacher2011-09-201-142/+0
* oh hai 2011.awsum2011-06-301-1/+1
* Fixed a bunch of testsArmin Ronacher2011-01-201-9/+10
* Added some tests for the local object.Armin Ronacher2010-02-271-1/+58
* More tests :)Armin Ronacher2010-02-271-1/+0
* boost out test coverageArmin Ronacher2010-02-261-0/+85