BF implement full Unit and Integration testing - #50
Merged
JessicaMeixner-NOAA merged 8 commits intoJul 22, 2026
Merged
Conversation
Co-authored-by: HendrikTolman-NOAA <237313876+HendrikTolman-NOAA@users.noreply.github.com>
…std_out to 100% routine coverage Co-authored-by: HendrikTolman-NOAA <237313876+HendrikTolman-NOAA@users.noreply.github.com>
…w4_std_out, and update headers to July 9, 2026 Co-authored-by: HendrikTolman-NOAA <237313876+HendrikTolman-NOAA@users.noreply.github.com>
…88809-49680cb9 Add Level 1 unit tests for ww4_input_utils with 100% routine coverage
Achieved 100% routine coverage across memory_utils, time_management, ww4_run_config, w4core_init, w4core_wave, and w4core_finalize. Added direct Level 1 unit tests and integrated them into CMake Lists and CTest. Co-authored-by: HendrikTolman-NOAA <237313876+HendrikTolman-NOAA@users.noreply.github.com>
…-boost-261329483408775736 Boost Unit Test Coverage for WW4 Core and Utility Modules
Introduces the L1_test_ww4_standalone.cpp suite under tests/ww4_core/ to exercise the main routine of the ww4_standalone program. The tests verify both error and success paths (with config files) of ww4_standalone. This completes 100% routine coverage for WW4 as validated by ww4_test_check.py. Co-authored-by: HendrikTolman-NOAA <237313876+HendrikTolman-NOAA@users.noreply.github.com>
…84203-33433514 Add L1 test coverage for ww4_standalone main
JessicaMeixner-NOAA
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The rather large PR #19 resulted in quite a few code changes before the PR was merged (as well as new issues). When I made these code changes, I did not check if all code had associated unit testing. This PR adds unit testing to satisfy the goal of 100% unit testing in WW4.
Issue(s) addressed
Commit Message
Bring Unit (L1) and Integration (L2) up to 100% coverage of the code.
Check list
Testing