flake8
passed.
JSHint
passed.
Review Request #10177 — Created Sept. 24, 2018 and submitted
Information | |
---|---|
brennie | |
Review Board | |
release-4.0.x | |
c4be097... | |
Reviewers | |
reviewboard | |
We have accrued a number of unit tests that were missing the
@webapi_test_template
decorator but still included<URL>
in their
docstring, leading to suboptimal test output. This patch adds in the
missing decorators.
Ran
./tests/runtests.py 2>&1 | grep "<URL>"
and got 0 hits.