/GiftCardService

Primary LanguagePythonMIT LicenseMIT

Setup

python setup.py develop

Run the pytest in verbose mode

pytest -v

Check the Coverage

pytest --cov .  --cov-report html