Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 673 Bytes

Tests for Rhinestone Registry

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 && pnpm install && cd .. to install dependencies
  4. wake up pytypes to generate pytypes
  5. wake test to run tests

Tested with wake version 4.9.0 and anvil version anvil 0.2.0 (721eb94 2024-05-01T00:23:13.492240000Z).