Skip to content

Ackee-Blockchain/tests-solady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests for Solady

This repository serves as an example of tests written in a development and testing framework called Wake.

horizontal splitter

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 tests

Tested with wake version 4.0.0 and anvil version 0.1.0 (25d3ce7 2023-08-01T00:20:13.496244391Z).