blob: 358805a037aa7d4786bd1d4fca94609ce62ab358 [file] [log] [blame]
Rich Laneec826612012-09-24 15:50:59 -07001OFTest Coding Style
2-------------------
3
4See the Python standard style guide, PEP-8: http://www.python.org/dev/peps/pep-0008/.
5
6Some important style points:
7 - Test file names should be lowercase with underscores and short. Test case
8 class names are CamelCased.
9 - Any additional documentation added to the repository should be in plain text
10 or Markdown.