Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 391 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 391 Bytes

Calculator Project Setup

Build Status

Run Pip Install pip install -r requirements.txt

To run tests, Lint, and Coverage report use this command:

pytest --pylint --cov

.pylintrc is the config for pylint .coveragerc is the config for coverage setup.py is a config file for pytest