From 49ece63bc2e76e31ab9942fbbd555773f9d57c1d Mon Sep 17 00:00:00 2001 From: Haswell119 <124614357+Haswell119@users.noreply.github.com> Date: Tue, 22 Sep 2026 12:52:00 +0200 Subject: [PATCH] Add DriftWire (API contract drift detection CLI) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f7c0db148..9a1b315321 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ _Libraries for testing codebases and generating test data. Also see [awesome-pyt - Load Testing - [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python. - API Testing + - [driftwire](https://github.com/Haswell119/driftwire) - Zero-dependency CLI for detecting OpenAPI contract drift: breaking changes between spec versions and spec-vs-reality checks against a live API. - [schemathesis](https://github.com/schemathesis/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications. - Mock - [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.