datatracker/ietf/message
Jennifer Richards 36c43c8520
chore: add task tests; move message task to message app ()
* test: Test send_review_reminders_task

* refactor: Move send_scheduled_mail_task to message app

* chore: Remove unused import

* test: Add Message/SendQueue factories

* test: Test send_scheduled_mail_task

* test: Reset mocks before reuse

* test: Cover error conditions

* test: Return non-empty change set

* test: Test SMTPException handling

* test: Test fetch_attendance_from_meetings()

* test: Test RuntimeError handling

* test: RFC index sync should populate authors
2024-01-24 08:53:42 -06:00
..
management
migrations
__init__.py
admin.py
factories.py chore: add task tests; move message task to message app () 2024-01-24 08:53:42 -06:00
models.py
resources.py
tasks.py chore: add task tests; move message task to message app () 2024-01-24 08:53:42 -06:00
tests.py chore: add task tests; move message task to message app () 2024-01-24 08:53:42 -06:00
utils.py
views.py