Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ackee-blockchain/tests-solady
Tests for Solady
https://github.com/ackee-blockchain/tests-solady
solady testing
Last synced: about 2 months ago
JSON representation
Tests for Solady
- Host: GitHub
- URL: https://github.com/ackee-blockchain/tests-solady
- Owner: Ackee-Blockchain
- Created: 2023-08-02T18:57:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T16:38:46.000Z (about 1 year ago)
- Last Synced: 2024-11-07T23:42:40.881Z (3 months ago)
- Topics: solady, testing
- Language: Python
- Homepage: https://getwake.io
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tests for Solady
This repository serves as an example of tests written in a development and testing framework called [Wake](https://github.com/Ackee-Blockchain/wake).![horizontal splitter](https://github.com/Ackee-Blockchain/wake-detect-action/assets/56036748/ec488c85-2f7f-4433-ae58-3d50698a47de)
## Setup
1. Clone this repository
2. `git submodule update --init --recursive` if not cloned with `--recursive`
3. `cd source && forge install && cd ..` to install dependencies
4. `wake init pytypes` to generate pytypes
5. `wake test` to run testsTested with `wake` version `4.0.0` and `anvil` version `0.1.0 (25d3ce7 2023-08-01T00:20:13.496244391Z)`.