MyTardis
latest
  • User Guide
  • Configuration and Administration
  • Development
    • Architecture
    • Authentication Methods
    • Authorisation Framework
    • RESTful API for MyTardis
    • Tests
    • Source Code Documentation
      • tardis package
        • Subpackages
        • Submodules
        • tardis.app_config module
        • tardis.celery module
        • tardis.schema module
        • tardis.test_on_mysql_settings module
        • tardis.test_on_postgresql_settings module
        • tardis.test_settings module
        • tardis.views module
        • Module contents
  • Documentation for included Apps
  • Releases
MyTardis
  • »
  • Development »
  • tardis »
  • tardis package »
  • tardis.apps package »
  • tardis.apps.related_info package »
  • tardis.apps.related_info.tests package
  • Edit on GitHub

tardis.apps.related_info.tests package¶

Submodules¶

tardis.apps.related_info.tests.test_oaipmh module¶

class tardis.apps.related_info.tests.test_oaipmh.RifCSTestCase(methodName='runTest')¶

Bases: django.test.testcases.TransactionTestCase

setUp()¶

Hook method for setting up the test fixture before exercising it.

testExistsInOaipmh()¶

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()¶
class tardis.apps.related_info.tests.tests.TabTestCase(methodName='runTest')¶

Bases: django.test.testcases.TestCase

setUp()¶

Hook method for setting up the test fixture before exercising it.

testAccessWithReadPerms(mock_webpack_get_bundle)¶
testAccessWithoutReadPerms(mock_webpack_get_bundle)¶
class tardis.apps.related_info.tests.tests.UpdateTestCase(methodName='runTest')¶

Bases: django.test.testcases.TransactionTestCase

setUp()¶

Hook method for setting up the test fixture before exercising it.

testDetectsBadInput()¶
testMustHaveWrite(mock_webpack_get_bundle)¶

Module contents¶

Next Previous

© Copyright 2021, MyTardis Development Team. Revision 7e856b96.

Built with Sphinx using a theme provided by Read the Docs.