Split djblets.webapi.tests into multiple files.
Review Request #7474 — Created July 2, 2015 and submitted
djblets.webapi.tests was starting to get large, and was only going to grow from here. This change splits it up into a series of files, one per test suite, in order to help manage the size of the test suite.
Unit tests run and pass.
Tool: Pyflakes Processed Files: djblets/webapi/tests/test_responses.py djblets/webapi/tests/test_decorators.py djblets/webapi/tests/test_errors.py djblets/webapi/tests/test_webapiresource.py Ignored Files: djblets/webapi/tests/__init__.py Tool: PEP8 Style Checker Processed Files: djblets/webapi/tests/test_responses.py djblets/webapi/tests/test_decorators.py djblets/webapi/tests/test_errors.py djblets/webapi/tests/test_webapiresource.py Ignored Files: djblets/webapi/tests/__init__.py