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

Rust canister unit testing support #8

Open
sasa-tomic opened this issue Aug 21, 2020 · 0 comments
Open

Rust canister unit testing support #8

sasa-tomic opened this issue Aug 21, 2020 · 0 comments

Comments

@sasa-tomic
Copy link
Member

Testing is an essential part of application writing, and Rust has a relatively mature testing framework.

I can envision that most if not all canister application writers will want to have their applications fully tested before deploying them to the IC.

We should provide an extensive set of testing examples, such as:

  • unit testing of a single canister, before deploying to the IC
  • unit testing of multiple canisters, before deploying to the IC
  • integration and system testing, before and after deploying to the IC
  • stress and end-to-end testing in dev and test environments on the IC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant