Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 526 Bytes

File metadata and controls

27 lines (17 loc) · 526 Bytes

Cosmic Python - Arek's version

Hello stranger! This is my repo for coding alongside book Architecture Patterns with Python

How to run

  1. Install Poetry

    You should be already using it, but if not:

    pipx install poetry

    BTW, you should already be using pipx as well. And fish-shell! And... OK, I'll stop here.

  2. Run tests

    make tests

    Run tests continuously (useful while coding)

    make tests-watch