2010-10-11 05:45:45 +08:00
|
|
|
=================================================
|
|
|
|
Feedback and contribute to py.test
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
contact.txt
|
|
|
|
|
|
|
|
.. _checkout:
|
|
|
|
|
|
|
|
Working from version control or a tarball
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
To follow development or start experiments, checkout the
|
|
|
|
complete code and documentation source with mercurial_::
|
|
|
|
|
2010-11-25 19:11:10 +08:00
|
|
|
hg clone https://bitbucket.org/hpk42/pytest/
|
2010-10-11 05:45:45 +08:00
|
|
|
|
|
|
|
You can also go to the python package index and
|
|
|
|
download and unpack a TAR file::
|
|
|
|
|
2010-11-25 19:11:10 +08:00
|
|
|
http://pypi.python.org/pypi/pytest/
|
2010-10-11 05:45:45 +08:00
|
|
|
|
2011-03-04 06:40:38 +08:00
|
|
|
Activating a checkout with setuptools
|
2010-10-11 05:45:45 +08:00
|
|
|
--------------------------------------------
|
|
|
|
|
|
|
|
With a working Distribute_ or setuptools_ installation you can type::
|
|
|
|
|
|
|
|
python setup.py develop
|
|
|
|
|
|
|
|
in order to work inline with the tools and the lib of your checkout.
|
|
|
|
|
|
|
|
.. include:: links.inc
|