django1/django/test
Krzysztof Jurewicz 7a0a3a64a8 Fixed #21509 -- Removed dead exception catching code.
Since Python 2.5, KeyboardInterrupt and SystemExit are not subclasses of
Exception, so explicitly reraising them before the “except Exception” clause
is not necessary anymore.
2013-11-25 16:31:03 +01:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
_doctest.py Checkout prior commit of _doctest.py 2013-11-02 20:20:53 -04:00
client.py Fixed #15179 -- middlewares not applied for test client login() 2013-11-19 09:04:20 +02:00
html.py Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
runner.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
signals.py Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
simple.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
testcases.py Fixed #21509 -- Removed dead exception catching code. 2013-11-25 16:31:03 +01:00
utils.py Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00