Skip to content

8. Unit Tests

GeorgeGayno-NOAA edited this page Oct 21, 2021 · 3 revisions

All new code submitted to UFS_UTILS must be accompanied by unit tests.

All code changes submitted to UFS_UTILS must also be accompanied by unit tests.

Test coverage is measured during continuous integration. All UFS_UTILS code must be fully unit tested.

For details on writing unit tests, see this README