PyTest • REST API Integration Testing with Python

PyTest • REST API Integration Testing with Python

96.886 Lượt nghe
PyTest • REST API Integration Testing with Python
In this tutorial, you'll learn how to use PyTest to write integration tests for your REST APIs (in Python). 👉 Testing Endpoint: https://todo.pixegami.io/ 📚 Resources 🔗 Install PyTest: https://docs.pytest.org 🔗 Install Requests: https://requests.readthedocs.io 📽 Chapters 00:00 Introduction 02:58 Testing Plan 04:26 Making an HTTP request from Python 07:46 Writing our first test 12:06 Testing the Create() endpoint 19:13 Testing the Update() endpoint 23:54 Testing the List() endpoint with unique users 32:40 Testing the Delete() endpoint 36:33 Completed test suite #pytest #python