paved.pycheck

pycheck – check python code.

paved.pycheck.pycheckall()

All pycheck tasks.

paved.pycheck.sloccount()

Print “Source Lines of Code” and export to file.

Export is hudson plugin compatible: sloccount.sc

requirements:
  • sloccount should be installed.
  • tee and pipes are used

options.paved.pycheck.sloccount.param

paved.pycheck.findimports()

print python module dependencies by findimports.

requirements:
  • findimports should be installed. easy_install findimports

options.paved.pycheck.findimports.param

paved.pycheck.pyflakes()

passive check of python programs by pyflakes.

requirements:
  • pyflakes should be installed. easy_install pyflakes

options.paved.pycheck.pyflakes.param

paved.pycheck.pychecker()

check of python programs by pychecker.

requirements:

options.paved.pycheck.pychecker.param

paved.pycheck.nose()

Run unit tests using nosetests.

requirements:
  • nose should be installed.

options.paved.pycheck.nose.param