materials.database_test module

Test to make sure materials in the database load properly.

class materials.database_test.TestAISI304(methodName='runTest')[source]

Bases: unittest.case.TestCase

Unit tests for AISI 304.

test_load()[source]

Make sure the material loads from the YAML file w/o throwing errors.

class materials.database_test.TestAl6061(methodName='runTest')[source]

Bases: unittest.case.TestCase

Unit tests for Al 6061.

test_load()[source]

Make sure the material loads from the YAML file w/o throwing errors.