skip to navigation
skip to content

eggchecker 0.1.1dev

setuptools command extensions to run QA and tests on the code

Latest Version: 0.1.3dev

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.1dev-py2.5.egg (md5) Python Egg 2.5 2007-09-30 17:01:50 6KB 273
eggchecker-0.1.1dev-py2.4.egg (md5) Python Egg 2.4 2007-10-24 13:47:37 7KB 273

Log in to rate this package.