chapeau/kepi/sombrero_sendpub/tests
Marnanel Thurman 94309cc77d KepiTestCase
The only difference from django.test.TestCase is that KepiTestCase
redirects logging to stdout in setUp, and undoes it again in
tearDown. This is because Django's "./manage.py test" suppresses
stderr, so you can't read the debug logs otherwise.

Put into use in a couple of files where it was needed immediately.
Will add more later.
2023-09-22 16:36:51 +01:00
..
__init__.py suppress_thread_exceptions doesn't fail under Python 3.6. 2020-08-24 19:16:03 +01:00
test_delivery.py Deserialisation methods were split between sombrero_sendpub.fetch() and bowler_pub.create(). They're now all in create(). 2020-10-19 16:54:22 +01:00
test_fetch.py KepiTestCase 2023-09-22 16:36:51 +01:00
test_webfinger.py Cleaning up header blocks, and making sure we use getLogger instead of creating a new one in each module 2020-08-23 17:40:54 +01:00