annotate setup.cfg @ 10:2269b705deb9

Improved the BEEP protocol implementation: * Callbacks for replying to messages. * Starting of channels implemented. * Some error handling (though not much yet). Also, added a sample client that sends a message using the echo protocol. Finally, added a simple proxy script that outputs the peer-to-peer communication to the console.
author cmlenz
date Fri, 10 Jun 2005 20:21:10 +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