-
Notifications
You must be signed in to change notification settings - Fork 224
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
RPC endpoints: compatibility tests are not running #41
Comments
@liamsi the RPC integration tests that require a live https://github.com/interchainio/tendermint-rs/blob/master/tests/integration.rs tl;dr:
|
Yes, noticed that too. But also the non-ignored fixture-based integration tests do not run; e.g. https://github.com/interchainio/tendermint-rs/blob/06eab13d173e51c20464104e8c6cbe6b4cffe2f9/tests/rpc.rs#L161-L166 Or is this also on purpose? I'm probably lacking some context here. Thanks for the quick reply! |
Aah, yes you're right, |
OK, thanks! Will include that in the PR and will push in a sec. We could instead also make |
Resolved via #42 |
I was looking into the RPC endpoints and noticed that the integration tests are not running anymore.
I think that is because the
tests
directory got moved out of the module and is now a separate directory. Moving them back into a module (e.g. thetendermint
directory fixes this). Alternatively,tests
could be a separate crate referred to by the root Cargo.toml.(related #38 #4)
The text was updated successfully, but these errors were encountered: