• 
      

    Split reviewboard.notifications.tests into multiple modules.

    Review Request #10020 — Created June 13, 2018 and submitted

    Information

    Review Board
    release-3.0.x
    7876be2...

    Reviewers

    The notifications test suite was rather large, and is about to become
    increasingly so. It was harder to run subsets of tests and to add new
    ones in an organized way.

    This change splits up the test suites into multiple modules. Some are
    class-based, while others are module-based or responsibility-based. For
    instance, since there's so much that ties into e-mail sending, there's a
    tests module about e-mail sending, rather than one for each signal or
    function.

    Unit tests all pass.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (3e01b9d)