• 
      

    Shuffle around the location of various Djblets tests.

    Review Request #6243 — Created Aug. 18, 2014 and submitted

    Information

    Djblets
    release-0.8.x
    5faf0f1...

    Reviewers

    When djblets.util got split up, most of the tests remained in
    djblets.util.tests, which was getting pretty big. These have now been
    moved out into more appropriate locations that match the modules they're
    testing.

    The djblets.db tests got split up into multiple files within thee
    djblets/db/tests/ directory, in order to stay organized. Many of the
    current and planned tests require a handful of extra model classes,
    which was already making that file a bit confusing. With some work I'm
    doing now, that'd get worse. By splitting this up, we can stay
    organized.

    Unit tests pass.

    Description From Last Updated

    Col: 13 E128 continuation line under-indented for visual indent

    reviewbotreviewbot

    Col: 13 E128 continuation line under-indented for visual indent

    reviewbotreviewbot
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          djblets/db/tests/test_counter_field.py
          djblets/db/tests/test_json_field.py
          djblets/db/tests/test_local_data_query_set.py
          djblets/util/tests.py
          djblets/cache/tests.py
          djblets/urls/tests.py
      
      Ignored Files:
          djblets/db/tests/__init__.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          djblets/db/tests/test_counter_field.py
          djblets/db/tests/test_json_field.py
          djblets/db/tests/test_local_data_query_set.py
          djblets/util/tests.py
          djblets/cache/tests.py
          djblets/urls/tests.py
      
      Ignored Files:
          djblets/db/tests/__init__.py
      
      
    2. djblets/urls/tests.py (Diff revision 1)
       
       
      Show all issues
      Col: 13
       E128 continuation line under-indented for visual indent
      
    3. djblets/urls/tests.py (Diff revision 1)
       
       
      Show all issues
      Col: 13
       E128 continuation line under-indented for visual indent
      
    4. 
        
    chipx86
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.8.x (cffa8c7)