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

Testing

Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

https://github.com/ichard26/pytest-balance-xdist

Divide tests into evenly balanced workloads for each xdist worker.

pytest-plugin python testing

Last synced: 11 Oct 2025

https://github.com/erni-academy/poc-dotnet-moq-nsubstitute-fakeiteasy

Repository to show the use of the different Mocking frameworks

csharp dotnet fakeiteasy moq mstest nsubstitute nunit testing xunit

Last synced: 09 May 2026

https://github.com/mcmartins/chaosproxy

ChaosProxy is a server that creates instability on connections delaying or dropping requests and responses

failure-injection forward-proxy network testing

Last synced: 22 Apr 2025

https://github.com/sambacha/solidity-ts-parser

Solidity Typescript Parser library and an exhaustive set (+1,800) Solidity Test Contracts

analysis audit cfg control-flow-graph ethereum evm java smart-contracts solidity testfiles testing typescript unit

Last synced: 03 May 2026

https://github.com/kfsantos/go-api-books

REST API with unit tests and coverage percentage

api-rest api-testing coverage gin-gonic go golang gorm-orm json postgres testing unit-testing

Last synced: 14 Apr 2026

https://github.com/t-mullen/twintap

airtap for pairwise interoperability testing

tape testing webrtc

Last synced: 14 Apr 2026

https://github.com/straight-shoota/nginx-cache-test

Test for nginx cache setup

nginx-configuration testing

Last synced: 07 Oct 2025

https://github.com/arzucaner/unit-testing

This Unit Testing consists of Jasmine, The 3 parts of testing, The testing setup, Grouping with describe, Setting up data, Skipping Focusing, Spies Mocks, Debugging, Additional matches.

jasmine-tests testing unit-testing

Last synced: 19 Jan 2026

https://github.com/d-w-arnold/aws-lambda-examples

AWS Lambda function source code, and test harness.

aws-lambda boto3 lambda-functions python3 testing

Last synced: 30 Jun 2025

https://github.com/dream-423/invariant-testing

Invariant testing by using foundry

foundry security smartcontract solidity testing

Last synced: 01 Apr 2025

https://github.com/mikeschinkel/go-typegen

Simple Golang generator package for test fixtures

code-generation go golang test testing testing-tools tests

Last synced: 28 Mar 2025

https://github.com/sojanvarghese/interesting-playwright

A handpicked list of interesting tools, utils & projects using Playwright

interesting playwright qa-automation testing tools

Last synced: 16 Mar 2025

https://github.com/spekulatius/php-char-combinator

A char combinator lib to brute-force stuff

brute-force infosec testing

Last synced: 08 Apr 2025

https://github.com/filiprokita/connectiontest

This simple Python program is designed for testing internet connection. It prompts the user to enter a URL and then attempts to establish a connection with that address using the requests module.

automation connection errorhandling http networking python requests testing webdev

Last synced: 24 Mar 2025

https://github.com/satvikpraveen/tsversehub

A comprehensive TypeScript learning platform built with React 18, Vite, and Monaco Editor. Features interactive playground, 8 concept modules, 5 mini-projects, progress tracking, and PWA capabilities. 15K+ lines of code with 95%+ test coverage. Portfolio project by Satvik Praveen showcasing modern web development practices.

automated-testing ci-cd code-analysis design-system design-system-frontend developer-tools docker modular-architecture monaco-editor playground portfolio pwa react service-worker state-management tailwindcss testing typescript vite web-application

Last synced: 11 Apr 2026

https://github.com/drownek/paper-e2e-test

End-to-end testing framework for Paper/Spigot plugins with TS/JS support

e2e minecraft mineflayer paper spigot testing

Last synced: 21 Feb 2026

https://github.com/chuvalniy/tulia

Contains self-implemented Machine Learning algorithms using only numpy.

boosting from-scratch knn learning logistic-regression machine ml numpy python random-forest regression sklearn testing xgboost

Last synced: 09 May 2026

https://github.com/pollosp/habitat-sinatra

Testing habitat packaging

habitat habitat-plan sinatra testing

Last synced: 26 Mar 2025

https://github.com/qgadrian/smokex

With Smokex you can automate your HTTP requests and create tests to help in your development.

automated-requests request-automation smoke-test smoke-tests test-automation testing testing-tools

Last synced: 04 Feb 2026

https://github.com/rathorsunpreet/python_api_checks

API Testing of the site https://reqres.in using Pytest and Requests.

pytest python-3 python3 request requests requests-library-python rest-api test test-automation testing

