summaryrefslogtreecommitdiff
path: root/doc/developing.rst
blob: 3302ddf31cbdcfeae98e90058efe076e7becf2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Developing with nose
====================

Get the code
------------

The stable branch of nose is hosted at `google code
<http://code.google.com/p/python-nose/>`__. You should clone this
branch if you're developing a plugin or working on bug fixes for nose::

  hg clone http://python-nose.googlecode.com/hg/ nose-stable

The **unstable** branch of nose is hosted at `bitbucket
<http://bitbucket.org/jpellerin/nose/>`__. You should **fork** this branch if
you are developing new features for nose. Then clone your fork, and submit
your changes as a pull request. If you just want to use unstable, you can
clone the branch::

  hg clone http://bitbucket.org/jpellerin/nose/ nose-unstable


Read
----

.. toctree ::
   :maxdepth: 2

   plugins
   api
   contributing