Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > 85556a06d0b40546e6bb4676359ced2e > files > 203

python-pytest-2.2.4-1mdv2010.1.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Project examples</title>
    <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '2.2.4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="None" href="index.html" />
    <link rel="up" title="Getting started basics" href="overview.html" />
    <link rel="next" title="Some Issues and Questions" href="faq.html" />
    <link rel="prev" title="Good Integration Practises" href="goodpractises.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a></li>
        <li class="right" >
          <a href="faq.html" title="Some Issues and Questions"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="goodpractises.html" title="Good Integration Practises"
             accesskey="P">previous</a> |</li>
        <li><a href="contents.html">pytest-2.2.4</a> &raquo;</li>
          <li><a href="overview.html" accesskey="U">Getting started basics</a> &raquo;</li>
 
<g:plusone></g:plusone>

      </ul>
    </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Search" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>

<h3>quicklinks</h3>
<div style="text-align: left; font-size: 100%; vertical-align: middle;">
<table>
<tr>
<td>
        <a href="index.html">home</a>
</td><td>
        <a href="contents.html">TOC/contents</a>
</td></tr><tr><td>
        <a href="getting-started.html">install</a>
</td><td>
        <a href="changelog.html">changelog</a>
</td></tr><tr><td>
        <a href="example/index.html">examples</a>
</td><td>
        <a href="customize.html">customize</a>
</td></tr><tr><td>
        <a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">issues[bb]</a>
</td><td>
        <a href="contact.html">contact</a>
</td></tr></table>
</div>

  <h3><a href="contents.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Project examples</a><ul>
<li><a class="reference internal" href="#some-organisations-using-py-test">Some organisations using py.test</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="goodpractises.html"
                        title="previous chapter">Good Integration Practises</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="faq.html"
                        title="next chapter">Some Issues and Questions</a></p>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="project-examples">
