test Package

all_tests Module

bdf_test Module

bdf_unit_tests Module

compare_card_content Module

pyNastran.bdf.test.compare_card_content.assert_fields(card1, card2)[source]
pyNastran.bdf.test.compare_card_content.compare_aero_content(fem1, fem2)[source]
pyNastran.bdf.test.compare_card_content.compare_card_content(fem1, fem2)[source]
pyNastran.bdf.test.compare_card_content.compare_matrices(fem1, fem2)[source]
pyNastran.bdf.test.compare_card_content.compare_optimization_content(fem1, fem2)[source]
pyNastran.bdf.test.compare_card_content.compare_thermal_content(fem1, fem2)[source]

get_uniq_fields Module

run_nastran_double_precision Module

test_bdf Module

test_case_control_deck Module

test_field_writer Module

Inheritance diagram of pyNastran.bdf.test.test_field_writer

class pyNastran.bdf.test.test_field_writer.Testfield_writer_8(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.

test_2()[source]
test_card_double()[source]
test_field_defaults()[source]
test_field_vals_8()[source]
test_float_16()[source]
test_float_8()[source]
test_floats_negative_8()[source]
test_floats_positive_8()[source]
test_ints_16()[source]
test_ints_8()[source]
test_print_card_8()[source]
test_same()[source]
test_scientific_16()[source]
test_strings_16()[source]
test_strings_8()[source]
pyNastran.bdf.test.test_field_writer.compare(valueIn)[source]