annotate setup.cfg @ 18:591a5a836ecc

* {{{beep.Listener}}} now has an event loop (based on code mostly from medusa) * The Bitten master now opens a Trac environment and checks for changes to the repository every 15 seconds. * {{{beep.Profile}}} renamed to {{{beep.ProfileHandler}}}
author cmlenz
date Fri, 17 Jun 2005 09:09:07 +0000
parents 3ba3fb6f0054
children 0b82d012e42c
rev   line source
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
1 [unittest]
1
32e9f0e94c69 Fix running the unit tests from distutils.
cmlenz
parents:
diff changeset
2 test-suite = bitten.tests
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
3 xml-results = build/test-results.xml
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
4 coverage-results = build/test-coverage.txt
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
5 coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software