Last synced: 08 Jul 2026

https://github.com/alce65/unisys_node

Curso de Node para Unisys (Abril 2020)

api-rest ecmascript es6 express javascript node socket-io testing

Last synced: 10 Mar 2025

https://github.com/shlomiassaf/tssert

Type assertion testing library for TypeScript

assert testing type typescript

Last synced: 03 Jul 2025

https://github.com/guilhem/champagne

Kubernetes End-to-End testing

e2e-tests kubernetes testing

Last synced: 22 Jun 2025

https://github.com/nayanrdeveloper/star_war_people_assignment

This project show a data of star war people and it's casting and use star war public api.This task prove my reactjs skill, testing, code standard etc...

jest react react-testing-library tailwindcss testing

Last synced: 03 Sep 2025

https://github.com/rusq/307_ex

307_ex программа тестирования для 307 кафедры МАИ (ТУ) (2002 год)

80286 assembly assembly-language cp866 dos encryption student-project tasm testing tsr vintage x86-assembly

Last synced: 31 Mar 2025

https://github.com/you54f/pact-asyncapi-comparator

compare Message-Pact files against AsyncAPI descriptions

asyncapi pact testing

Last synced: 22 Jan 2026

https://github.com/mikeschinkel/go-testdata-defaulter

Simple package for Go to set table-driven test data defaults so that tables in tests only need include data that differs from defaults.

data defaults package testing tests

Last synced: 13 Oct 2025

https://github.com/amadr-95/spring-boot-testing

Unit Testing, Integration Testing, Testing External Services, Mocking with Mockito, Test Driven Development (TDD) and more.

integration-testing mockito tdd testing unit-testing

Last synced: 19 May 2026

https://github.com/kaxun01/nextjs-portfolio

Welcome to Kasun's portfolio repository! This repository contains the source code for my personal portfolio website built with Next.js and enhanced with Three.js for 3D visualizations.

automation cicd-pipeline nextjs tailwindcss testing threejs

Last synced: 12 Apr 2026

https://github.com/cmorten/ayup

For being lazy with what you test.

cli testing testing-tool

Last synced: 02 Jul 2025

https://github.com/hypemc/phpunit-function-mock

Provides a simple way to mock built-in PHP functions in PHPUnit tests

mock mock-functions monkey-patching php phpunit phpunit-extension testing

Last synced: 20 Jan 2026

https://github.com/rupurt/zock

z/OS Mainframe mock server over FTP and Telnet 3270 protocols

3270 ftp ftp-server ftpd ibm mainframe mainframe-testing telnet telnet-server testing

Last synced: 30 Mar 2025

https://github.com/priom/railsapi

RailsAPI is JSON REST API built with Ruby on Rails 5 and fully tested with RSpec & Factory Girls

factory-girl json rest-api rspec ruby-on-rails testing

Last synced: 19 Apr 2026

https://github.com/quarckster/conress

Conress is containerized cypress

container cypress javascript testing

Last synced: 09 May 2026

https://github.com/carloscolbe/url-to-json

URL query to JSON and JSON to URL with query

api json querystring testing testing-tools url

Last synced: 06 May 2026

https://github.com/crbroughton/ts-test-utils

A collection of testing helper types

bun testing type-testing types typescript utility

Last synced: 24 Feb 2026

https://github.com/e1washere/production-rag-service

Production-grade RAG service demonstrating enterprise MLOps practices with hybrid search, comprehensive observability, and automated deployment pipelines.

ai azure bm25 embeddings faiss fastapi github-actions hybrid-search llm mlops observability rag redis terraform testing

Last synced: 14 May 2026

https://github.com/billwallis/testing-github-actions

Sample GitHub Actions workflows.

testing

Last synced: 14 Oct 2025

https://github.com/fongandrew/call-next

Hook to interrupt asynchronous function flow for ease of testing

async javascript stub testing typescript unit-testing

Last synced: 19 Apr 2026

https://github.com/twyla-ai/hasura-world-db

A graphql interface using hasura and postgres for the MySQL world sample dataset

docker graphql graphql-interface hasura postgresql sample-dataset testing world-database

Last synced: 06 May 2026

https://github.com/garthdb/act-testing-mcp

MCP server for testing GitHub Actions workflows locally using nektos/act. Provides AI assistants with direct access to run, validate, and debug workflows without trial-and-error cycles.

act ai-tools ci-cd claude cursor github-actions mcp model-context-protocol nektos-act testing workflow-testing

