Split EmailTestHelper out from test_email_sending.py

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

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.

Summary ID
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
Description From Last Updated

blank line at end of file Column: 1 Error code: W391

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (b1e799d)
Loading...