Sophie

Sophie

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

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>Welcome to pytest!</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="#" />
    <link rel="up" title="Getting started basics" href="overview.html" />
    <link rel="next" title="Installation and Getting Started" href="getting-started.html" />
    <link rel="prev" title="Getting started basics" href="overview.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="getting-started.html" title="Installation and Getting Started"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="overview.html" title="Getting started basics"
             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="#">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>

  <h4>Previous topic</h4>
  <p class="topless"><a href="overview.html"
                        title="previous chapter">Getting started basics</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="getting-started.html"
                        title="next chapter">Installation and Getting Started</a></p>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="welcome-to-pytest">
<h1>Welcome to pytest!<a class="headerlink" href="#welcome-to-pytest" title="Permalink to this headline">ΒΆ</a></h1>
<ul class="simple">
<li><strong>a mature full-featured testing tool</strong></li>
</ul>
<blockquote>
<div><ul class="simple">
<li>runs on Posix/Windows, Python 2.4-3.2, PyPy and Jython-2.5.1</li>
<li><a class="reference internal" href="contents.html#toc"><em>comprehensive online</em></a> and <a class="reference external" href="pytest.pdf">PDF documentation</a></li>
<li>continuously <a class="reference external" href="http://hudson.testrun.org/view/pytest/job/pytest/">tested on many Python interpreters</a></li>
<li>used in <a class="reference internal" href="projects.html#projects"><em>many projects and organisations</em></a>, in test
suites ranging from 10 to 10s of thousands of tests</li>
<li>comes with many <a class="reference internal" href="example/index.html#examples"><em>tested examples</em></a></li>
<li>supports <a class="reference internal" href="goodpractises.html#goodpractises"><em>good integration practises</em></a></li>
</ul>
</div></blockquote>
<ul class="simple">
<li><strong>provides no-boilerplate testing</strong></li>
</ul>
<blockquote>
<div><ul class="simple">
<li>makes it <a class="reference internal" href="getting-started.html#getstarted"><em>easy to get started</em></a>,</li>
<li>refined <a class="reference internal" href="usage.html#usage"><em>usage options</em></a></li>
<li><a class="reference internal" href="assert.html#assert-with-the-assert-statement"><em>Asserting with the assert statement</em></a></li>
<li>helpful <a class="reference internal" href="example/reportingdemo.html#tbreportdemo"><em>traceback and failing assertion reporting</em></a></li>
<li>allows <a class="reference internal" href="capture.html#printdebugging"><em>print debugging</em></a> and <a class="reference internal" href="capture.html#captures"><em>the
capturing of standard output during test execution</em></a></li>
<li>supports <span class="target" id="index-0"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0008"><strong>PEP 8</strong></a> compliant coding styles in tests</li>
</ul>
</div></blockquote>
<ul class="simple">
<li><strong>supports functional testing and complex test setups</strong></li>
</ul>
<blockquote>
<div><ul class="simple">
<li>(new in 2.2) <a class="reference internal" href="usage.html#durations"><em>Profiling test execution duration</em></a></li>
<li>(much improved in 2.2) <a class="reference internal" href="mark.html#mark"><em>marking and test selection</em></a></li>
<li>(improved in 2.2) <a class="reference internal" href="funcargs.html#parametrized-test-functions"><em>parametrized test functions</em></a></li>
<li>advanced <a class="reference internal" href="skipping.html#skip-and-xfail"><em>Skip and xfail: dealing with tests that can not succeed</em></a></li>
<li>unique <a class="reference internal" href="funcargs.html#funcargs"><em>dependency injection through funcargs</em></a></li>
<li>can <a class="reference internal" href="xdist.html#xdistcpu"><em>distribute tests to multiple CPUs</em></a> through <a class="reference internal" href="xdist.html#xdist"><em>xdist plugin</em></a></li>
<li>can <a class="reference internal" href="xdist.html#looponfailing"><em>continuously re-run failing tests</em></a></li>
<li>many <a class="reference internal" href="builtin.html#pytest-helpers"><em>builtin helpers</em></a></li>
<li>flexible <a class="reference internal" href="goodpractises.html#python-test-discovery"><em>Integration with setuptools/distribute test commands</em></a></li>
</ul>
</div></blockquote>
<ul class="simple">
<li><strong>integrates many common testing methods</strong></li>
</ul>
<blockquote>
<div><ul class="simple">
<li>can integrate <tt class="docutils literal"><span class="pre">nose</span></tt>, <tt class="docutils literal"><span class="pre">unittest.py</span></tt> and <tt class="docutils literal"><span class="pre">doctest.py</span></tt> style
tests, including running testcases made for Django and trial</li>
<li>supports extended <a class="reference internal" href="xunit_setup.html#xunitsetup"><em>xUnit style setup</em></a></li>
<li>supports domain-specific <a class="reference internal" href="example/nonpython.html#non-python-tests"><em>Working with non-python tests</em></a></li>
<li>supports the generation of testing coverage reports</li>
<li><a class="reference external" href="http://pypi.python.org/pypi/oejskit">Javascript unit- and functional testing</a></li>
</ul>
</div></blockquote>
<ul class="simple">
<li><strong>extensive plugin and customization system</strong></li>
</ul>
<blockquote>
<div><ul class="simple">
<li>all collection, reporting, running aspects are delegated to hook functions</li>
<li>customizations can be per-directory, per-project or per PyPI released plugins</li>
<li>it is easy to add command line options or do other kind of add-ons and customizations.</li>
</ul>
</div></blockquote>
</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="getting-started.html" title="Installation and Getting Started"
             >next</a> |</li>
        <li class="right" >
          <a href="overview.html" title="Getting started basics"
             >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>