tests.models.output.types package¶
Submodules¶
tests.models.output.types.test_file_output module¶
-
class
tests.models.output.types.test_file_output.FileOutputTestCase(methodName='runTest')¶ Bases:
django.test.testcases.TestCaseTests for the
FileOutputmodel.-
setUp()¶ Adds the created instances to the tests’ contexts. For more information see unittest’s
setUp()method.
-
test_get_type()¶
-
test_key()¶
-
test_string()¶
-
tests.models.output.types.test_float_output module¶
-
class
tests.models.output.types.test_float_output.FloatOutputTestCase(methodName='runTest')¶ Bases:
django.test.testcases.TestCaseTests for the
FloatOutputmodel.-
setUp()¶ Adds the created instances to the tests’ contexts. For more information see unittest’s
setUp()method.
-
test_get_type()¶
-
test_key()¶
-
test_string()¶
-