module documentation

Compatibility tests between Dulwich and the cgit HTTP server.

warning: these tests should be fairly stable, but when writing/debugging new
tests, deadlocks may freeze the test process such that it cannot be Ctrl-C'ed. On POSIX systems, you can kill the tests with Ctrl-Z, "kill %".
Class DumbWebTestCase Test cases for dumb HTTP server.
Class SmartWebSideBand64kNoDoneTestCase Test cases for smart HTTP server with side-band-64k and no-done support.
Class SmartWebSideBand64kTestCase Test cases for smart HTTP server with side-band-64k support.
Class SmartWebTestCase Test cases for smart HTTP server.
Class WebTests Base tests for web server tests.
Function patch_capabilities Undocumented
def patch_capabilities(handler, caps_removed):

Undocumented