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/muradisazade777/ts-rate-limiter

A modular, scalable, and production-ready API rate limiter built with TypeScript and Redis. Designed for Express and Fastify, this package provides plug-and-play middleware, CLI tools, and branded configuration for managing request limits across endpoints and IPs.

api backend backend-api config configuration javascript js json redis testing token ts typescript

Last synced: 13 Nov 2025

https://github.com/bahmutov/not-allowed

Throws a good user friendly error if a function is called, useful in stubs during testing

mock sinon stub test testing utility

Last synced: 26 Sep 2025

https://github.com/virtualansoftware/service-virtualization-openapi

Service virtualization is the simulation of the behavior of software components that are unavailable or otherwise restricted during the preproduction stage of the software development lifecycle. 

automated-testing dynamic-mock microservice mock-server mock-services mocking service-virtualization shift-left stub stubbing stubs testing

Last synced: 13 Apr 2025

https://github.com/saufiroja/simple-message-broker

simple example using message broker with golang

apache-kafka docker-compose go golang message-broker testing

Last synced: 27 Jul 2025

https://github.com/alastairtree/python-cli-devenv-and-ci-sample

Demo an opinionated setup for a python command line app with tests and CI

cicd cli python testing

Last synced: 27 Jul 2025

https://github.com/mgrdich/my_own_angularjs

Angular js framework from the ground up with typescript

angularjs jest testing ts-jest ts-js typescript webpack

Last synced: 09 Apr 2026

https://github.com/lukasmetzler/agenteval

Lint, benchmark, and score your AI coding instructions. Stop guessing, start measuring.

agents ai benchmark bun claude cli code-quality copilot cursor developer developer-tools evaluation instructions lint testing typescript

Last synced: 08 Apr 2026

https://github.com/swisslife-oss/testsources

TestSources makes easy to handle, organize and use test files from within a .NET test.

csharp file files json net nunit test testing tool xunit

Last synced: 13 Apr 2025

https://github.com/keeferrourke/libtdd

libtdd is a minimalist testing framework inspired by the golang testing pkg

c c-library c99 library posix tdd test-driven-development testing testing-framework

Last synced: 20 Jan 2026

https://github.com/allenluce/mocha-table

Table-driven tests for Mocha.

javascript mocha testing

Last synced: 12 Jan 2026

https://github.com/paksuco/dusk-time-travel

A dusk browser extension for enabling time travel tests

browser dusk laravel laravel-dusk laravel-dusk-ci laravel-package testing time-travel

Last synced: 07 Mar 2026

https://github.com/miroslav-reiter/python

🐍 Kurz Python Materiály, zdrojové kódy

jupyter python reiter testing

Last synced: 30 Jul 2025

https://github.com/adzz/elixir_run_tests_action

A github action to run tests in an elixir project

elixir exunit github-actions mix testing

Last synced: 11 Apr 2025

https://github.com/kostya-zero/tesuto

✅ Lightweight automation tool.

testing

Last synced: 11 Apr 2025

https://github.com/kennfatt/nextjs-api-routes-testing

Template to test your NextJS API Routes with Jest, supertest, and next-connect.

jest next next-connect nextjs supertest template testing

Last synced: 15 Aug 2025

https://github.com/arnaudband/voting_contract

In smart contract governance systems there is usually some minimum voting participation that must be reached before a proposal can be executed. Most governance systems today use coin voting, where the number of voting ERC20 tokens you hold decide your vote weight.

chai solidity-contracts testing voting-contract

Last synced: 19 May 2026

https://github.com/byawitz/appread

📕 Read what you've written in Appwrite.

appwrite testing

Last synced: 05 Apr 2025

https://github.com/com8/os-tester

A Python pip package to automate testing of whole operating systems with an image recognition based approach and libvirt (qemu). Inspired by openQA.

libvirt operating-system python python3 qemu testing

Last synced: 15 Apr 2025

https://github.com/jhvhs/gob-mock

Mocks for testing bash scripts with go-basher

bash ginkgo go-basher tdd testing

Last synced: 21 Jul 2025

https://github.com/sonalys/testit

