3
Dulwich tries to follow PEP-8 where possible. docstrings should use
8
The aim is to have unit tests for all functionality: If you add functionality
9
please provide matching tests. If you fix a bug, it would be nice if you could
10
add a test that reproduces the bug (so that we can prevent regressions).