You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to do some work on vertical scaling of saturation functions, especially the features that are introduced by the ECLIPSE keywords KRWR, KRGR, KRORW, and KRORG. As part of this work I'd like to expand the set of unit tests in opm-material to ensure I don't make too many mistakes. The current set of unit tests don't use a testing framework however and instead rely on manually implementing function main().
Is there a hard limit on using testing frameworks in opm-material or may I write my new unit tests in terms of the Boost.Test library?
The text was updated successfully, but these errors were encountered:
I'm about to do some work on vertical scaling of saturation functions, especially the features that are introduced by the ECLIPSE keywords
KRWR
,KRGR
,KRORW
, andKRORG
. As part of this work I'd like to expand the set of unit tests in opm-material to ensure I don't make too many mistakes. The current set of unit tests don't use a testing framework however and instead rely on manually implementing functionmain()
.Is there a hard limit on using testing frameworks in opm-material or may I write my new unit tests in terms of the Boost.Test library?
The text was updated successfully, but these errors were encountered: