Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 340 Bytes

File metadata and controls

13 lines (8 loc) · 340 Bytes

Quickstart

  1. Run make build to get setup.
    • This will install Poetry (a Python package management tool) and allow and setup the necessary dependencies for this project.s

Testing

Coverage Report

To run the coverage reporting tool run make coverage.

To view the coverage reporting run make view-coverage-report.