view setup.cfg @ 172:d7c8d4375374

More improvements to the `<python:trace>` code coverage report: * For files missing coverage, only take files into account that have a Python file name extension. * Previously, a `.pyc` file would have overwritten the coverage of a `.py` file, so it looked like the module had a coverage of 0 percent. * The line number of the `bitten.util.loc` module now starts at 0 to be consistent with the line numbering of files with coverage information.
author cmlenz
date Tue, 30 Aug 2005 10:28:24 +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