Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 417 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 417 Bytes

test

Setup

  1. Install python coverage

    python3 -m pip install coverage
  2. Install mock requests

    python3 -m pip install requests-mock
  3. Remove any currenlty installed versions of PurpleAirAPI.

    python3 -m pip uninstall purpleair_api

Running tests

python3 -m unittest && coverage html -d purpleair_api_coverage_reports