Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 390 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 390 Bytes

osu! wiki tools

A collection of various tools that may be useful for osu! wiki contributors

Installation

pip install osu-wiki-tools

Testing

Setup

python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt

Headless tests

pytest --mypy

Visual tests

./run_visual_tests.py