view setup.cfg @ 166:60af98d66f11

* Move the `CommandLine` class from `bitten.util.cmdline` to `bitten.build.api`. * Add a `FileSet` class that collects files in a directory that match given include/exclude patterns. * Implement the `include` and `exclude` attributes of the `<python:trace>` recipe command, so it is now possible to exclude the test modules themselves from coverage reporting. Also, files with no coverage are now also listed.
author cmlenz
date Sun, 28 Aug 2005 12:08:44 +0000
parents e3645059fb69
children 17e4b8d01db6
line wrap: on
line source
[egg_info]
tag_build = dev
tag_svn_revision = true

[sdist]
formats = bztar, gztar, zip

[unittest]
test-suite = bitten.tests
xml-results = build/test-results.xml
coverage-results = build/test-coverage.txt
coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software