Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with mocking

A curated list of projects in awesome lists tagged with mocking .

https://github.com/svenstaro/dummyhttp

Super simple HTTP server that replies a fixed body with a fixed response code

dummy fake http http-server mocking server testing

Last synced: 03 Oct 2024

https://github.com/buzzfeed/MockDuck

A network mocking layer for iOS, tvOS, and macOS

mocking network testing

Last synced: 09 Aug 2024

https://github.com/outbrain/Leonardo

Your mocking ninja - an add-on tool for centralizing your client side mocking

e2e-tests front-end-development javascript leonardo mocking typescript ui-tests

Last synced: 30 Jul 2024

https://github.com/migueleliasweb/go-github-mock

A library to aid unittesting code that uses Golang's Github SDK

github go go-github golang mock mocking sdk testing

Last synced: 06 Aug 2024

https://github.com/appunite/mockery

Simple mocking library for asynchronous testing in Elixir.

asynchronous-tests elixir elixir-lang exunit mock-library mocking

Last synced: 01 Aug 2024

https://github.com/Xion/callee

Argument matchers for unittest.mock

matchers mocking python testing unit-testing

Last synced: 31 Jul 2024

https://github.com/omermorad/mockingbird

๐Ÿฆ Decorator Powered TypeScript Library for Creating Mocks

faker faker-typescript fakerjs fixture fixtures mock mock-library mocking mocks test testing typescript unit-test

Last synced: 04 Aug 2024

https://github.com/danielsaidi/MockingKit

MockingKit is a Swift SDK that lets you easily mock protocols and classes in `Swift`.

ios macos mock mocking swift tdd tvos unit-test unit-testing visionos watchos

Last synced: 09 Aug 2024

https://github.com/benweissmann/memongo

Easily run an in-memory MongoDB server for your Go unit tests

golang mocking mongo mongodb unit-testing

Last synced: 26 Sep 2024

https://github.com/ropensci/vcr

Record HTTP calls and replay them

mocking r r-package rstats testing unit-testing vcr

Last synced: 13 Aug 2024

https://github.com/mocko-app/mocko

Mocking made easy, proxy your API and choose which endpoints to mock

hacktoberfest handlebars helm mock mocking proxy templating

Last synced: 30 Sep 2024

https://github.com/airtasker/proxay

Proxay is a record/replay proxy server that helps you write faster and more reliable tests.

mocking proxy testing

Last synced: 03 Aug 2024

https://github.com/infinum/Retromock

Java library for mocking responses in a Retrofit service.

android android-development android-library java-library mock mocking open-source retrofit testing testing-tools

Last synced: 01 Aug 2024

https://github.com/flexmock/flexmock

Mock/stub/spy library for Python

mocking python testing

Last synced: 01 Aug 2024

https://github.com/zth/graphql-query-test-mock

Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.

apollographql graphql graphql-client jest mock mocking react-testing-library relay relay-modern relayjs

Last synced: 27 Sep 2024

https://github.com/archan937/mecks_unit

A simple Elixir package to elegantly mock module functions within (asynchronous) ExUnit tests using Erlang's :meck library

asynchronous elegant elixir exunit meck mocking

Last synced: 01 Aug 2024

https://github.com/phenomnomnominal/ineeda

Mocking library for TypeScript and JavaScript using Proxies!

auto-mocking javascript mock mocking proxies proxy testing typescript unit

Last synced: 02 Aug 2024

https://github.com/siberiacancode/mock-config-server

๐ŸŽ‰ tool that easily and quickly imitates server operation, create full fake api in few steps

api config data database fake graphql mock mock-server mocking rest rest-api server

Last synced: 01 Aug 2024

https://github.com/mihaeu/php-test-generator

Generate test cases for existing PHP files

codegenerator mockery mocking php phpunit testing-tools

Last synced: 30 Sep 2024

https://github.com/jgonzalezdr/CppUMockGen

Mock generator for CppUTest/CppUMock

cpp cpputest mock mocking testing unit-test unit-testing

