GuyHoozdis / hypermodern-python

A template based on "The Hypermodern Python Project"
MIT License
0 stars 0 forks source link

Hypermodern Python Chapter 2: Testing #2

Closed GuyHoozdis closed 1 month ago

GuyHoozdis commented 1 month ago

Why Are We Doing This?

This is my implementation of the article Hypermodern Python Chapter 2 which covers the topic of testing.

Test Plan

  1. Run the full test suite (see instructions in README.md
  2. Verify the installed package version number is 0.2.0 (e.g. poetry run hypermodern-python --version)