setuptools command extensions to run QA and tests on the code
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
eggchecker-0.1.1dev-py2.5.egg
(6.5 kB
view hashes)
eggchecker-0.1.1dev-py2.4.egg
(7.8 kB
view hashes)