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.
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.