oasis-test 0.4.1

A testing framework for Oasis executables.
1
2
3
4
5
6
7
8
9
# oasis-test

[![Latest Version](https://img.shields.io/crates/v/oasis-test.svg)](https://crates.io/crates/oasis-test)
[![docs](https://docs.rs/oasis-test/badge.svg)](https://docs.rs/oasis-test)

A framework for unit testing Oasis executables and integration testing Oasis workflows.
For the most part, all you need to know about this crate is that it provides the [`create_account`](https://docs.rs/oasis-test/latest/oasis-test/fn.create_account.html) function.

This crate is due to be replaced with `memchain`.