tardis.tardis_portal.tests.filters package

Submodules

tardis.tardis_portal.tests.filters.test_jeolsem module

class tardis.tardis_portal.tests.filters.test_jeolsem.JEOLSEMFilterTestCase(methodName='runTest')

Bases: django.test.testcases.TransactionTestCase

setUp()

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

testJEOLComplex()
testJEOLSimple()

tardis.tardis_portal.tests.filters.test_middleware module

class tardis.tardis_portal.tests.filters.test_middleware.Filter1
classmethod getTuples()
tuples = []
class tardis.tardis_portal.tests.filters.test_middleware.Filter2
classmethod getTuples()
tuples = []
class tardis.tardis_portal.tests.filters.test_middleware.FilterInitTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()

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

testFiltering()
class tardis.tardis_portal.tests.filters.test_middleware.RunFiltersTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()

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

tearDown()

Hook method for deconstructing the test fixture after testing it.

testAll()

Just test that we can run ./manage.py runfilters –all without any runtime exceptions

testDryRun()

Just test that we can run ./manage.py runfilters –dryRun without any runtime exceptions

testList()

Just test that we can run ./manage.py runfilters –list without any runtime exceptions

Module contents