Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 499fe3e57ce5063c52a818b92c88ee57 > files > 225

python-test-2.3.5-4.mga4.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>Feedback and contribute to py.test</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.3.4.1',
        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="next" title="Contact channels" href="contact.html" />
    <link rel="prev" title="Talks and Tutorials" href="talks.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="contact.html" title="Contact channels"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="talks.html" title="Talks and Tutorials"
             accesskey="P">previous</a> |</li>
        <li><a href="contents.html">pytest-2.3.4.1</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="#">Feedback and contribute to py.test</a><ul>
<li><a class="reference internal" href="#working-from-version-control-or-a-tarball">Working from version control or a tarball</a><ul>
<li><a class="reference internal" href="#activating-a-checkout-with-setuptools">Activating a checkout with setuptools</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="talks.html"
                        title="previous chapter">Talks and Tutorials</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="contact.html"
                        title="next chapter">Contact channels</a></p>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="feedback-and-contribute-to-py-test">
<h1>Feedback and contribute to py.test<a class="headerlink" href="#feedback-and-contribute-to-py-test" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="contact.html">Contact channels</a></li>
</ul>
</div>
<div class="section" id="working-from-version-control-or-a-tarball">
<span id="checkout"></span><h2>Working from version control or a tarball<a class="headerlink" href="#working-from-version-control-or-a-tarball" title="Permalink to this headline">¶</a></h2>
<p>To follow development or start experiments, checkout the
complete code and documentation source with <a class="reference external" href="http://mercurial.selenic.com/wiki/">mercurial</a>:</p>
<div class="highlight-python"><pre>hg clone https://bitbucket.org/hpk42/pytest/</pre>
</div>
<p>You can also go to the python package index and
download and unpack a TAR file:</p>
<div class="highlight-python"><pre>http://pypi.python.org/pypi/pytest/</pre>
</div>
<div class="section" id="activating-a-checkout-with-setuptools">
<h3>Activating a checkout with setuptools<a class="headerlink" href="#activating-a-checkout-with-setuptools" title="Permalink to this headline">¶</a></h3>
<p>With a working <a class="reference external" href="http://pypi.python.org/pypi/distribute">Distribute</a> or <a class="reference external" href="http://pypi.python.org/pypi/setuptools">setuptools</a> installation you can type:</p>
<div class="highlight-python"><pre>python setup.py develop</pre>
</div>
<p>in order to work inline with the tools and the lib of your checkout.</p>
<p>If this command complains that it could not find the required version
of &#8220;py&#8221; then you need to use the development pypi repository:</p>
<div class="highlight-python"><pre>python setup.py develop -i http://pypi.testrun.org</pre>
</div>
</div>
</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="contact.html" title="Contact channels"
             >next</a></li>
        <li class="right" >
          <a href="talks.html" title="Talks and Tutorials"
             >previous</a> |</li>
        <li><a href="contents.html">pytest-2.3.4.1</a> &raquo;</li>
 
<g:plusone></g:plusone>

      </ul>
    </div>

    <div class="footer">
        &copy; Copyright 2012, holger krekel.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </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>