developing.md
July 6, 2025 ยท View on GitHub
Developing
Run code formatting
From inside your virtual env:
pip install -r requirements.dev.txt
black src
Testing
From inside your virtual env:
cd src
python -m unittest discover ../test
July 6, 2025 ยท View on GitHub
From inside your virtual env:
pip install -r requirements.dev.txt
black src
From inside your virtual env:
cd src
python -m unittest discover ../test