-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: adding neuron detection tests #902
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TY!
rs/cli/src/unit_tests/ctx_init.rs
Outdated
@@ -1,4 +1,4 @@ | |||
use std::{path::PathBuf, str::FromStr}; | |||
use std::{path::PathBuf, process::Command, str::FromStr}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we plan to use this code for non-unit tests as well?
If so, it would make sense to rename the directory from unit_tests
to just plain tests
since it's shorter and does not carry less information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. For the moment these are not even "unit tests", most are, but some do integrate with real services (Like governance canister). So what is your suggestion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about renaming to tests
then?
Will mark as draft, still can't fully replicate hsm with softhsm |
This PR is intended to start adding tests for our neuron detection code with hsm.
What is done:
Signer
requirementNeuron
requirement