daily_med.tests.test_daily_med module

class daily_med.tests.test_daily_med.TestDailyMed(methodName='runTest')[source]

Bases: unittest.case.TestCase

get_sample_xml()[source]
setUp()[source]
test_call(*args, **keywargs)[source]

It should create a RequestPaginator w/ the proper args.

test_call_return(*args, **keywargs)[source]

It should return the paginator.

test_get_spl_request(*args, **keywargs)[source]

It should request the proper URI.

test_get_spl_return(*args, **keywargs)[source]

It should return an SPLDocument

test_get_spls()[source]

It should make the proper call and return it.