Skip to content

dimiksonkha/api-testing-requests-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-testing-requests-pytest

Install

Make sure you have Python 3 installed on your machine. Then:
1.Install pipenv
sudo apt-get install pipenv
2.Go to your project directory then type following command to create virtual environment for your project.
pipenv --three
3.Activate virtual environment
pipenv shell
4. Install required packages
pipenv install {to install all packages}
pipenv install pytest {to install specific package}
5.Verify installation
pip freeze

Running Tests

python3 -m pytest

About

API Test Automation with Requests and Pytest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages