souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
15 results tagged mock  ✕   ✕
Mockoon https://github.com/mockoon/mockoon
06/11/2024 cluster icon
  • WireMock : Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs t...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • DuckRails : DuckRails is a development tool. Its main purpose is to allow developers to quickly mock API endpoints that for many possible reasons can't reach at a...
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • gRPC : gRPC is a modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate tr...

Mockoon is the easiest and quickest way to design and run mock APIs. No remote deployment, no account required, free and open-source.

api testing mock opensource
WireMock https://wiremock.org/
28/06/2023 cluster icon
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • Mockoon : Mockoon is the easiest and quickest way to design and run mock APIs. No remote deployment, no account required, free and open-source.
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • Postal : Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready f...

Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs that don't exist yet.

api mock server opensource
testify https://github.com/stretchr/testify
23/11/2021 cluster icon
  • Mockery : Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Cobra : Cobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. Cobra is also an application that ...
  • vfsStream : vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit t...
  • PHPUnit : PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the fu...
thumbnail

Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.

go unit_test mock library
Mock Service Worker https://mswjs.io/
07/11/2021 cluster icon
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • httpbin.org : A simple HTTP Request & Response Service.
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
  • Pact : Fast, easy and reliable testing for integrating web apps, APIs and microservices. Pact is a code-first tool for testing HTTP and message integrations ...
thumbnail

Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.

http test mock tool
Smocker https://smocker.dev/
06/09/2020 cluster icon
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
thumbnail

Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register new mocks.

http test mock server
httpbin.org https://httpbin.org/
01/07/2020 cluster icon
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...

A simple HTTP Request & Response Service.

mock http api test
Polly.JS https://netflix.github.io/pollyjs/
08/07/2018 cluster icon
  • httpbin.org : A simple HTTP Request & Response Service.
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...

Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions.

Polly taps into native browser APIs to mock requests and responses with little to no configuration while giving you the ability to take full control of each request with a simple, powerful, and intuitive API.

javascript http test library mock
mountebank http://www.mbtest.org/
29/05/2018 cluster icon
  • httpbin.org : A simple HTTP Request & Response Service.
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Pact : Fast, easy and reliable testing for integrating web apps, APIs and microservices. Pact is a code-first tool for testing HTTP and message integrations ...

mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under test to mountebank instead of the real dependency, and test like you would with traditional stubs and mocks.

mock test http api tool
npoint.io https://www.npoint.io/
26/04/2018 cluster icon
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • JSON Schema : JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • WireMock : Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs t...
  • GraphQL : GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandabl...

JSON storage bins with schema validation

json mock server api schema
Motty https://scalalang2.github.io/motty/
28/12/2017 cluster icon
  • WireMock : Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs t...
  • npoint.io : JSON storage bins with schema validation
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • httpbin.org : A simple HTTP Request & Response Service.
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...

Motty provides the simpler way to test your client services.
It is a web application which gives you ability to create your own custom responses.
So you can intuitively and easily mock http responses. All you need to do is typing and click!

http api mock server
Mockbin http://mockbin.org/
01/02/2017 cluster icon
  • httpbin.org : A simple HTTP Request & Response Service.
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...
thumbnail

Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.

http test mock api service
DuckRails https://github.com/iridakos/duckrails
09/04/2016 cluster icon
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Wick : Wick is a free browser-based toolkit for creating small interactive things for the Internet. With Wick, you can create games, animations, and everythi...
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • Roots : Roots helps you build better WordPress sites faster. Open-source tools for WordPress application development. LEMP stack Project boilerplate Starter ...
thumbnail

DuckRails is a development tool.

Its main purpose is to allow developers to quickly mock API endpoints that for many possible reasons can't reach at a specific time.

api mock development tool
Vcr https://www.relishapp.com/vcr/vcr/docs
06/08/2013 cluster icon
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...
  • Mockbin : Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • httpbin.org : A simple HTTP Request & Response Service.

Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

ruby test http mock
Mockery https://github.com/padraic/mockery
26/02/2013 cluster icon
  • PHPUnit : PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the fu...
  • testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
  • vfsStream : vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit t...
  • HTML_QuickForm2 : This PHP package provides methods to create, validate and render HTML forms.
  • TCPDF : TCPDF is a FLOSS PHP class for generating PDF documents.
thumbnail

Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.

php unit_test mock library
mock http://pypi.python.org/pypi/mock/1.0b1
30/07/2012 cluster icon
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Cliquet : Cliquet is a toolkit to ease the implementation of HTTP microservices, such as data-driven REST APIs.
  • cliff : Command Line Interface Formulation Framework. cliff is a framework for building command line programs. It uses plugins to define sub-commands, output ...
  • FoxDot : FoxDot is an easy-to-use Python library that creates an interactive programming environment and talks to the powerful sound synthesis engine, called S...
  • Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
thumbnail

A Python Mocking and Patching Library for Testing

python mock library test
1633 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn