Enhance direct unit tests for basic and private read functions #133
Labels
priority: low
alternative solution already working and/or relevant to only specific user(s)
topic: testing
issues related to testing
This is a follow-up to #85
src/Utils.cpp , mergePaths()
function (See Add unit tests for Utils.hpp #137 )HDF5IO
internal functions. These may not require separate dedicated tested, but may be covered via the tests of the public core interfaces functions. However, we should check that they are indeed covered. NOTE: I checked with Cline and added another test in Add unit tests for BaseIO::findTypes #139HDF5IO:: readDataHelper
(note, there are two variants of this function)HDF5IO::readStringDataHelper
(note there are two variants of this function)HDF5IO::getAttribute
BaseIO::findTypes
(possibly as part of the HDF5IO tests) (See Add unit tests for BaseIO::findTypes #139)RegisteredType
. This should be largely covered by the other tests, but we should check. (See Add unit tests for BaseIO::findTypes #139)ReadIO
. This should be largely covered by the other tests, but we should check.The text was updated successfully, but these errors were encountered: