curve_data.test_create_vuln_xml

Test the create vulnerability module.

Module Contents

Classes

TestCreateVulnXML

Test the Raster module

Functions

determine_this_file_path(this_file=__file__)

Workout a path string that describes the directory this file is in.

Attributes

Suite

curve_data.test_create_vuln_xml.determine_this_file_path(this_file=__file__)

Workout a path string that describes the directory this file is in.

class curve_data.test_create_vuln_xml.TestCreateVulnXML(methodName='runTest')

Bases: unittest.TestCase

Test the Raster module

test1_csv_curve2nrml(self)
test1_read_excel_curve_data(self)
test1_excel_curve2nrml(self)
curve_data.test_create_vuln_xml.Suite