A simple and robust Go test framework

framework go golang test testing

Last synced: 02 Jan 2026

https://github.com/friskes/capture-db-queries

Class to simplify the search for slow and suboptimal sql queries to the database in django projects.

capture-queries context-manager database decorator django drf explain iterator mysql oracle postgresql pytest sqlite3 testing unittest

Last synced: 22 Jul 2025

https://github.com/linbit/lbtest

Execute tests efficiently and concurrently in many VMs

drbd testing zfs

Last synced: 24 Feb 2025

https://github.com/jdmaturen/cannon

A distributed systems failure modeling tool.

cannon distributed-systems java testing

Last synced: 13 May 2026

https://github.com/jbzoo/skeleton-php

PHP Skeleton for new JBZoo projects

jbzoo php php-skeleton phpunit skeleton test testing unit-testing

Last synced: 14 Apr 2025

https://github.com/ortegavan/cypress

Repositório de estudos com Cypress do curso Qualidade de Software da EBAC

cypress javascript testing

Last synced: 14 Mar 2025

https://github.com/dylibso/xtp-test-rust

A Rust test framework for xtp / Extism plugins.

extism plugins testing unit-testing wasm webassembly

Last synced: 02 Feb 2026

https://github.com/gtkacz/coverage-pre-commit

A pre-commit hook to run coverage on your code and enforce a minimum coverage threshold.

coverage pre-commit python test testing testing-tools

Last synced: 07 Apr 2025

https://github.com/nifty-lil-tricks/testing

