You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want Noir to have great end-to-end testing, including (but not limited to) unit tests, proving/verifying, integration tests. We also want to have common editor workflows in VSCode that people expect to support these features.
We already have some of these in the form of the #[test] attribute, the > Run Test code lens, and Prover.toml but we plan to tighten up the experience with additional initiatives.
The content you are editing has changed. Please copy your edits and refresh the page.
Noir Testing
Goals
We want Noir to have great end-to-end testing, including (but not limited to) unit tests, proving/verifying, integration tests. We also want to have common editor workflows in VSCode that people expect to support these features.
We already have some of these in the form of the
#[test]
attribute, the> Run Test
code lens, andProver.toml
but we plan to tighten up the experience with additional initiatives.Tasks
nargo test
#2438The text was updated successfully, but these errors were encountered: