[py-svn] pytest commit 64fe9da75233: adding anto's projects

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 25 15:55:53 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at merlinux.eu>
# Date 1290686401 -3600
# Node ID 64fe9da752332c8b36afdbc439e1cf693aa54393
# Parent  8ee073e2945d44af241148a947144965fcbbcda7
adding anto's projects

--- a/doc/projects.txt
+++ b/doc/projects.txt
@@ -1,6 +1,6 @@
 .. _projects:
 
-Project Examples
+Project examples
 ==========================
 
 Here are some examples of projects using py.test:
@@ -11,6 +11,7 @@ Here are some examples of projects using
 * `PIDA <http://pida.co.uk>`_ framework for integrated development
 * `Fom <http://packages.python.org/Fom/>`_ a fluid object mapper for FluidDB
 * `six <http://pypi.python.org/pypi/six/>`_ Python 2 and 3 compatibility utilities
+* `pdb++ <http://bitbucket.org/antocuni/pdb>`_ a fancier version of PDB
 * `The Translate Toolkit <http://translate.sourceforge.net/wiki/toolkit/index>`_ for localization and conversion
 * `execnet <http://codespeak.net/execnet>`_ rapid multi-Python deployment
 * `py-s3fuse <http://code.google.com/p/py-s3fuse/>`_ Amazon S3 FUSE based filesystem
@@ -20,6 +21,7 @@ Here are some examples of projects using
 * `pydataportability <http://pydataportability.net/>`_ libraries for managing the open web
 * `XIST <http://www.livinglogic.de/Python/xist/>`_ extensible HTML/XML generator
 * `tiddlyweb <http://pypi.python.org/pypi/tiddlyweb>`_ optionally headless, extensible RESTful datastore
+* `fancycompleter <http://bitbucket.org/antocuni/fancycompleter/src>`_ for colorful tab-completion
 * `Paludis <http://paludis-tools.lunaryorn.de/>`_ tools for Gentoo Paludis package manager
 * `Gerald <http://halfcooked.com/code/gerald/>`_ schema comparison tool
 * `abjad <http://code.google.com/p/abjad/>`_ Python API for Formalized Score control
@@ -28,8 +30,8 @@ Here are some examples of projects using
 * `kss plugin timer <http://pypi.python.org/pypi/kss.plugin.timer>`_
 * many more ... (please send notes via the :ref:`contact`)
 
-Some examples of organisations using py.test
-----------------------------------------------
+Some organisations using py.test
+-----------------------------------
 
 * `Square Kilometre Array <http://ska.ac.za/>`_
 * `Tandberg <http://www.tandberg.com/>`_

--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -7,8 +7,8 @@
   released versions in the <a href="http://pypi.python.org/pypi/pytest">Python
     Package Index</a>.</p>
 {% else %}
-<p>Current: <b>{{ version }}</b>
-[<a href="{{ pathto('changelog') }}">Changes</a>]</p>
+<p><b><a href="{{ pathto('announce/index')}}">{{ version }} release</a></b>
+[<a href="{{ pathto('changelog') }}">Changelog</a>]</p><p><a href="http://pypi.python.org/pypi/pytest">pytest on PyPI</a></p>

--- a/doc/assert.txt
+++ b/doc/assert.txt
@@ -130,6 +130,8 @@ Special comparisons are done for a numbe
 * comparing long sequences: first failing indices
 * comparing dicts: different entries
 
+See the :ref:`reporting demo <reportingdemo>` for examples.
+
 ..
     Defining your own comparison
     ----------------------------------------------



More information about the pytest-commit mailing list