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
Currently, we only test the bindings by creating a new instance of the main class Node, and we don't test the Rust library at all. We would need a way to setup a testing environment, with Docker containers of each supported backend, in order to do complete tests for each of them. We can get inspiration from Polar.
The text was updated successfully, but these errors were encountered:
Currently, we only test the bindings by creating a new instance of the main class
Node
, and we don't test the Rust library at all. We would need a way to setup a testing environment, with Docker containers of each supported backend, in order to do complete tests for each of them. We can get inspiration from Polar.The text was updated successfully, but these errors were encountered: