commit | ec82661dcdc5e2089530fd450b658063d578eb94 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Mon Sep 24 15:50:59 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Mon Sep 24 16:34:22 2012 -0700 |
tree | 94e5c3f75613a23d4280efd700f516cb315cfdb0 | |
parent | 6598fbdcd6b2e9f98c01e16cf1cdda5205047821 [diff] |
add style guide
diff --git a/STYLE b/STYLE new file mode 100644 index 0000000..358805a --- /dev/null +++ b/STYLE
@@ -0,0 +1,10 @@ +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.