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 debug switch #433

Closed gold2718 closed 7 months ago

gold2718 commented 2 years ago

Description

In order to facilitate and verify capgen's implementation of the --debug command-line switch, 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 --debug command-line switch is used.

Related to #325

climbfuji commented 7 months ago

Closed via https://github.com/NCAR/ccpp-framework/pull/512