tardis.apps.related_info.tests package¶
Submodules¶
tardis.apps.related_info.tests.test_oaipmh module¶
tardis.apps.related_info.tests.tests module¶
- class tardis.apps.related_info.tests.tests.CreateTestCase(methodName='runTest')¶
Bases:
django.test.testcases.TransactionTestCase- setUp()¶
Hook method for setting up the test fixture before exercising it.
- testCanCreate()¶
- testDetectsBadInput()¶
- testMustHaveWrite(mock_webpack_get_bundle)¶
- class tardis.apps.related_info.tests.tests.DeleteTestCase(methodName='runTest')¶
Bases:
django.test.testcases.TransactionTestCase- setUp()¶
Hook method for setting up the test fixture before exercising it.
- testCanDelete()¶
- testMustHaveWrite(mock_webpack_get_bundle)¶
- class tardis.apps.related_info.tests.tests.GetTestCase(methodName='runTest')¶
Bases:
django.test.testcases.TransactionTestCase- setUp()¶
Hook method for setting up the test fixture before exercising it.
- testHandlesFound()¶
- testHandlesNotFound(mock_webpack_get_bundle)¶
- class tardis.apps.related_info.tests.tests.ListTestCase(methodName='runTest')¶
Bases:
django.test.testcases.TransactionTestCase- setUp()¶
Hook method for setting up the test fixture before exercising it.
- testHandlesEmptySet()¶
- testHandlesMultipleEntries()¶
- testHandlesSingleEntry()¶