• 
      

    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.

    Commits

    Files