class documentation

class DumbHandlersTestCase(WebTestCase):

View In Hierarchy

Undocumented

Method test_get_idx_file Undocumented
Method test_get_info_packs Undocumented
Method test_get_info_refs Undocumented
Method test_get_info_refs_not_found Undocumented
Method test_get_loose_object Undocumented
Method test_get_loose_object_error Undocumented
Method test_get_loose_object_missing Undocumented
Method test_get_pack_file Undocumented
Method test_get_text_file Undocumented
Method test_send_file Undocumented
Method test_send_file_buffered Undocumented
Method test_send_file_error Undocumented
Method test_send_file_not_found Undocumented

Inherited from WebTestCase:

Method assertContentTypeEquals Undocumented
Method setUp Undocumented
Method _handlers Undocumented
Method _start_response Undocumented
Instance Variable _environ Undocumented
Instance Variable _headers Undocumented
Instance Variable _output Undocumented
Instance Variable _req Undocumented
Instance Variable _status Undocumented

Inherited from TestCase (via WebTestCase):

Method overrideEnv Undocumented
def test_get_idx_file(self):

Undocumented

def test_get_info_packs(self):

Undocumented

def test_get_info_refs(self):

Undocumented

def test_get_info_refs_not_found(self):

Undocumented

def test_get_loose_object(self):

Undocumented

def test_get_loose_object_error(self):

Undocumented

def test_get_loose_object_missing(self):

Undocumented

def test_get_pack_file(self):

Undocumented

def test_get_text_file(self):

Undocumented

def test_send_file(self):

Undocumented

def test_send_file_buffered(self):

Undocumented

def test_send_file_error(self):

Undocumented

def test_send_file_not_found(self):

Undocumented