Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rusk: add integration tests against HTTP node API #2964

Open
Tracked by #2965
Neotamandua opened this issue Nov 13, 2024 · 0 comments
Open
Tracked by #2965

rusk: add integration tests against HTTP node API #2964

Neotamandua opened this issue Nov 13, 2024 · 0 comments
Labels
module:rusk Issues related to rusk module type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)

Comments

@Neotamandua
Copy link
Member

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

@Neotamandua Neotamandua mentioned this issue Nov 13, 2024
6 tasks
@HDauven HDauven added type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc) module:rusk Issues related to rusk module labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:rusk Issues related to rusk module type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)
Projects
None yet
Development

No branches or pull requests

2 participants