From fba5e45365217ff05309d126a6b4d91c7f7d388a Mon Sep 17 00:00:00 2001 From: Mikhail Golikov Date: Sat, 23 May 2026 14:50:29 +0100 Subject: [PATCH 1/2] Add postman2pytest to Rest API Testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit verified-commit code-reviewed Single-line addition ะบ Rest API Testing section. Tool description matches existing entry style. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 541936f..c17b224 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Collection of awesome Python resources for testing and generating test data. - [hypothesis-graphql](https://github.com/Stranger6667/hypothesis-graphql) - Hypothesis strategies for GraphQL schemas, queries and data. - [Schemathesis](https://github.com/kiwicom/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications. - [playback](https://github.com/Optibus/playback) - A Python decorator-based framework that lets you "record" and "replay" operations (e.g. API requests, workers consuming jobs from queues). +- [postman2pytest](https://github.com/golikovichev/postman2pytest) - Convert a Postman Collection v2.1 JSON file into a runnable pytest test suite with one command. Supports environment variable substitution, folder filtering, and stress-test generation. - [RESTler](https://github.com/microsoft/restler-fuzzer) - is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services. - [Tavern](https://github.com/taverntesting/tavern) - is a pytest plugin, command-line tool and Python library for automated testing of APIs, with a simple, concise and flexible YAML-based syntax. - [Zato API Test](https://zato.io/en/docs/3.2/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python. From 8e65bd65981e13559db1d70cfd02315c51f059ca Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sat, 23 May 2026 14:59:14 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17b224..910fd03 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Collection of awesome Python resources for testing and generating test data. - [hypothesis-graphql](https://github.com/Stranger6667/hypothesis-graphql) - Hypothesis strategies for GraphQL schemas, queries and data. - [Schemathesis](https://github.com/kiwicom/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications. - [playback](https://github.com/Optibus/playback) - A Python decorator-based framework that lets you "record" and "replay" operations (e.g. API requests, workers consuming jobs from queues). -- [postman2pytest](https://github.com/golikovichev/postman2pytest) - Convert a Postman Collection v2.1 JSON file into a runnable pytest test suite with one command. Supports environment variable substitution, folder filtering, and stress-test generation. +- [postman2pytest](https://github.com/golikovichev/postman2pytest) - A CLI tool to convert Postman Collection v2.1 JSON files into runnable pytest suites, supporting environment variable substitution, folder filtering, and stress-test generation. - [RESTler](https://github.com/microsoft/restler-fuzzer) - is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services. - [Tavern](https://github.com/taverntesting/tavern) - is a pytest plugin, command-line tool and Python library for automated testing of APIs, with a simple, concise and flexible YAML-based syntax. - [Zato API Test](https://zato.io/en/docs/3.2/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python.