Skip to content

Commit

Permalink
Note PEP exception for _callFUT, MUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 3, 2014
1 parent 2168254 commit 6ebe048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Coding Style

$ tox -e lint

Exceptions to PEP8:

- Many unit tests use a helper method, ``_callFUT`` ("FUT" is short for
"Function-Under-Test"), which is PEP8-incompliant, but more readable.
Some also use a local variable, ``MUT`` (short for "Module-Under-Test").

Running Tests
--------------

Expand Down

0 comments on commit 6ebe048

Please sign in to comment.