Split djblets.webapi.tests into multiple files.

Review Request #7474 — Created July 2, 2015 and submitted

Information

Djblets
release-0.9.x
240480f...

Reviewers

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.

reviewbot
  1. 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
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (abea915)
Loading...