python-mocket
Socket mock framework
A framework for mocking socket and HTTP interactions in Python applications for testing and development.
a socket mock framework - for all kinds of socket animals, web-clients included
285 stars
14 watching
45 forks
Language: Python
last commit: 4 days ago
Linked from 2 awesome lists
aiohttpasynciocoverageframeworkhttphttprettyhttpsmicropythonmockmocketmockingpythonsocketsocket-communicationsocket-programmingssltddtdd-utilitiestestingurequests
Related projects:
Repository | Description | Stars |
---|---|---|
pspdfkit-labs/bypass | A tool to create custom HTTP responses without setting up an actual server | 971 |
p4lang/ptf | A Python-based framework for testing packet processing systems | 146 |
dionisiydk/mocketry | A framework for creating mock objects and stubbing messages in Smalltalk programming language. | 18 |
phake/phake | A PHP framework for creating mock objects and test doubles to simplify testing of code | 479 |
gabrielfalcao/httpretty | Intercepts and mocks HTTP requests at the Python socket level | 2,108 |
richardszalay/mockhttp | A testing layer for the HttpClient library that allows stubbed responses to be configured using a fluent API | 1,626 |
thoughtbot/shoulda | A testing framework specifically designed for Rails applications | 2,211 |
sabirvirtuoso/mockit | A Swift mocking framework for unit testing with features such as stubbing, mocking, call verification, and argument matching. | 120 |
tpounds/mockitopp | A C++ mocking framework inspired by Mockito, providing a simple and lightweight way to mock dependencies in unit testing. | 77 |
0x706972686f/phantasm | A Python-based test automation framework for Splunk Phantom playbooks. | 11 |
rspec/rspec-mocks | A test-double framework for RSpec that supports method stubs and mocking of real objects as well as generated test-doubles. | 1,159 |
meekrosoft/fff | A testing framework for creating fake functions in C to simplify test development | 787 |
php-mock/php-mock | A testing library that mocks non-deterministic built-in PHP functions to simplify unit tests | 359 |
griffinmyers/wirepig | Tools for creating mock network dependencies in software testing | 52 |
danielstjules/pho | A test framework that allows developers to write tests in a familiar syntax and automatically re-runs specs during development. | 284 |