FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

NadeemMohammad/rest-api-requests-python: Testing RESTful APIs in Python with requests · GitHub

 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing RESTful APIs in Python with requests

Run Test

  1. Open Terminal
  2. Go to project location
  3. Enter pytest and hit enter key

Capture stdout

  1. Open Terminal
  2. Go to project location
  3. Enter pytest -sv --capture=sys and hit enter key

Generate HTML Report using pytest-html

  1. Open Terminal
  2. Go to project location
  3. Enter pytest -sv --capture=sys --html=report.html and hit enter key

HTML Report

About

Testing RESTful APIs in Python with requests

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL