Clean up function name and docstring issues throughout the codebase.
Review Request #6062 — Created July 4, 2014 and submitted
This updates almost all the camelCase function names found in codebase
to use our standard naming convention. In some places, it also updates
docstrings to be more useful and clear. This will help contributors to
see good (or at least better) examples of how their tests and functions
should look.This does not update any assert* function names, nor does it update
anything in the webapi codebase (since this is handled by another
change).
Unit tests pass.
- Change Summary:
-
Fixed line length issues.
- Commit:
-
8ef616bfdf8bcfdafecc59a0876f89056d454d0ed77a98d86daeba18f920b41fbc5d6c2f69788c71
- Diff:
-
Revision 2 (+151 -146)
-
Tool: Pyflakes Processed Files: reviewboard/admin/widgets.py reviewboard/reviews/tests.py reviewboard/diffviewer/tests.py reviewboard/changedescs/tests.py reviewboard/datagrids/tests.py reviewboard/webapi/tests/base.py reviewboard/reviews/management/commands/fill-database.py reviewboard/admin/tests.py
-
Tool: PEP8 Style Checker Processed Files: reviewboard/admin/widgets.py reviewboard/reviews/tests.py reviewboard/diffviewer/tests.py reviewboard/changedescs/tests.py reviewboard/datagrids/tests.py reviewboard/webapi/tests/base.py reviewboard/reviews/management/commands/fill-database.py reviewboard/admin/tests.py