Split djblets.webapi.tests into multiple files.
Review Request #7474 — Created July 2, 2015 and submitted — Latest diff uploaded
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.
djblets/webapi/tests/__init__.py |
---|
djblets/webapi/tests/test_decorators.py |
---|
djblets/webapi/tests/test_errors.py |
---|
djblets/webapi/tests/test_responses.py |
---|
djblets/webapi/tests.py |
---|