• 
      

    Clean up some function names in the webapi tests.

    Review Request #6061 — Created July 4, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    acebc21...

    Reviewers

    This brings some consistency to the naming of some utility methods in
    the webapi tests. The apiGet, apiPost, etc. methods have been renamed to
    api_get, api_post, etc. This adds consistency and helps prevent new
    contributors from seeing those and using the wrong casing.

    Unit tests pass.

    pep8 didn't complain of any alignment issues.