Hello stranger! This is my repo for coding alongside book Architecture Patterns with Python
-
Install Poetry
You should be already using it, but if not:
pipx install poetry
BTW, you should already be using
pipxas well. And fish-shell! And... OK, I'll stop here. -
Run tests
make tests
Run tests continuously (useful while coding)
make tests-watch