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
|
Developing with nose
====================
Get the code
------------
nose is hosted at `GitHub
<http://github.com/nose-devs/nose/>`__. You should clone this
repository if you're developing a plugin or working on bug fixes for nose::
git clone https://github.com/nose-devs/nose
You should **fork** this repository if you are developing new features for
nose. Then submit your changes as a pull request.
Read
----
.. toctree ::
:maxdepth: 2
plugins
api
contributing
|