Rich Lane | ec82661 | 2012-09-24 15:50:59 -0700 | [diff] [blame] | 1 | OFTest Coding Style |
2 | ------------------- | ||||
3 | |||||
4 | See the Python standard style guide, PEP-8: http://www.python.org/dev/peps/pep-0008/. | ||||
5 | |||||
6 | Some 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. |