• 
      

    Extend TestCase to add new fixture and model creation functionality.

    Review Request #4684 — Created Oct. 6, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Extend TestCase to add new fixture and model creation functionality.

    Some of TestCase's create_* functions now take additional parameters for
    the control of access restrictions and draft management.

    It also introduces load_fixtures(), which can be used to add additional
    fixtures to a given test.

    Used these with various unit tests. They all worked as expected.

    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      reviewboard/testing/testcase.py
      Ignored Files:

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      reviewboard/testing/testcase.py
      Ignored Files:

    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed