Skip to content

rupesharlekar/plivo.api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite are taken care of by using an function scoped pytest fixture and actual test is performed inside test_ definition

Technology / Frameworks used

  • python3 as programming language
  • pytest versatile test framework for python
  • pytest-html plugin for generation of HTML reports for pytest tests
  • requests for working with different HTTP methods
  • json

Features

  • test code is scalable
  • used to connect to API that uses HTTP Basic Authentication

Installation

git clone [email protected]:rupesharlekar/plivo.api.git && cd plivo.api
pip install -r requirements.txt

How to run tests

cd ../plivo.api/src/tests/functional
pytest -vs test_messaging.py -m functional

About

test framework for RESTful APIs verification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages