Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading