unit Package¶
line_parsing Module¶
test_assign_type Module¶
-
class
pyNastran.bdf.test.unit.test_assign_type.ExtendedTestCase(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseCreate 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.
Methods
-
class
pyNastran.bdf.test.unit.test_assign_type.Test(methodName='runTest')[source]¶ Bases:
pyNastran.bdf.test.unit.test_assign_type.ExtendedTestCaseCreate 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.
Methods
test_mass Module¶
test_read_write Module¶
test_read_write Module¶
-
class
pyNastran.bdf.test.unit.test_read_write.TestReadWrite(methodName='runTest')[source] Bases:
unittest.case.TestCaseCreate 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.
Methods
-
test_enddata_1()[source] There is an ENDDATA is in the baseline BDF, so None -> ENDDATA
-
test_enddata_2()[source] There is no ENDDATA is in the baseline BDF, so None -> no ENDDATA
-
test_include_end()[source] this test fails incorrectly
-
test_punch_1()[source] Tests punch file reading
-
test_read_bad_01()[source]
-
test_read_include_dir_1()[source] Tests various read methods using various include files
-
test_write_1()[source] Tests 1 read method and various write methods
-