src.tests.test_core module

class src.tests.test_core.TestVariableTranslator(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

failureException

alias of builtins.AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_core.TestVariableTranslatorFiles(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

failureException

alias of builtins.AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_core.TestPathManager(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

failureException

alias of builtins.AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_core.TestPathManagerPodCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

case_dict = {'CASENAME': 'A', 'FIRSTYR': 1900, 'LASTYR': 2100, 'model': 'B', 'pod_list': ['AA']}
tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

failureException

alias of builtins.AssertionError

longMessage = True
maxDiff = 640