awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kylef avatar

kylef/Mockingjay

0
View on GitHub↗
1,487 stars·173 forks·Swift·BSD-3-Clause·11 views

Mockingjay

An elegant library for stubbing HTTP requests with ease in Swift

Features

  • Mocking Tools - Library for stubbing HTTP requests.
  • Testing Frameworks - HTTP request stubbing.

Star history

Star history chart for kylef/mockingjayStar history chart for kylef/mockingjay

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does kylef/mockingjay do?

An elegant library for stubbing HTTP requests with ease in Swift

What are the main features of kylef/mockingjay?

The main features of kylef/mockingjay are: Mocking Tools, Testing Frameworks.

Which projects share features with kylef/mockingjay?

Projects with overlapping indexed features include: farfetch/mockingbird — Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against… h2non/gock — HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽. brightify/cuckoo — Boilerplate-free mocking framework for Swift! data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… golang/mock — GoMock is a mocking framework for the Go programming language. jarcoal/httpmock — HTTP mocking for Golang.

Projects sharing features with Mockingjay

These projects share indexed features with Mockingjay. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • data-dog/go-sqlmockDATA-DOG avatar

    DATA-DOG/go-sqlmock

    6,525View on GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    View on GitHub↗6,525
  • farfetch/mockingbirdFarfetch avatar

    Farfetch/mockingbird

    199View on GitHub↗

    Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete or is unstable or just to reproduce planned/edge cases.

    Swift
    View on GitHub↗199
  • brightify/cuckooBrightify avatar

    Brightify/Cuckoo

    1,744View on GitHub↗

    Boilerplate-free mocking framework for Swift!

    Swift
    View on GitHub↗1,744
  • golang/mockgolang avatar

    golang/mock

    9,361View on GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    View on GitHub↗9,361
Compare all 30 related projects→