Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 264 Bytes

File metadata and controls

8 lines (7 loc) · 264 Bytes

Makefile targets

  • help - this text
  • init - use pip install to install all required third-party packages
  • test - run all unit tests
  • cov - build a coverage report in coverage_report_html/index.html
  • doc - build all the documentation