bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1 2 3 4 5 6 7 8 9 10 |
Coding style ------------ Dulwich tries to follow PEP-8 where possible. docstrings should use restructuredText. Testing ------- The aim is to have unit tests for all functionality: If you add functionality please provide matching tests. If you fix a bug, it would be nice if you could add a test that reproduces the bug (so that we can prevent regressions). |