An open API service indexing awesome lists of open source software.

https://github.com/openzeppelin/stylus-test-helpers

Easy to use test helpers for Arbitrum Stylus written in Rust
https://github.com/openzeppelin/stylus-test-helpers

Last synced: about 2 months ago
JSON representation

Easy to use test helpers for Arbitrum Stylus written in Rust

Awesome Lists containing this project

README

          

# Stylus Test Helpers

Testing in Stylus is limited today. While
developing [OpenZeppelin Contracts for Stylus][contracts repo] we created a few
helpers to test our contracts, and we've decided to open source them and publish them as a separate crate for the
community, at least until a more comprehensive testing framework is available.

This crate is a work in progress, and we'll be adding more features and improving the ergonomics as we go. We encourage
projects that find this useful to contribute by opening issues and pull requests.

[contracts repo]: https://github.com/OpenZeppelin/rust-contracts-stylus

## Motsu (持つ) - Unit Testing for Stylus

This crate enables unit-testing for Stylus contracts. It abstracts away the
machinery necessary for writing tests behind a `#[motsu::test]` procedural
macro.

`motsu` means "[to hold]" in Japanese -- we hold a stylus in our hand.

[to-hold]: https://jisho.org/word/%E6%8C%81%E3%81%A4

### Usage

Add motsu to your project's dependencies:

```toml
[dev-dependencies]
motsu = "=0.10.0"

[dependencies]
stylus-sdk = "=0.9.0"
```

## Contribute

If you're interested in contributing, please check our [contribution guidelines].

[contribution guidelines]: ./CONTRIBUTING.md

## Security

Refer to our [Security Policy](./SECURITY.md) for more details.