rusk: add integration tests against HTTP node API #2964
Labels
module:rusk
Issues related to rusk module
type:enhancement
Issues concerning code or feature improvement (performance, refactoring, etc)
Summary
Add integration tests for the HTTP node with good/full coverage of our endpoint specifications to ensure that no change that changes API specs goes unnoticed.
Possible solution design or implementation
If we use axum we can investigate the following:
https://github.com/JosephLenton/axum-test
https://github.com/tokio-rs/axum/blob/main/examples/testing/src/main.rs
https://github.com/tokio-rs/axum/blob/main/examples/testing-websockets/src/main.rs
The text was updated successfully, but these errors were encountered: