Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 210 Bytes

File metadata and controls

11 lines (6 loc) · 210 Bytes

Python-Unit_test-Using-Pytest

Python Unit Tests using Pytest Framework for checking end points

Command to install Pytest

pip install pytest

Command to install requests

pip install requests