Fix docstrings for some API unit tests.
Review Request #10367 — Created Dec. 27, 2018 and submitted — Latest diff uploaded
Some of the API unit tests were showing up with
<URL>
in the doc
strings, due to missing@webapi_test_template
decorators. Others had
incorrect URL prefixes. This fixes up all these, ensuring that we always
have decorators added and that they all show URLs in a consistent way.
Unit tests pass. Checked the output for incorrect content.
Diff Revision 1 (Latest)
reviewboard/webapi/tests/test_default_reviewer.py |
---|
reviewboard/webapi/tests/test_filediff.py |
---|
reviewboard/webapi/tests/test_oauth_app.py |
---|
reviewboard/webapi/tests/test_review_group_user.py |
---|
reviewboard/webapi/tests/test_review_request.py |
---|
reviewboard/webapi/tests/test_search.py |
---|
reviewboard/webapi/tests/test_session.py |
---|
reviewboard/webapi/tests/test_status_update.py |
---|