Opened at 2010-02-22T20:35:54Z
Closed at 2014-08-19T17:32:40Z
#969 closed defect (wontfix)
contribute coverage plugin to Twisted
Reported by: | zooko | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | dev-infrastructure | Version: | 1.6.0 |
Keywords: | twisted testing | Cc: | |
Launchpad Bug: |
Description
In 880f824103357172 Brian committed some tools for code coverage including this plugin for Twisted trial. It would be nice to contribute that, as well as possibly other parts of this toolset, to Twisted.
Change History (4)
comment:1 Changed at 2010-02-24T00:16:43Z by zooko
comment:2 Changed at 2010-03-19T20:48:50Z by zooko
http://twistedmatrix.com/trac/ticket/4374 (plugin for trial to user Ned Batchelder's coverage.py)
comment:3 Changed at 2012-03-12T18:17:07Z by davidsarah
I think that instead of doing this, we should use the change made in #1303 to run coverage via the standard coverage command (called python-coverage to avoid a name clash in some Linux distributions; see src/allmydata/scripts/debug.py@5306#L1032). Then we could drop the bwverbose-coverage plugin.
comment:4 Changed at 2014-08-19T17:32:40Z by daira
- Resolution set to wontfix
- Status changed from new to closed
As a first step to this I've packaged up the plugin: http://allmydata.org/trac/trialcoverage/browser . I then installed it from this package and integrated into our hudson CI server at simplegeo.com and it worked! Yay!