Last synced: 20 Jan 2026

https://github.com/abedurftig/gradle-integration-tests

Run Unit tests first, then Integration tests (which also use WireMock)

docker-compose gradle jvm kotlin learning testing wiremock

Last synced: 14 Apr 2026

https://github.com/rishabhdeepsingh/competitive_cpp

Data structure and algorithms tested and usable using bazel

competitive-programming cpp testing

Last synced: 18 Jun 2026

https://github.com/dm3/asynctest

Clojure/script async test utilities

async clj cljs clojure clojurescript library testing utilities

Last synced: 04 Apr 2026

https://github.com/aejkatappaja/workout_tracker

Production-ready workout tracker API in Go with clean architecture, authentication, and PostgreSQL. Built for scalability and maintainability.

api clean-architecture docker go jwt middleware postgresql rest testing

Last synced: 06 May 2026

https://github.com/szermatt/turtles

Library for writing ERT-based tests that check how Emacs renders buffers and windows

elisp emacs testing

Last synced: 14 May 2025

https://github.com/neemiasborges/csharp_clientproductmanager

sistema de gerenciamento de clientes e produtos desenvolvido em C# com Windows Forms e .NET. Permite cadastrar, editar, remover e listar clientes e produtos, além de registrar e listar vendas. Utiliza PostgreSQL para persistência de dados e segue a Clean Architecture.

clean-architecture clean-code csharp postgresql studies tdd testing

Last synced: 06 May 2026

https://github.com/migueldcdev/hello-world-react-aws-ci-cd

React application built with TypeScript, Vitest for unit testing, and CI/CD pipelines configured with GitHub Actions.

aws ci-cd github-actions react testing typescript

Last synced: 06 May 2026

https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler

Helps setting up mock environment for wcm.io Handler.

adobe-experience-manager aem handler mock testing wcm-io

Last synced: 16 Oct 2025

https://github.com/b4dnewz/json-server

A customizable fully working REST JSON server

express-server json-server prototyping testing testing-tools

Last synced: 13 Jun 2026

https://github.com/yusufshakeel/mocha-project

This is a sample Mocha testing project.

mocha mocha-tests mochajs testing

Last synced: 12 May 2026

https://github.com/corvid-agent/fledge-plugin-test-network

WASM plugin testing network capability for fledge — verifies outbound TCP connections via WASI sockets

fledge fledge-plugin testing wasm

Last synced: 13 Jun 2026

https://github.com/corvid-agent/fledge-plugin-test-store

WASM plugin testing store capability for fledge — verifies key-value persistence via fledge::store_set/store_get

fledge fledge-plugin testing wasm

Last synced: 13 Jun 2026

https://github.com/hamolicious/configuration-less-generic-stub

Highly flexible and customisable stub for you testing needs.

automated-testing stub stubbing testing

Last synced: 13 Jun 2026

https://github.com/ucdavis/azurefunctions

Testing out azure functions, not for production use

testing ucdcaes

Last synced: 12 May 2026

https://github.com/xoac/futures-test-sink

futures async/await sink tests helpers.

async futures-rs rust-lang testing

Last synced: 12 May 2026

https://github.com/tathagat22/reel

VCR for LLM APIs — record and replay OpenAI/Anthropic/Gemini calls including streaming.

ai anthropic gemini llm mocking openai proxy pytest python replay testing vcr

Last synced: 14 Jun 2026

https://github.com/osisdie/mocha-http-test-template

A simple, workable, configable UnitTests using mocha, nconf and axios

axios http integration-testing mocha nodejs starter template testing

Last synced: 25 Jun 2026

https://github.com/adequatica/api-testing-comparison

Testing API with Cypress, Playwright, and Jest + Axios

cypress jest playwright testing

Last synced: 09 May 2026

https://github.com/emanuelnlopez/flutter-testing-course

a couple of Flutter applications developed as part of a testing course

flutter integration-tests tdd testing unit-tests widget-tests

Last synced: 12 May 2026

https://github.com/juliog922/device_manager_app

This is a second version of the tool that offers a comprehensive solution for visualizing and managing network transport structures with enhanced error handling and a robust stream pipeline. This updated iteration focuses on integrating a database for more efficient data management and retrieval.

actix-web docker logging microservice nginx rust surrealdb testing yew-framework

Last synced: 10 May 2026

https://github.com/automatika-robotics/kompass-sim

Ready-to-use simulation and testing environments for 2D robot navigation, fully integrated with Kompass navigation stack

