flake8
passed.
JSHint
passed.
Review Request #9784 — Created March 15, 2018 and submitted
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.