Skip to content

Commit 549d8fc

Browse files
committed
Final update of change files
1 parent c15d9f9 commit 549d8fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
===============================================================
22
Tag name: ctsm5.4.021
33
Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326)
4-
Date: Fri Feb 20 12:46:50 PM MST 2026
4+
Date: Fri Feb 20 08:19:42 PM MST 2026
55
One-line Summary: Bring b4b-dev to master
66

77
Purpose and description of changes
@@ -11,8 +11,12 @@ Some fixes to use the ifx compiler. Added handling of gzipped files in the short
1111
needed for DART. Use a CMake funciton for the PfUnit build. Make sure mksurfdata_esmf PIO library is
1212
used as shared in the build. Fix to a typo in the Technical Note.
1313

14-
Use pytest instead of unittest in our python unit test framework.
14+
Use pytest instead of unittest in our python unit test framework, which allows many modern features.
15+
One test file, test_unit_longitude.py, has been modified to use pytest's "parametrize" functionality as an example. Most of the changed lines in that file are just whitespace differences.
1516

17+
Existing run_ctsm_py_tests arguments have been ported to replicate the same functionality in pytest. Unknown arguments will be passed to pytest directly.
18+
19+
Also: Made it so that the tests can be called from anywhere in the checkout, instead of only python/.
1620

1721
Significant changes to scientifically-supported configurations
1822
--------------------------------------------------------------

0 commit comments

Comments
 (0)