tardis.apps.oaipmh.tests.provider package¶
Submodules¶
tardis.apps.oaipmh.tests.provider.test_base module¶
-
class
tardis.apps.oaipmh.tests.provider.test_base.
BaseProviderTestCase
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
tearDown
()¶
-
testGetRecord
()¶ Default behaviour should be to not handle the identifier.
-
testIdentify
()¶ There can be only one provider that responds. By default, don’t.
-
testListIdentifiers
()¶ By default a provider cannot handle the given metadata prefix.
-
testListMetadataFormats
()¶ By default a provider handles no metadata formats.
-
testListRecords
()¶ By default a provider cannot handle the given metadata prefix.
-
testListSets
()¶ By default a provider does not implement sets.
-