evax.bitten.tools 1.0
Bitten plugin adding check and lcov support
evax.bitten.tools
evax.bitten.tools is a Bitten plugin adding support for check and lcov
evax.bitten.tools is provided under a BSD-style license.
Installation
easy_install evax.bitten.tools
Usage
In order to use the plugin in a build configuration, you must define the plugin namespace as follows:
<build
(...)
xmlns:evax="http://www.evax.fr/bitten/tools"
(...)>
then use it like this:
<step id="tests" description="Automated tests">
<c:make file="Makefile" target="check" />
<evax:check reports="tests/*_check.xml" />
<evax:lcov directory="src" />
</step>
Please note that the plugin expects check's xml output format.
Changelog
1.0
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| evax.bitten.tools-1.0-py2.6.egg (md5) | Python Egg | 2.6 | 2010-07-27 | 10KB | 757 |
| evax.bitten.tools-1.0.tar.gz (md5) | Source | 2010-07-27 | 4KB | 390 | |
- Author: Evax Software
- Home Page: http://www.evax.fr/open-source-software/evax.bitten.tools
- Keywords: trac,bitten,check,lcov
- License: BSD
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Plugins
- Framework :: Trac
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Quality Assurance
- Topic :: Software Development :: Testing
- Package Index Owner: EvaxSoftware
- DOAP record: evax.bitten.tools-1.0.xml
