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

Unit Testing #4

Closed
liamcurry opened this issue Oct 27, 2018 · 0 comments
Closed

Unit Testing #4

liamcurry opened this issue Oct 27, 2018 · 0 comments
Milestone

Comments

@liamcurry
Copy link
Collaborator

A proper test suite is crucial for developers to build secure and correct smart contracts.

EOS already supports unit tests for smart contracts (see eosio.contracts for an example), so to support this in Rust we will likely need to:

  1. Generate more FFI bindings for EOS libraries.
  2. Create a new eosio_test crate that will be a test harness, similar to how wasm-bindgen uses wasm-bindgen-test to support testing in headless browsers.
@liamcurry liamcurry added this to the 1.0 milestone Oct 27, 2018
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