chapeau/kepi/kepi
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 Update to new version of celery (so djcelery is removed). 2021-05-31 19:13:07 +01:00
celery.py Update to new version of celery (so djcelery is removed). 2021-05-31 19:13:07 +01:00
settings.py Update to new version of celery (so djcelery is removed). 2021-05-31 19:13:07 +01:00
testing.py KepiTestCase 2023-09-22 16:36:51 +01:00
urls.py obsolete url() -> path() 2021-02-19 19:31:50 +00:00
wsgi.py Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00