# HG changeset patch # User cmlenz # Date 1149429918 0 # Node ID 10c80c490c6e7f658c9b9ceaf1f7f9ea7a16e361 # Parent f77f7a91aa468b8707de0fdd677e491371543f46 Added setup configuration for doing coverage reporting with Bitten. diff --git a/setup.cfg b/setup.cfg --- 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