Last synced: 29 Jul 2024

https://github.com/idlesign/pytest-responsemock

Simplified requests calls mocking for pytest

mock mocking pytest pytest-plugin python python3 requests responses

Last synced: 03 Oct 2024

https://github.com/maicolben/twilio_mock

Mock Twilio gem for Ruby

hacktoberfest mocking test twilio

Last synced: 03 Oct 2024

https://github.com/ramunasd/symfony-container-mocks

Symfony container for easy service mocking

mock-services mocking php phpunit symfony symfony-container tests

Last synced: 30 Sep 2024

https://github.com/the-road-to-graphql/react-apollo-client-mocking-example

A minimal React application using Apollo Client with a mocked GitHub's GraphQL API by implementing an own GraphQL schema.

apollo apollo-client graphql-schema mocking react reactjs

Last synced: 27 Sep 2024

https://github.com/the-road-to-graphql/react-apollo-client-testing-example

A React with Apollo Client application with a mocked GraphQL server and tested Query and Mutation components.

apollo apollo-client apollo-client-testing graphql-schema mocking react reactjs testing

Last synced: 27 Sep 2024

https://github.com/pasdam/mockit

Library that make mocking of Go functions/methods easy

go golang lib library mock mocking monkey-patching stub stubbing stubs testing unit-testing

Last synced: 03 Aug 2024

https://github.com/jackfiszr/deno-faker

Deno port of https://github.com/Marak/faker.js

deno fake fake-content fake-data faker faker-generator javascript mocking mocks typescript

Last synced: 29 Sep 2024

https://github.com/hirsch88/auth0-mock-server

Helps us to develop locally with seeded data and keep the flow of auth0.

auth0 mocking nodejs oauth

Last synced: 01 Oct 2024

https://github.com/popomore/spy

spy and mock for simple testcase

mock mocking spy tdd test testing testing-tools unit-testing

Last synced: 01 Oct 2024

https://github.com/h2non/gentleman-mock

HTTP mocking for gentleman's clients made easy. Uses gock under the hood

golang http mock mock-client mock-server mocking stub

Last synced: 01 Oct 2024

https://github.com/HamedFathi/MockableStaticGenerator

A C# source generator to make an interface and a class wrapper to test static and extension methods.

csharp csharp-sourcegenerator csharp9 dotnet mock mocking sourcegenerator test testing

Last synced: 01 Aug 2024

https://github.com/zhming0/mock-clj

A minimalist & non-invasive API for mocking in Clojure

clojure mocking testing

Last synced: 28 Sep 2024

https://github.com/rafaelfgx/dotnettests

Examples using MSTest and XUnit projects with test libraries (Moq, NSubstitute, FakeItEasy, NBuilder).

dot-net dotnet dotnet-core dotnetcore mocking mstest test testing xunit

Last synced: 29 Sep 2024

https://github.com/unity-technologies/nsubstitute.elevated

Extension to NSubstitute that provides mocking of concrete methods and statics

c-sharp dotnet mocking nsubstitute testing

Last synced: 26 Sep 2024

https://github.com/robertknight/babel-plugin-mockable-imports

Babel plugin that enables mocking of ES and CommonJS imports in tests

babel-plugin javascript mocking

Last synced: 01 Oct 2024

https://github.com/lockedata/mockaRoo

R Package ๐Ÿ“ฆ to Generate mock data with the Mockaroo API :sparkles:

mock-data mockaroo mockaroo-api mocking r r-package rstats

Last synced: 13 Aug 2024

https://github.com/CreateAndFake/CreateAndFake

A C# class library that handles mocking, test data generation, and validation.

clone cloning create data equality fake mock mocking mocks random randomization stubs testing tests

Last synced: 02 Aug 2024

https://github.com/clarkedb/grift

Mocking and spying in Ruby's MiniTest framework

minitest minitest-plugins mock mocking ruby testing testing-tools unit-testing

Last synced: 06 Aug 2024

https://github.com/rstuven/sinonquire

Automatically stubs CommonJS modules returned by require() using Sinon.JS

commonjs commonjs-modules mock mocking sinon stub stubbing

Last synced: 02 Aug 2024

https://github.com/duncan3dc/uopz-expectations

Mock core PHP functions using a Mockery like interface

mockery mocking php phpunit testing uopz

Last synced: 30 Sep 2024

https://github.com/theirish81/mockambo

Dynamic API Mocking, recording and Validation

api contract-testing developer-tools mocking openapi openapi3 proxy testing

Last synced: 30 Sep 2024

https://github.com/tk3369/pretend.jl

Let's play pretend!

julia julialang mocking testing

Last synced: 29 Sep 2024

https://github.com/augustoproiete/exceldna-abstractions

ExcelDna.Abstractions allows you to mock / unit test Excel-DNA Add-ins

di exceldna hacktoberfest ioc mock mocking unit-test unit-testing wrapper

Last synced: 01 Oct 2024

https://github.com/ppsreejith/elasticsearch-mock-js

A module to quickly spin up and tear down an elasticsearch server for testing purposes.

elasticsearch javascript mock mocking nodejs

Last synced: 31 Jul 2024

https://github.com/raitraidma/pgtest

Testing in PostgreSQL 9.4, 9.5 and 9.6

assertions mock mocking plpgsql postgres postgresql sql test testing

Last synced: 27 Sep 2024

https://github.com/philou/rspecproxies

Simplify Rspec mocking with test proxies !

mocking rspec

Last synced: 28 Sep 2024

https://github.com/hypercubed/randomator

Think of Randomator as rxjs for random values. Build your own DSF (Domain Specific Faker) BYOD (Bring Your Own Data).

fake faker generator mocking random

Last synced: 03 Oct 2024

https://github.com/larien/product

This is an implementation of services communication via gRPC, using Docker, different testing approaches, and other topics like mocking, relational database, API.

docker golang grpc mocking nodejs postgresql testing

Last synced: 02 Oct 2024

https://github.com/linyows/mox

๐ŸŽญ A very simple mock server as web api.

api-server golang json-rpc mock-server mocking restful

Last synced: 03 Oct 2024

https://github.com/help-me-mom/ng-mocks-sandbox

A repo with guides and examples for unit tests in Angular applications using ng-mocks.

angular examples guide mock mocking ng-mocks test testing tutorials

Last synced: 01 Aug 2024

https://github.com/edtoken/mockoon-config-transformer

A CLI tool to bundle/extract Mockoon environment files in a git-friendly files tree

mock mocking mockoon mockoon-cli npm npm-cli npm-package rest-api

Last synced: 28 Sep 2024

https://github.com/microcks/microcks-testcontainers-node

Node/TypeScript lib for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers.

api graphql grpc mocking nodejs rest testcontainers testing typescript

Last synced: 01 Aug 2024

https://github.com/dos-j/sham-it

Create a Sham (Mocked HTTP server) and mock out endpoints in JS

flexibility mock mock-server mocking node sham sham-it sham-server stub-service test testing

Last synced: 02 Oct 2024

https://github.com/MeltingMosaic/UniversalMock

A JavaScript object that is everything...

javascript mocking typescript

Last synced: 02 Aug 2024

https://github.com/joomla-framework/test

Joomla Framework Test Package

joomla joomla-framework mocking php phpunit reflection

Last synced: 28 Sep 2024

https://github.com/envygeeks/ruby-active_record_mocks

ActiveRecord Mocking for RSpec and Minitest.

activerecord mocking rspec ruby

Last synced: 28 Sep 2024

https://github.com/curatoopensource/mock-n-stub

Code completed Mocking and Stubbing for Swift protocols and classes.

mock mocking stub stubbing swift swift4

Last synced: 28 Sep 2024

https://github.com/sz-piotr/veryfine

A delightful expect-style assertion and mocking library

javascript mocha mocking testing typescript

Last synced: 27 Sep 2024

https://github.com/vdsabev/sneer

Type-safe mocking utilities for reliable unit tests

mocking testing typescript unit-testing

Last synced: 27 Sep 2024

https://github.com/centic9/commons-test

Utilitity library for testing stuff that I use in multiple projects

compare equals hashcode java junit mocking testing

Last synced: 01 Oct 2024

https://github.com/kitabisa/smockr

Supple mock server with flexible on-demand response and optional get random fake data using Faker.js

backend bun cli frontend mock mocking tools

Last synced: 28 Sep 2024

https://github.com/simonkowallik/tcl-smock

:nut_and_bolt: A simple TCL mock implementation primarily designed for unit testing of F5 iApps and tmsh scripts

mock mocking tcl testing unittest

Last synced: 02 Oct 2024

https://github.com/vsrc/jaguar

superfast, easy to use mock server

gin gin-gonic go golang mock mock-server mocking server tiedot

Last synced: 27 Sep 2024

https://github.com/kpavlov/mock-statsd

Mock StatsD is a Kotlin/Java library for simplified testing and detailed verification of applications sending metrics to a StatsD server. With automated port management and seamless JUnit 5 integration, it ensures efficient and effective metrics testing for superior software reliability.

junit-jupiter junit5 kotlin mock mock-server mocking statsd

Last synced: 02 Oct 2024

https://github.com/stratedge/wye

A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.

mocking mysql pdo pdo-replacement php phpunit unit-test unit-testing unit-tests

Last synced: 26 Sep 2024

https://github.com/connormckelvey/go-github-mockable

Mockable, interface-based wrapper for the github.com/google/go-github *Client

github go-github golang gomock mocking

Last synced: 29 Sep 2024

https://github.com/edmartt/go-testing-mocks

This project is for learning about mocking external services calls

go golang mock mocking solid-principles sqlite3 unit-test unit-testing vertical-slice-architecture

Last synced: 01 Oct 2024

https://github.com/bdelacretaz/karate-mini-mocks

A minimal example using Karate Test Doubles to mock and test HTTP services

java junit karate mocking

Last synced: 01 Oct 2024

https://github.com/redpelicans/farso

express middleware library to mock http server

express-middleware expressjs http mocking testing

Last synced: 26 Sep 2024

https://github.com/roddolf/jasmine-ajax-node

Request mocking for Node.js using the same API as jasmine-ajax.

hacktoberfest http jasmine jasmine-ajax mocking node request

Last synced: 27 Sep 2024

https://github.com/SzymonHalucha/Minerals.AutoInterfaces

Package for automatic interface generation using an incremental source generator

csharp csharp-sourcegenerator dotnet interfaces mocking roslyn

Last synced: 01 Aug 2024

https://github.com/gungnirlaevatain/mock

Based on the external mapping file, mock target method.ๅŸบไบŽๅค–้ƒจๆ˜ ๅฐ„ๆ–‡ไปถ๏ผŒ ๆจกๆ‹Ÿ็›ฎๆ ‡ๆ–นๆณ•๏ผŒ่ฟ”ๅ›žๆจกๆ‹Ÿ็ป“ๆžœ

java mock mock-data mocking mocking-framework test testing testing-tools tool

Last synced: 02 Oct 2024

https://github.com/szerhusenbc/apisimulator-docker-image

Custom docker image for API Simulator that is a configuration-driven tool for creating and running API simulations

apis docker-image mocking simulation test test-automation testing-tools

Last synced: 26 Sep 2024

https://github.com/beedel/test-double-guide

This guide clarifies the differences between dummies, stubs, fakes, spies, and mocks. It includes practical examples and attempts to clarify the optimal use cases for each type.

mocking mockito test-double test-doubles testing unit-testing

Last synced: 29 Jul 2024

https://github.com/wilsonsilva/gleam_stdin

Example of reading from STDIN in Gleam

erlang gleam gleam-lang gleam-language meck mocking testing

Last synced: 29 Sep 2024