changeset 11:10c80c490c6e trunk

Added setup configuration for doing coverage reporting with Bitten.
author cmlenz
date Sun, 04 Jun 2006 14:05:18 +0000
parents f77f7a91aa46
children 97423376736e
files setup.cfg
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
 [egg_info]
 tag_build = dev
 tag_svn_revision = true
+
+[unittest]
+xml-results = build/test-results.xml
+coverage-summary = build/test-coverage.txt
+coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software