mirror of https://github.com/django/django.git
071801ccff
Found cases where testing code was doing try: whatever except (some excption type): self.fail("exception shouldn't be thrown") replaced it with just whatever as this makes the unexpected errors easier to debug, and the tests would fail just as much and aren't rendered less readable. Thanks Markus Holtermann for review |
||
---|---|---|
.. | ||
__init__.py | ||
custombackend.py | ||
test_sendtestemail.py | ||
tests.py |