gazebo kompass navigation robotics ros ros2 simulation testing

Last synced: 10 May 2026

https://github.com/jerrettdavis/flawright

A Playwright-flavored API for FlaUI: write fluent Windows desktop UI tests that feel natural and familiar.

e2e e2e-testing test test-automation testing testing-tools tests windows

Last synced: 12 May 2026

https://github.com/zavora-ai/skill-test-execution

Test execution skill — unit, integration, E2E tests, coverage, and failure analysis via mcp-test-runner

adk-rust agent-skills claude-skills coverage enterprise mcp quality testing

Last synced: 15 Jun 2026

https://github.com/shahidmalik4/data-platform-forge

A production-style local data platform built with modern data engineering tools. This project simulates a real-world ELT pipeline — from raw data ingestion through transformation and orchestration — using the same stack used in professional data engineering teams.

dagster dbt dlt postgresql testing uv

Last synced: 15 Jun 2026

https://github.com/scottdj92/ava-poc

a POC for writing tests with AVA

ava testing testing-tools typescript

Last synced: 15 Jun 2026

https://github.com/bunnysayzz/modelman

MCP Testing Tool - Like Postman, but for the Model Context Protocol.

agent agents ai cursor mcp mcp-client mcp-server mcp-testing postman test-tools testing

Last synced: 16 Jun 2026

https://github.com/ready-steady/fixture

Auxiliary routines for testing

testing

Last synced: 16 Jun 2026

https://github.com/fpopic/cmake-googletest-template-project

(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".

cmake google-test testing unit-testing

Last synced: 16 Jun 2026

https://github.com/viruxe/cfxlua-cli

A standalone verification tool for FiveM scripts, built because standard luac cannot handle the CitizenFX Lua flavor.

automation cfxlua citizenfx fivem linter lua luaglm static-analysis testing verification

Last synced: 16 Jun 2026

https://github.com/nebulity/latdx-cli

LATdx CLI - Accelerate Salesforce Apex testing

apex cli developer-tools latdx salesforce sfdx testing

Last synced: 31 May 2026

https://github.com/nanlabs/nan-python-engineering-labs

Self-guided learning system for professional Python engineering — typing, testing, async, FastAPI, performance. NaNLABS Lab Charter v1.

async charter-v1 fastapi learning-labs nanlabs packaging python testing typing

Last synced: 16 Jun 2026

https://github.com/rask/behat-chromedriver-quickstart

A quickstart package/reference for Behat3 and ChromeDriver

behat behat3 chromedriver php selenium-webdriver testing

Last synced: 11 May 2026

https://github.com/4lessandrodev/dependency-injection-tsyringe

testing tsyringe - dependency injection

dependency-injection test testing tsyringe

Last synced: 16 Jun 2026

https://github.com/quinnjr/blackbox-bench

A lightweight, zero-dependency Python benchmarking library with decorator and context manager APIs, CLI, and run comparison

benchmark benchmarking cli developer-tools optimization performance profiling python testing timing

Last synced: 16 Jun 2026

https://github.com/bilal-fazlani/mockserver-openapi-scenario-extension

A MockServer expectation initializer that turns OpenAPI x-mockserver-scenarios extensions into executable MockServer expectations at startup.

mockserver openapi testing

Last synced: 16 Jun 2026

https://github.com/andersonrezende/gwt

Go With Test

go golang tdd testing

Last synced: 11 May 2026

https://github.com/pavelvais/snapshot-doctrine

This library provides an easy way to take snapshots of your database using Doctrine ORM in PHP. It allows you to save and rollback snapshots, offering various storage options like clean JSON storage, compressed, and encrypted storage.

doctrine orm snapshot symfony testing transaction

Last synced: 11 May 2026

https://github.com/dwoz/pytest-jasmine

Run jasmine tests from pytest with selenium and report the results

jasmine pytest-plugin python testing

Last synced: 11 May 2026

https://github.com/andrei-straut/tldr

Test Levels During Refactor

java maven tdd testing visjs

Last synced: 11 May 2026

https://github.com/rngodev/rngo-rs

Rust libraries and binaries for rngo

rust simulation testing

Last synced: 26 Jun 2026

https://github.com/shuza/android-learn-ui-testing

This project is to learn Expresso UI testing by example

android espresso java testing ui

Last synced: 11 May 2026

https://github.com/piecioshka/boilerplate-mocha

🍴 Starter with Mocha and other assertion libraries

mocha testing

Last synced: 17 Jun 2026