# HG changeset patch -- Bitbucket.org # Project py-trunk # URL http://bitbucket.org/hpk42/py-trunk/overview/ # User holger krekel <hol...@merlinux.eu> # Date 1265814679 -3600 # Node ID 5fe0475ec05f6b130cf8456b6690f37cac8f6808 # Parent f3fd6547bba85918012177dce908360e1e4feb0b remove cover and xmlresult plugins as they are not easily installable and lead to frustration (thanks again to prologic for getting back on it)
--- a/doc/test/plugin/links.txt +++ b/doc/test/plugin/links.txt @@ -35,7 +35,6 @@ .. _`recwarn`: recwarn.html .. _`pytest_pdb.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.1/py/_plugin/pytest_pdb.py .. _`monkeypatch`: monkeypatch.html -.. _`coverage`: coverage.html .. _`resultlog`: resultlog.html .. _`pytest_junitxml.py`: http://bitbucket.org/hpk42/py-trunk/raw/1.2.1/py/_plugin/pytest_junitxml.py .. _`django`: django.html --- a/bin-for-dist/makepluginlist.py +++ b/bin-for-dist/makepluginlist.py @@ -4,7 +4,7 @@ WIDTH = 75 plugins = [ ('advanced python testing', - 'skipping mark pdb figleaf coverage ' + 'skipping mark pdb figleaf ' 'monkeypatch capture recwarn tmpdir',), ('distributed testing, CI and deployment', 'xdist pastebin junitxml resultlog genscript',), @@ -23,9 +23,6 @@ externals = { 'xdist': None, 'figleaf': None, 'django': "for testing django applications", - 'coverage': "for testing with Ned's coverage module ", - 'xmlresult': "for generating xml reports " - "and CruiseControl integration", } def warn(*args): --- a/doc/test/plugin/index.txt +++ b/doc/test/plugin/index.txt @@ -10,8 +10,6 @@ pdb_ interactive debugging with the Pyth figleaf_ (external) report test coverage using the 'figleaf' package. -coverage_ (external) for testing with Ned's coverage module - monkeypatch_ safely patch object attributes, dicts and environment variables. capture_ configurable per-test stdout/stderr capturing mechanisms. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn