data.test.interface package

Submodules

data.test.interface.test_interface module

class data.test.interface.test_interface.TestInterface(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests related to the Interface class

setUp()
test_add_parameter()

Tests calling Interface.add_parameter()

test_add_parameter_from_output_interface()

Tests calling Interface.add_parameter_from_output_interface()

test_validate()

Tests calling Interface.validate()

test_validate_connection()

Tests calling Interface.validate_connection()

data.test.interface.test_parameter module

class data.test.interface.test_parameter.TestFileParameter(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests related to the FileParameter class

setUp()
test_validate_connection()

Tests calling FileParameter.validate_connection()

class data.test.interface.test_parameter.TestJsonParameter(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests related to the JsonParameter class

setUp()
test_validate()

Tests calling JsonParameter.validate()

test_validate_connection()

Tests calling JsonParameter.validate_connection()

Module contents