Skip to content

This GitHub repository contains automation tests for the API at https://petstore.swagger.io/. The tests in this repository are written in Python and implemented using Python testing frameworks.

Notifications You must be signed in to change notification settings

MRKarami86/petStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_root/ │ ├── src/ │ ├── controllers/ │ │ └── pet_controller.py │ │ │ ├── services/ │ │ └── pet_service.py │ │ │ └── models/ │ └── pet_model.py │ ├── tests/ │ ├── contract/ │ │ ├── test_add_pet.py │ │ ├── test_delete_pet.py │ │ ├── test_suite.py │ │ └── test_update_pet.py │ │ │ ├── integration/ │ │ └── test_add_pet_integration.py │ │ │ ├── postman/ │ │ ├── collections │ │ ├── environment │ │ └── tests │ │ │ ├── unit/ │ │ │ ├── utils/ │ │ └── dataTest.json │ └──pytest.ini │ └── .github └── package.json └── README.md

https://github.com/galeza/PetStoreAPITesting/blob/master/features/feature_user/User_API_Testing.feature

https://github.com/DionisIno/PetStoreAPI/tree/main

About

This GitHub repository contains automation tests for the API at https://petstore.swagger.io/. The tests in this repository are written in Python and implemented using Python testing frameworks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published