Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 216 Bytes

File metadata and controls

11 lines (9 loc) · 216 Bytes

Contact_list_automation

Assignment for Contacts List APIs using Python

Prerequisite: pip install pytest

Steps to run the case:

  • To run all the cases: pytest -v
  • To run single case: pytest <file_name>