HACKING 723 B

123456789101112131415161718192021222324252627282930
  1. Running the Tests
  2. -----------------
  3. The tests are run via
  4. python setup.py nosetests
  5. To also run the component tests, you need to initialize the git submodules once
  6. via:
  7. git submodule update --init --recursive
  8. This will fetch the necessary binary data for the DEB and RPM component tests,
  9. and the tests are from now on included within each regular test run.
  10. Building the API Docs
  11. ---------------------
  12. You can build the API docs using
  13. epydoc -v --config=setup.cfg
  14. Contributing Patches
  15. --------------------
  16. Make sure the tests pass before sending in patch. You can either send it to the
  17. mailing list or add it to a bug report against git-buildpackage on
  18. http://bugs.debian.org/src:git-buildpackage