stfc / fparser

This project maintains and develops a Fortran parser called fparser2 written purely in Python which supports Fortran 2003 and some Fortran 2008. A legacy parser fparser1 is also available but is not supported. The parsers were originally part of the f2py project by Pearu Peterson.
https://fparser.readthedocs.io
Other
64 stars 29 forks source link

Move module and subroutine tests to new, separate test files. #306

Open arporter opened 2 years ago

arporter commented 2 years ago

A new test file has been created for Modules in #293. However, the majority of the tests are still in test_fortran2003.py and need to be moved.

arporter commented 2 years ago

This is also true for subroutine and function tests.