YYLIZH c7ee4acb14
Add formal doc page (#319)
* fix readme

* done
2023-08-15 09:41:13 +08:00

14 lines
192 B
Makefile

SHELL := /bin/bash
fmt:
@echo "Running formatter ..."
venv/bin/black .
.PHONY:tests
tests:
@echo "Running tests ..."
venv/bin/pytest tests/test_integration.py
serve-docs:
mkdocs serve