provdbconnector.tests.utils package

Submodules

provdbconnector.tests.utils.test_converter module

class provdbconnector.tests.utils.test_converter.ConverterTests(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test the convert class

setUp()[source]

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

tearDown()[source]

Close all files

test_form_string()[source]

Test the convert from string

test_to_json()[source]

Test the convert to json

test_from_json()[source]

Test the convert from json

test_to_provn()[source]

Test the convert to prov-n

test_from_provn()[source]

Test the convert from prov-n

test_to_xml()[source]

Test the convert to xml

test_from_xml()[source]

Test the convert from xml

provdbconnector.tests.utils.test_validator module

class provdbconnector.tests.utils.test_validator.ValidatorTests(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test the validator class

setUp()[source]

Setup validator

tearDown()[source]

Delete validator

Module contents