A selection of useful utilities (or nifty li'l tricks!) for all things testing

deno nodejs testing

Last synced: 26 Jun 2025

https://github.com/huangruichang/electron-testing-script

基于 electron 的网页性能测试脚本

electron performance testing

Last synced: 18 Feb 2026

https://github.com/jahongir7174/fasterrcnn

FasterRCNN implementation using PyTorch

coco faster-rcnn fasterrcnn mosiac pytorch testing training

Last synced: 10 May 2026

https://github.com/relrin/cargo-test-all

Cargo extension for running tests of the used dependencies

cargo cargo-commands rust testing

Last synced: 12 Apr 2025

https://github.com/andywer/deep-assert

🔍 Better deep-equals comparison, supporting custom property assertions and pretty diffs.

assertions deep-equals diff javascript json json-diff nodejs testing typescript

Last synced: 28 Aug 2025

https://github.com/thekashey/package-self

Place yourself in the right place.

npm npm-scripts package testing

Last synced: 25 Aug 2025

https://github.com/bahmutov/was-tdd

Checks a branch that claims to fix a bug using TDD principle

cli tdd test testing

Last synced: 29 Sep 2025

https://github.com/geminimir/promptproof-demo-project

Support & RAG Assistant demo using PromptProof SDK + Action. Records LLM interactions to fixtures and validates contracts (PII, schema, budgets, disclaimers) locally and in GitHub Actions.

demo express fixtures github-actions llm node prompt-engineering rag testing

Last synced: 07 Apr 2026

https://github.com/techquery/test-example

A JSDoc plugin for generating test files by parsing @example

automation jsdoc npm plugin testing

Last synced: 25 Jun 2025

https://github.com/aasaam/vulnerable-application

Vulnerable application is test case study for check protection mechanism.

security-vulnerability sql-injection testing xss-vulnerability

Last synced: 23 Jul 2025

https://github.com/bryandejesusrt/coffeemachine

☕✨Proyecto Máquina de Café con T.D.D.: Implementa una máquina dispensadora de café utilizando Test Driven Development. Permite al usuario seleccionar el tamaño del vaso, la cantidad de azúcar y recoger su bebida personalizada. Solución eficiente para disfrutar de café a medida. ☕✨

app console console-application csharp csharp-app desktop tdd testing testing-tools

Last synced: 24 Feb 2025

https://github.com/jcbritobr/img2ascii

Simple term ascii image encoder fully tested.

ascii ascii-art encoder go golang image image-processing tdd testing

Last synced: 06 Apr 2025

https://github.com/trevorkarjanis/karma-extjs

This package provides a Karma plugin for Ext JS applications, versions three to the latest, that starts test execution when the application is launched or as configured.

ext-js karma testing

Last synced: 29 Apr 2025

https://github.com/zmekonnen251/unit-test-practice

This project's purpose is to practice unit testing using the jest library. JavaScript and Jest library are used.

jest tdd testing unit-testing

Last synced: 19 Jan 2026

https://github.com/springtainer/springtainer-elasticsearch

Elasticsearch as docker-container for springboot testing

elasticsearch spring spring-boot testcontainers testing

Last synced: 07 Apr 2026

https://github.com/r-unic/runit

A unit testing library for Roblox heavily inspired by xUnit from C#

csharp lua roblox runit testing typescript unit xunit

Last synced: 08 Mar 2026

https://github.com/cgalvarez/atom-coverage

Add code coverage to your ES6 Atom package

atom coverage istanbul mocha nyc testing

Last synced: 10 Mar 2026

https://github.com/shinesolutions/inspec-aem-aws

InSpec profile for checking AEM resources on AWS

aem aem-opencloud aws inspec testing

Last synced: 06 Sep 2025

https://github.com/verifyica-team/verifyica

Java parameterized class / scenario / integration test engine built on JUnit Platform

integration-testing java junit junit5 scenario scenario-test testcontainers testing

Last synced: 20 Feb 2026

https://github.com/cdimascio/couchinator-java-wrapper

Fixtures for CouchDB and IBM Cloudant.

cloudant couchdb fixtures test-fixtures testing

Last synced: 29 Mar 2025

https://github.com/qxip/docker-hepgen

HEP Generator in a Box

ci generator hep hepic homer simulator testing

Last synced: 09 Mar 2026

https://github.com/spy86/owaspwebapplicationsecuritytestingchecklist

🛡️📝 OWASP Web Application Security Testing Checklist

application application-security checklist owasp security testing

Last synced: 11 Feb 2026

https://github.com/martinthenth/factoid

A test fixtures library - based on Ecto

ecto elixir exunit phoenix testing

Last synced: 11 Dec 2025

https://github.com/psychollama/vader-action

Test your vim plugin with vader

github-action testing vader vim

Last synced: 18 May 2026

https://github.com/engineeringsoftware/exli

Automatic extraction of inline tests (from unit tests)

inline-tests test-automation test-generation testing

Last synced: 12 May 2025

https://github.com/baba-s/monkeytesttool

簡易モンキーテストツールです。指定された範囲内を高速かつランダムにクリックし続けます。

csharp test testing

Last synced: 28 May 2026

https://github.com/rsrchboy/test-moose-more

More tools for testing Moose packages

moose perl perl5 testing

Last synced: 13 Apr 2025

https://github.com/iansan5653/assertion-types

Test your types using just the TypeScript compiler and no external tools.

linting testing types typescript utility-types

Last synced: 21 Jul 2025

https://github.com/endemolshinegroup/serverless-test-utils

Testing utilities for Serverless projects

serverless serverless-framework testing typescript

Last synced: 16 Jan 2026

https://github.com/monikakonieczna/playwright-ts-project

Example project for Test Automation in Playwright & Typescript for demo site: Swag Labs.

playwright playwright-typescript playwright-ui swaglabs test-automation testing typescript

Last synced: 08 Oct 2025

https://github.com/blockception/action-minecraft-bedrock-diagnose

Tests the content of your Minecraft project for errors and outputs them to the action console as well as marks it as failed

action actions bedrock diagnostics hacktoberfest2022 minecraft minecraft-bedrock test testing unittest

Last synced: 14 Apr 2025

https://github.com/mindee/client-lib-test-data

Test Data for Mindee Client Libraries

testing

Last synced: 21 Jul 2025

https://github.com/araqnid/hamkrest-json

Hamkrest matchers for JSON

hamcrest json kotlin matchers testing

Last synced: 12 Jan 2026

https://github.com/n-r-w/testdock

TestDock is a Go library that simplifies database testing by automatically managing test database instances in Docker or external environments, with support for MongoDB, PostgreSQL, MySQL and other SQL databases

database go mongodb pgx postgresql sql testing

Last synced: 08 Aug 2025

https://github.com/unboundedsystems/mocha-nock

Easy recording and playback of HTTP(S) for Mocha.js using Nock.

http https javascript mocha mochajs mock mocks nock nodejs testing

Last synced: 01 Oct 2025

https://github.com/sawadashota/httprequesttest-go

HTTP Request Test Example in Go

go golang httpclient testing

Last synced: 21 Jul 2025

https://github.com/marco-m/xprog

xprog -- a test runner for go test -exec

go remote ssh testing vm

Last synced: 12 Apr 2025

https://github.com/awncorp/test-db

Temporary Databases for Testing

automation database perl perl5 testing

Last synced: 08 May 2026

https://github.com/alxwrd/specsavers

:eyeglasses: A Python wrapper around the Specsavers appointment booking API

api-client client python reverse-engineering specsavers testing

Last synced: 19 Jul 2025

https://github.com/momentic-ai/js

Momentic JavaScript SDK

ai api npm openapi sdk testing

Last synced: 30 Jun 2026

https://github.com/tunnckocore/gruu

(WIP, see gruu-api) Microscopic test framework, built on Promises and ~150 SLoC. Concurrency, plugins, reporters and ES2017 ready, but works on Node.js 0.10 too!

async-await async-functions callbacks concurrency es2015 es2017 plugins promises tap test-runner testing

Last synced: 27 Feb 2025

https://github.com/stackia/supertest-test2doc

A supertest extension to make life easier with test2doc.js.

documentation-tool javascript supertest test2doc testing

Last synced: 09 Sep 2025

https://github.com/joomcode/e2ed

E2E testing framework over Playwright

e2e playwright testing

Last synced: 07 May 2025

https://github.com/jdhitsolutions/GitDevTest

A practice and scratch Git repository.

demo github powershell testing

Last synced: 06 May 2025

https://github.com/ryanchao2012/gutt

Auto Generate Unit Test Templates

code-generation codegen gutt python testing unit-testing

Last synced: 05 May 2025

https://github.com/mzyxnuel/nestjs-biome-husky

Nest.js + Biome.js formatter + Husky precommit

api backend biomejs cli husky jest nestjs pnpm testing typescript

Last synced: 12 Mar 2025

https://github.com/pepkorit/beach-day

API integration testing as fun as a day on the beach

beach-day frisby integration-testing jasmine nodejs postman testing

Last synced: 13 Apr 2025

https://github.com/birajmainali/mediator-pattern

Functional implementation of the CQRS pattern using MeditR with moq testing

mediator-pattern mocking testing

Last synced: 12 Jun 2026

https://github.com/daflockinger/unitstack

UnitStack is a stub/mock-service for unit-testing AWS implementations locally.

aws-sdk mock stub test-framework testing testing-tools

Last synced: 11 Jan 2026

https://github.com/henri9813/golang-test

Unit testing image for Golang Projects, support multi package project.

go golang packages testing

Last synced: 20 Jun 2025

https://github.com/mikejeuga/learn-go-with-tests-fr

🇫🇷 Apprendre Go en utilisant le développement piloté par les tests

francais francaise france french french-speaking french-translation go golang tdd test-driven-development testing

Last synced: 26 Mar 2025

https://github.com/gabrieljmj/shouldphp

:hammer: In-development. A little based on Should.JS. Framework to make tests with classes.

should tdd test testing

Last synced: 11 Sep 2025

https://github.com/vasekpurchart/phing-tester

Helper tool for writing Phing component tests using PHPUnit

phing phpunit testing

Last synced: 12 Apr 2025

https://github.com/green-code-initiative/creedengo-csharp-test-project

Tests for the latest version of the ecoCode-csharp NuGet package.

csharp ecodesign testing

Last synced: 10 Apr 2025

https://github.com/mrazauskas/pretty-ansi

Convert ANSI escape sequences to human readable text.

ansi escape pretty sequences testing

Last synced: 21 Mar 2025