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 tried cucumber-cpp but it's really hard to use, so I think it's not a good idea anymore. Do you have interest to implement BDD-alike test in gtest or other testing framework for C?
I tried cucumber-cpp but it's really hard to use, so I think it's not a good idea anymore. Do you have interest to implement BDD-alike test in gtest or other testing framework for C?
The BDD test for bindings currently in OpenDAL uses following features
Currently the C-binding for OpenDAL supports
write
andread
, to support BDD test, we needSince cucumber-cpp is hard to use, we should check the BDD tests' content and implement framework-based test (e.g. GTest).
The text was updated successfully, but these errors were encountered: