mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
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 |