aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: 2c542d3b318cbe031cbb22c368dea68b50247c3e (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
Running the Tests
-----------------
The tests are run via

    python setup.py nosetests

To also run the component tests, you need to initialize the git submodules once
via:

    git submodule update --init --recursive

This will fetch the necessary binary data for the DEB and RPM component tests,
and the tests are from now on included within each regular test run.


Building the API Docs
---------------------
You can build the API docs using

    epydoc -v --config=setup.cfg


Contributing Patches
--------------------
Make sure the tests pass before sending in patch. You can either send it to the
mailing list or add it to a bug report against git-buildpackage on

    http://bugs.debian.org/src:git-buildpackage