tardis.tardis_portal.tests.management package
Submodules
tardis.tardis_portal.tests.management.test_collectstatic module
tardis.tardis_portal.tests.management.test_createuser module
- class tardis.tardis_portal.tests.management.test_createuser.CreateUserTestCase(methodName='runTest')
Bases:
TestCase- testInteractive()
Just test that we can run ./manage.py createuser without any runtime exceptions by mocking the raw_input username and email entry
- testNoInput()
Just test that we can run ./manage.py createuser –username testuser1 –email testuser1@example.com –noinput without any runtime exceptions
tardis.tardis_portal.tests.management.test_dumpschemas module
- class tardis.tardis_portal.tests.management.test_dumpschemas.DumpSchemasTestCase(methodName='runTest')
Bases:
TestCase- setUp()
Hook method for setting up the test fixture before exercising it.
- tearDown()
Hook method for deconstructing the test fixture after testing it.
- testDumpSchemas()
Just test that we can run ./manage.py dumpschemas without any runtime exceptions
tardis.tardis_portal.tests.management.test_loadschemas module
tardis.tardis_portal.tests.management.test_rmexperiment module
Module contents
This package contains tests relating to management commands, i.e. command-line tools invoked with manage.py