blob: 358805a037aa7d4786bd1d4fca94609ce62ab358 [file] [log] [blame]
OFTest Coding Style
-------------------
See the Python standard style guide, PEP-8: http://www.python.org/dev/peps/pep-0008/.
Some important style points:
- Test file names should be lowercase with underscores and short. Test case
class names are CamelCased.
- Any additional documentation added to the repository should be in plain text
or Markdown.