skip to navigation
skip to content

eggchecker 0.1.3dev

setuptools command extensions to run QA and tests on the code

This is a small set of command extensions for setuptools that allows to run:

  • QA tests on your package
  • zope.testing

qa: QA tests

Runs as long as it has a setup.py on the root. It adds a new command called qa. To run it, go into your package and type:

$ python setup.py qa

At this time it simply runs pyflakes over the code.

ztest: zope.testing

Runs zope.testing over the package:

$ python setup.py ztest
File Type Py Version Uploaded on Size # downloads
eggchecker-0.1.3dev-py2.4.egg (md5) Python Egg 2.4 2007-11-29 15:48:00 7KB 285
eggchecker-0.1.3dev-py2.5.egg (md5) Python Egg 2.5 2007-11-29 15:48:06 7KB 256

Log in to rate this package.