NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

complete testing of ufbrw.f #362

Closed edwardhartnett closed 7 months ago

jack-woollen commented 1 year ago

@edwardhartnett I made a branch called jsw_ufbrw_test as a place to start. I put the code in the utils directory because that's the simplest way to include in the cmake process. It probably belongs somewhere else but i'd like some guidance on that. There's a script in test_scripts to run the test. It checks many of the possible operations in the ufbrw subroutine, both input and output.

edwardhartnett commented 1 year ago

Awesome! Can we remove the script and just have the test program do everything?

jack-woollen commented 1 year ago

Done. Might now be ready for prime time.

edwardhartnett commented 8 months ago

We have some decent testing for this subroutine (65% coverage) but there are some large untested error conditions. Can we reach these in a test? @jack-woollen what do you think?

jack-woollen commented 8 months ago

I think so. I'll work on it.