Split EmailTestHelper out from test_email_sending.py

Review Request #12693 — Created Oct. 20, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

We have a helper class that handles much of the setup required to test
that reviews and review requests send emails, but this was contained
within the test case file where it was used. I need to use it elsewhere,
so I've split it out into a new file to import from.

Used the helper from a new test file.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Split EmailTestHelper out from test_email_sending.py
We have a helper class that handles much of the setup required to test that reviews and review requests send emails, but this was contained within the test case file where it was used. I need to use it elsewhere, so I've split it out into a new file to import from. Testing Done: Used the helper from a new test file.
2bde997a71739f60c546ff099bf9abe6889994eb David Trowbridge
reviewboard/notifications/tests/mixins.py
reviewboard/notifications/tests/test_email_sending.py
Loading...