snehalkumar5577 / python-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run test cases :

coverage run -m pytest app/tests

To run test cases with coverage report :

coverage run -m pytest app/tests && coverage report

To run test cases with coverage report and html report :

coverage run -m pytest app/tests && coverage report && coverage html

About

License:Apache License 2.0


Languages

Language:Python 100.0%