<span id="projects"></span><h1>Project examples<a class="headerlink" href="#project-examples" title="Permalink to this headline">¶</a></h1>
<p>Here are some examples of projects using py.test (please send notes via <a class="reference internal" href="contact.html#contact"><em>Contact channels</em></a>):</p>
<ul class="simple">
<li><a class="reference external" href="http://pypy.org">PyPy</a>, Python with a JIT compiler, running over
<a class="reference external" href="http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E">16000 tests</a></li>
<li>the <a class="reference external" href="http://moinmo.in">MoinMoin</a> Wiki Engine</li>
<li><a class="reference external" href="http://codespeak.net/tox">tox</a>, virtualenv/Hudson integration tool</li>
<li><a class="reference external" href="http://pida.co.uk">PIDA</a> framework for integrated development</li>
<li><a class="reference external" href="http://code.activestate.com/pypm/">PyPM</a> ActiveState&#8217;s package manager</li>
<li><a class="reference external" href="http://packages.python.org/Fom/">Fom</a> a fluid object mapper for FluidDB</li>
<li><a class="reference external" href="https://github.com/ActiveState/applib">applib</a> cross-platform utilities</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/six/">six</a> Python 2 and 3 compatibility utilities</li>
<li><a class="reference external" href="http://code.pediapress.com/wiki/wiki">pediapress</a> MediaWiki articles</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/mwlib">mwlib</a> mediawiki parser and utility library</li>
<li><a class="reference external" href="http://translate.sourceforge.net/wiki/toolkit/index">The Translate Toolkit</a> for localization and conversion</li>
<li><a class="reference external" href="http://codespeak.net/execnet">execnet</a> rapid multi-Python deployment</li>
<li><a class="reference external" href="http://pylib.org">pylib</a> cross-platform path, IO, dynamic code library</li>
<li><a class="reference external" href="http://pacha.cafepais.com/">Pacha</a> configuration management in five minutes</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/bbfreeze">bbfreeze</a> create standalone executables from Python scripts</li>
<li><a class="reference external" href="http://bitbucket.org/antocuni/pdb">pdb++</a> a fancier version of PDB</li>
<li><a class="reference external" href="http://code.google.com/p/py-s3fuse/">py-s3fuse</a> Amazon S3 FUSE based filesystem</li>
<li><a class="reference external" href="http://pacha.cafepais.com/">waskr</a> WSGI Stats Middleware</li>
<li><a class="reference external" href="http://code.google.com/p/guachi/">guachi</a> global persistent configs for Python modules</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/circuits">Circuits</a> lightweight Event Driven Framework</li>
<li><a class="reference external" href="http://bitbucket.org/aafshar/pygtkhelpers-main/">pygtk-helpers</a> easy interaction with PyGTK</li>
<li><a class="reference external" href="http://quantumcore.org/">QuantumCore</a> statusmessage and repoze openid plugin</li>
<li><a class="reference external" href="http://pydataportability.net/">pydataportability</a> libraries for managing the open web</li>
<li><a class="reference external" href="http://www.livinglogic.de/Python/xist/">XIST</a> extensible HTML/XML generator</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/tiddlyweb">tiddlyweb</a> optionally headless, extensible RESTful datastore</li>
<li><a class="reference external" href="http://bitbucket.org/antocuni/fancycompleter/src">fancycompleter</a> for colorful tab-completion</li>
<li><a class="reference external" href="http://paludis-tools.lunaryorn.de/">Paludis</a> tools for Gentoo Paludis package manager</li>
<li><a class="reference external" href="http://halfcooked.com/code/gerald/">Gerald</a> schema comparison tool</li>
<li><a class="reference external" href="http://code.google.com/p/abjad/">abjad</a> Python API for Formalized Score control</li>
<li><a class="reference external" href="http://packages.python.org/bu/">bu</a> a microscopic build system</li>
<li><a class="reference external" href="https://bitbucket.org/hodgestar/katcp">katcp</a> Telescope communication protocol over Twisted</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/kss.plugin.timer">kss plugin timer</a></li>
</ul>
<div class="section" id="some-organisations-using-py-test">
<h2>Some organisations using py.test<a class="headerlink" href="#some-organisations-using-py-test" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><a class="reference external" href="http://ska.ac.za/">Square Kilometre Array, Cape Town</a></li>
<li><a class="reference external" href="http://www.theautomatedtester.co.uk/blog/2011/pytest_and_xdist_plugin.html">Some Mozilla QA people</a> use pytest to distribute their Selenium tests</li>
<li><a class="reference external" href="http://www.tandberg.com/">Tandberg</a></li>
<li><a class="reference external" href="http://web.shootq.com/">Shootq</a></li>
<li><a class="reference external" href="http://www.stups.uni-duesseldorf.de/projects.php">Stups department of Heinrich Heine University Duesseldorf</a></li>
<li><a class="reference external" href="http://www.cellzome.com/">cellzome</a></li>
<li><a class="reference external" href="http://www.openend.se">Open End, Gothenborg</a></li>
<li><a class="reference external" href="http://genesilico.pl/">Laboraratory of Bioinformatics, Warsaw</a></li>
<li><a class="reference external" href="http://merlinux.eu">merlinux, Germany</a></li>
<li>many more ... (please be so kind to send a note via <a class="reference internal" href="contact.html#contact"><em>Contact channels</em></a>)</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a></li>
        <li class="right" >
          <a href="faq.html" title="Some Issues and Questions"
             >next</a> |</li>
        <li class="right" >
          <a href="goodpractises.html" title="Good Integration Practises"
             >previous</a> |</li>
        <li><a href="contents.html">pytest-2.2.4</a> &raquo;</li>
          <li><a href="overview.html" >Getting started basics</a> &raquo;</li>
 
<g:plusone></g:plusone>

      </ul>
    </div>

    <div class="footer">
        &copy; Copyright 2011, holger krekel et alii.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
    </div>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-7597274-13']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

  </body>
</html>