Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 1012 Bytes

README.md

File metadata and controls

41 lines (38 loc) · 1012 Bytes

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