• 
      

    Make hosting service test names and docstrings more consistent.

    Review Request #9784 — Created March 15, 2018 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    6f01118...

    Reviewers

    The docstrings for hosting services didn't match the function name and
    docstring format used by most of our modern test suite, making it less
    obvious which function was being tested in some cases. This change
    standardizes those.

    This has been split out of a larger series of changes for improving the
    test suite and preparing for Python 3 support.

    Unit tests pass.