test Package

all_tests Module

f06_test Module

pyNastran.f06.test.f06_test.main()[source]
pyNastran.f06.test.f06_test.parse_skipped_cards(fname)[source]

f06_unit_tests Module

test_f06 Module

pyNastran.f06.test.test_f06.main()[source]
pyNastran.f06.test.test_f06.run_f06(f06_filename, iSubcases=, []write_f06=True, is_vector=False, debug=False, stopOnFailure=True)[source]
pyNastran.f06.test.test_f06.run_lots_of_files(files, debug=True, saveCases=True, skipFiles=, []stopOnFailure=False, nStart=0, nStop=1000000000)[source]

test_f06_formatting Module

Inheritance diagram of pyNastran.f06.test.test_f06_formatting

class pyNastran.f06.test.test_f06_formatting.TestFormatting(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.

check_float_8p4f(val, expected)[source]
test_write_floats_8p4F()[source]