NCAR / ccpp-framework

Common Community Physics Package (CCPP)
http://www.dtcenter.org/community-code/common-community-physics-package-ccpp/
Other
26 stars 64 forks source link

Create unit tests for use of active metadata keyword #432

Closed gold2718 closed 7 months ago

gold2718 commented 2 years ago

Description

In order to facilitate and verify capgen's implementation of the active metadata keyword, unit tests should be created that require this feature and can verify correct code generation.

Solution

Using the python unittest module, create unit tests that require and verify correct code generation when the active metadata keyword is used.

Related to #328