unit Package

line_parsing Module

pyNastran.bdf.test.unit.line_parsing._parseEntry(lines)[source]
pyNastran.bdf.test.unit.line_parsing.parseSetSline(listA)[source]
pyNastran.bdf.test.unit.line_parsing.parseSetType(i, line, lines, key, value)[source]

test_assign_type Module

Inheritance diagram of pyNastran.bdf.test.unit.test_assign_type

class pyNastran.bdf.test.unit.test_assign_type.ExtendedTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

assertRaisesWithMessage(msg, func, *args, **kwargs)[source]
class pyNastran.bdf.test.unit.test_assign_type.Test(methodName='runTest')[source]

Bases: pyNastran.bdf.test.unit.test_assign_type.ExtendedTestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

check_double(method)[source]
check_integer(method)[source]
run_function(f, card, exact)[source]
run_function_default(f, card, exact, default)[source]
test_bad()[source]
test_blank()[source]

value = integer(card, n, fieldname)

test_components()[source]
test_components_or_blank_01()[source]
test_components_or_blank_02()[source]
test_double()[source]

value = double(card, n, fieldname)

test_double_or_blank()[source]

value = double_or_blank(card, n, fieldname, default=None)

test_double_or_string()[source]
test_double_string_or_blank()[source]
test_integer()[source]

value = integer(card, n, fieldname)

test_integer_double_or_blank()[source]

value = double_or_blank(card, n, fieldname, default=None)

test_integer_double_or_string()[source]
test_integer_or_blank()[source]

value = integer_or_blank(card, n, fieldname)

test_integer_or_double()[source]
test_integer_or_string()[source]
test_integer_string_or_blank()[source]
test_string()[source]

value = string(card, n, fieldname)

test_mass Module

test_read_write Module

test_read_write Module