unit-tests
Installation
SKILL.md
Run Unit Tests
Setup the Python environment and run unit tests for GenLayer Studio.
Prerequisites
- Python 3.12 installed
- virtualenv installed (
pip install virtualenv)
Setup Virtual Environment (first time or reset)
# Remove existing venv if present
rm -rf .venv
# Create new venv with Python 3.12
virtualenv -p python3.12 .venv