daily_med.tests.test_spl_document module

class daily_med.tests.test_spl_document.TestSPLDocument(methodName='runTest')[source]

Bases: unittest.case.TestCase

TEST_DIR = '/home/travis/build/LasLabs/python-daily-med/daily_med/tests'
TEST_FILES = ['spl_doc_1.xml', 'spl_doc_1.xml']
test_get_all_values()[source]

It should return a list of the node values.

test_parse()[source]

It should parse the sample files without errors.

test_parse_string()[source]

It should parse the sample files as string without errors.