conftest

Module which provides pytest fixtures for use by files in this directory

Module Contents

Functions

f2008_create()

Create a fortran 2008 parser class hierarchy

f2008_parser()

Create a Fortran 2008 parser class hierarchy and return the parser

conftest.f2008_create()[source]

Create a fortran 2008 parser class hierarchy

conftest.f2008_parser()[source]

Create a Fortran 2008 parser class hierarchy and return the parser for usage in tests.

Returns:

a Program class (not object) for use with the Fortran reader.

Return type:

fparser.two.Fortran2003.Program