diff setup.cfg @ 11:10c80c490c6e trunk

Added setup configuration for doing coverage reporting with Bitten.
author cmlenz
date Sun, 04 Jun 2006 14:05:18 +0000
parents 5479aae32f5a
children 59eb24184e9c
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