tests/pymox/stubout_testee.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 20:23:42 +0200
changeset 2328 e077dc264dff
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Invoke pylint from build script. Using --skip-pylint build script command line parameter you can skip pylint invocation.

def SampleFunction():
  raise Exception('I should never be called!')