Class e.p.d.t.t.TestDaapParsing(TestCase):

Part of elisa.plugins.daap.tests.test_daap_parser View In Hierarchy

No class docstring
Line # Kind Name Docs
36 Method setUp Undocumented
41 Method test_full_chunk_parse test parsing of the full chunk (with server info example data)
60 Method test_simple_parse test simple parse (with server info example data)
75 Method test_server_info_to_model the server info is one of the first requests, it has to work
99 Method test_content_codes test parsing of example content codes
183 Method test_login_data try to parse the login data
200 Method test_fail_on_to_less_data too less data raises the expected exception
207 Method test_in_chunk_parsing test parsing of data in chunks into a model
235 Method test_with_container_parsing_in_chunks try to parse data with containers into models and doing this in chunks (
def setUp(self):
Undocumented
def test_full_chunk_parse(self):
test parsing of the full chunk (with server info example data)
def test_simple_parse(self):
test simple parse (with server info example data)
def test_server_info_to_model(self):
the server info is one of the first requests, it has to work
def test_content_codes(self):
test parsing of example content codes
def test_login_data(self):
try to parse the login data
def test_fail_on_to_less_data(self):
too less data raises the expected exception
def test_in_chunk_parsing(self):
test parsing of data in chunks into a model
def test_with_container_parsing_in_chunks(self):
try to parse data with containers into models and doing this in chunks ( the hardest part)
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.