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

Unit testing

Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.

https://github.com/liamnichols/swift-fixture

A tool to help you in writing clean and concise unit tests by standardizing the creation of fixture values.

fixtures swift unit-testing xcode

Last synced: 11 Apr 2025

https://github.com/gammasoft71/tunit

Modern c++17 unit testing framework on Microsoft Windows, Apple macOS, Linux, iOS and android.

cpp cpp17 framework ios libraries library macosx multi-platform tdd test test-framework testing unit-tesing unit-test unit-testing unit-testing-framework unit-tests unittest unittests

Last synced: 11 Jun 2025

https://github.com/g4s8/matchers-json

Hamcrest matchers for javax.json objects and arrays

hamcrest-matchers json oop unit-testing

Last synced: 09 Apr 2025

https://github.com/deminy/counit

To run time/IO related unit tests (e.g., sleep function calls, database queries, API calls, etc) faster using Swoole.

phpunit swoole unit-testing

Last synced: 12 Apr 2025

https://github.com/mradionov/tleaf

AngularJS unit test generator

angular generator unit-testing

Last synced: 12 Jun 2025

https://github.com/merindorium/guava

A Swift test double library. Guava - looks like an apple but it's not.

fake library spy stub swift test-doubles unit-testing

Last synced: 29 Jul 2025

https://github.com/jpmonette/apexcov

Generates public Apex test coverage reports for your Force.com open-source projects

apex code-coverage forcedotcom golang lcov salesforce unit-testing

Last synced: 19 Apr 2025

https://github.com/bwatts/green

Green is a standalone .NET library focused on applying Boolean expressions to target data. Ask better questions of your objects using checks and expectations!

asssertions checks csharp dotnet dotnet-core expectations green standalone testing unit-testing utilities validation

Last synced: 15 Apr 2025

https://github.com/larney11/mock-fetch-api

Mock http requests and responses using fetch API (or isomorphic-fetch). Straight forward functions makes it simple to create customizable and legible unit tests.

api fetch javascript mock mock-fetch mock-fetch-api mockfetch react-native unit-testing

Last synced: 19 Apr 2025

https://github.com/edumserrano/dotnet-sdk-extensions

This repo contains extensions to help build .NET applications, as well as extensions for unit and integration tests. It supports applications targeting .NET 6 and higher.

asp core csharp dotnet extensions guides integration-testing mocking sdk-net test testing tests unit-testing web webapp

Last synced: 08 Jul 2025

https://github.com/gagolews/realtest

When Expectations Meet Reality: Realistic Unit Testing in R

continuous-testing r testing-tools unit-testing

Last synced: 14 Jul 2025

https://github.com/flu-x/flexibox

One single end point to get started with your selenium codebase in a go

browser-drivers chromedriver driver geckodriver problem-statement pytest python37 selenium selenium-webdriver unit-test unit-testing webdriver

Last synced: 28 Oct 2025

https://github.com/eonist/resourcehelper

Enables you to use .bundle and other resources with SPM Unit-tests

asset bundle ci continuous-integration files spm swift-package-manager testing unit-testing

Last synced: 14 Apr 2025

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: 04 Jan 2026

https://github.com/mahammad-mostafa/delicious-meals

This is the capstone project for the second module in Microverse program. It is a group project which is about meal recipes app.

await-async capstone-project es6 es6-modules html-css-javascript jest kanban-board microverse promises rest-api single-page-app unit-testing webpack5

Last synced: 22 Apr 2025

https://github.com/e-j/qt-multiple-tests

Simple extension for the Qt Test library that allow running multiple tests cases in one application

c-plus-plus qt4 qt5 qtest qtestlib unit-testing

Last synced: 11 Mar 2025

https://github.com/matthiware/unittesting

C# Unit Testing Basics with xUnit and NUnit

csharp dotnet-core nunit tutorial unit-testing unittesting xunit

Last synced: 31 Oct 2025

https://github.com/angoca/db2unit

db2unit is a testing framework for IBM DB2 SQL PL

database db2 db2luw ibm rdbms sql-pl tap test-runner testing testing-tool unit-testing

Last synced: 02 Aug 2025

https://github.com/abeltavares/marketpipe

🛠 Containerized and configurable Airflow ETL pipeline for collecting and storing stock and cryptocurrency market data.

airflow aws ci-cd cryptocurrency data-analysis data-collection data-storage docker iac oop pgadmin pipeline postgresql python sql stocks unit-testing

Last synced: 22 Apr 2025

https://github.com/foxssake/vest

A unit testing addon for Godot

godot godot-eng godot-engine- test test-automation unit-testing

Last synced: 01 Aug 2025

https://github.com/nikicac/dynamicscrm.assemblydebugger

Easy debugging of Plugins and workflows, without deployment to Dynamics CRM

codeactivity debuging dynamics-crm integration-testing nuget plugin unit-testing

Last synced: 05 Sep 2025

https://github.com/danielcaldas/test-fixtures-pattern

A simple demonstration of a fixtures test based architecture in JavaScript

architectural-patterns javascript jest testing unit-testing

Last synced: 10 Apr 2025

https://github.com/jernejk/mixedefcoreunittesting

When doing unit tests for EF Core, we can use in-memory-database to test functionalities but sometimes we needs to use SQL features. That's where SQLite comes into play.

dotnetcore3 efcore in-memory-database samples sqlite unit-testing

Last synced: 11 Apr 2025

https://github.com/larmic/joinfaces-bean-test

Demonstrates a way to create an JSF bean integration test

butterfaces integration-testing joinfaces spring-boot unit-testing unittest

Last synced: 16 Jan 2026

https://github.com/tradeshift/http-mockserver

Simplify development and testing by mocking http services with ease.

cli mock-server mockclient mocking node npm test unit-testing

Last synced: 14 May 2025

https://github.com/wrumsby/ristretto

A browser friendly assertion library for Mocha

javascript legacy mocha unit-testing

Last synced: 23 Apr 2025

https://github.com/restuwahyu13/golang-testing-fundamental

Example basic fundamental testing in golang

golang tdd testing unit-testing

Last synced: 07 May 2025

https://github.com/yegor256/tdx

Test Dynamics

analysis testing unit-testing

Last synced: 27 Mar 2025

https://github.com/team-igniter-from-houston-inc/async-fn

Additional methods for different mocking libraries to introduce "late resolve" of promises returned by the mock functions. This allows tests that read chronologically, like a story.

async async-await bdd javascript jest sinon tdd unit-testing

Last synced: 07 May 2025

https://github.com/johnsusek/vue-test-declarative

Declarative unit testing for Vue components.

declarative testing testing-tools unit-testing vue

Last synced: 16 May 2025

https://github.com/peter-evans/mutation-testing

Mutation Testing – featuring an example using Stryker, a framework for the JavaScript ecosystem

code-coverage fault-based-testing mutation-testing stryker stryker-testframework unit-testing

Last synced: 07 May 2025

https://github.com/artemis-beta/fortutf

FORTRAN Unit Test Suite written in FORTRAN

fortran test test-framework testing-fortran unit-testing

Last synced: 01 Mar 2025

https://github.com/olets/zsh-test-runner

Straight-forward tests and coverage reports for zsh and —under zsh's emulation— csh, ksh, and sh. ~200 unique cloners as of July '24

cli command-line coverage csh ksh sh shell test-framework test-reporting test-runner testing unit-testing zsh

Last synced: 03 May 2025

https://github.com/d3adb5/helm-unittest-action

Composite action that installs Helm, helm-unittest, and runs unit tests for charts present in a repository or declared by the user.

composite-action helm unit-testing

Last synced: 28 Jan 2026

https://github.com/open-turo/swift-test-drs

Accelerate your testing velocity with Test DRS: Swift utilities for lightning-fast spying, stubbing, and mocking.

macros mock mocking spy spying stub stubbing swift tdd testing unit-testing

Last synced: 01 Jun 2026

https://github.com/devenjarvis/sundew

Making Python testing easy, enjoyable, and effective ☀️

python sundew testing testing-framework unit-testing

Last synced: 11 May 2025

https://github.com/aazuspan/should-test

Build and run unit tests in the Earth Engine code editor

assert assertions code-editor earth-engine gee javascript testing unit-testing

Last synced: 10 Apr 2025

https://github.com/bmvantunes/youtube-react-testing-video2-config-jest-react-testing-library

Setup React.js Testing environment: Next.js, ts-jest, jest, react testing library, eslint plugins for jest and react-testing-library and GitHub Actions

eslint github-actions jest react-testing-library testing unit-test unit-testing

Last synced: 29 Jul 2025

https://github.com/deverebor/typescript-design-patterns-study

Playground for studying design patterns, solid principles, GoF, testing and more with TypeScript

design-patterns gof-patterns jest solid-principles typescript unit-testing

Last synced: 10 Apr 2025

https://github.com/minapecheux/unity-unittestingpong

A sample Unity Pong game to show how to do basic unit testing with the Test Framework package, with a CI/CD integration thanks to Codemagic.

pong pong-game test testing unit-test unit-testing unity unity2d

Last synced: 10 Apr 2025

https://github.com/bartstc/interior-and-exterior-e-commerce-client

E-commerce application with React hooks, TypeScript, Redux and React Testing Library

e-commerce jest react react-testing-library redux redux-saga styled-components typescript unit-testing

Last synced: 15 Apr 2025

https://github.com/phohenecker/torch-test-case

Extends unittest.TestCase such that assertions support PyTorch tensors and parameters.

python3 pytorch unit-testing

Last synced: 12 Apr 2025

https://github.com/ezekielutshudi/testing-practice-with-jest

This is a lesson that involves learning how to use unit testing with jest and how to apply it in projects.

jest test testing testing-tools unit-testing

Last synced: 28 Feb 2026

https://github.com/cjrh/dockerctx

Context manager for managing the lifetime of a docker container

docker python unit-testing

Last synced: 10 Jun 2025

https://github.com/alexmx/Combinations

A blazingly fast runtime test generator suited for boundary testing.

brute-force ios testing ui-testing unit-testing xctest

Last synced: 31 Mar 2025

https://github.com/hpple/reflection-assert

Reflection Assert for JUnit 5 & others

assert assertions java junit junit5 reflection testing unit-testing

Last synced: 14 Jan 2026

https://github.com/tfrommen/wceu-2018-unit-testing

Code for the workshop "An Introduction to Unit Testing (for WordPress)" at WordCamp Europe 2018.

javascript php testing unit-testing wordpress

Last synced: 07 May 2025

https://github.com/506-fetl/one-question-per-day

本仓库是每日一题的代码仓库,旨在通过每日编程题目提升实验室成员的编程能力和解决问题的能力。每位成员需要根据每日更新的题目完成自己的解法,并通过对应的单元测试后提交代码。

algorithm frontend javascript typescript unit-testing vitepress

Last synced: 05 Mar 2026

https://github.com/objectionary/jucs

JUnit Classpath Sources: a simple framework for using classpath resources as JUnit sources

java junit5 junit5-extension oop unit-testing

Last synced: 09 Jun 2026

https://github.com/tfrommen/testable-code

Example code for the talk "How (Not) to Write Testable Code" at WordCamp Nuremberg, 2016.

testability unit-testing

Last synced: 08 Jul 2025

https://github.com/d-led/cpp-testing-no-excuses

there's no excuse not to do bdd/tdd in c++ projects

bdd cplusplus cucumber specification testing unit-testing

Last synced: 14 Apr 2025

https://github.com/keplersj/jest-preset-gatsby

Preset for testing Gatsby sites using Jest.

gatsby jest react testing typescript unit-testing

Last synced: 13 Aug 2025

https://github.com/mazipan/testing-vuenuxt-playground

🌻 Playground for setup example and get in action with Unit Test on Nuxt, Vue 2 and Vue 3

jest nuxt-test nuxtjs unit-testing vue-test

Last synced: 27 Oct 2025

https://github.com/musobarlab/gorengan

Golang's GraphQL Server Starter Kit

clean-architecture go golang graphql graphql-server unit-testing

Last synced: 08 Aug 2025

https://github.com/chyiiiiiiiiiiii/test_riverpod_with_mocktail

Test Provider, FutureProvider and AsyncNotifierProvider in your Riverpod project

app dart flutter mocktail provider riverpod test unit-testing

Last synced: 11 Jul 2025

https://github.com/nao1215/hottest

hottest - user-friendly 'go test' that extracts error messages.

command-line command-line-tool github-actions go golang test unit-testing user-friendly

Last synced: 10 Sep 2025

https://github.com/valnoc/mirage

Mirage is a mocking library for swift projects. The recommended way is to use https://github.com/valnoc/FataMorgana for Mirage mocks generation to avoid writing them manually.

mock mocking mocks stub stubbing stubs swift tdd unit-testing unittest unittesting

Last synced: 20 Oct 2025

https://github.com/igor-toporet/simply-test-data

Subtle test data factory with flexible capabilities to customize created objects

c-sharp declarative domain-driven-design test-data test-data-generator testdata unit-testing

Last synced: 20 Sep 2025

https://github.com/ccavnor/mockcloudkitframework

A framework for testing of CloudKit operations. It mocks CloudKit classes to provide a seamless way to test CloudKit operations in your App's code.

cloudkit icloud integration-testing ios-swift mocking swift testing uitesting unit-testing

Last synced: 21 Oct 2025

https://github.com/mrothnet/lunit

Unit Testing Framework for Lua.

lua unit-testing

Last synced: 15 Apr 2025

https://github.com/priteshrnandgaonkar/testloginapplication

An example to test the viewcontroller and LoginApplication

mocking swift-3 unit-testing

Last synced: 31 Aug 2025

https://github.com/youmari/foot-info

foot-info is a web application where you can see information about football leagues filtered by Countries and standings for every football team in the world

axios intergration-test jest react react-redux react-router react-testing-library redux redux-logger tailwindcss unit-testing

Last synced: 07 Oct 2025

https://github.com/martinnowak/qcheck

QuickCheck like test library

d fuzz-testing quickcheck unit-testing

Last synced: 04 Jan 2026

https://github.com/codecop/unit-testing-koans

Testing Koans to understand how to write unit tests with different frameworks.

exercise koan koans testing-framework testing-koans unit-testing

Last synced: 06 Sep 2025

https://github.com/bikecoders/ngx-input-search

Angular directive to put in your search inputs to improve the UX. With its only output you will be able to get what the user writes with all good practices related to search input

angular angular-lib angular-library continuous-integration input-search ngx npm search-criteria sonar-scanner sonarqube tdd unit-testing ux

Last synced: 19 Oct 2025

https://github.com/minapecheux/unitytutorials-unittesting

The code for a short tutorial on how to implement basic unit testing in Unity/C# using the Unity Test Framework (in text or video format)!

automation ci-cd cicd csharp devops devops-tools test testing unit-testing unittest unity

Last synced: 10 Apr 2025

https://github.com/picimako/mockitools

Mockito framework integration for the IntelliJ platform.

intellij intellij-plugin made-in-hungary mocking mockito unit-testing

Last synced: 17 Mar 2025

https://github.com/tkssharma/javascript-testing-world

🥼🧬🧪🔬🧫🦠 All about javascript Testing using Different Libraries 2021 [Become Smart Developer] 🥼🧬🧪🔬🧫🦠

code code-coverage-html coverage-report cypress e2e-tests istanbuljs jasmine jest jest-snapshots karma-jasmine mocha mocha-chai nestjs-graphql nock nyc sinon testing unit-testing

Last synced: 26 Jul 2025

https://github.com/itsallcode/junit5-system-extensions

JUnit5 extensions to test Java System.x functions

extension java junit junit5 junit5-extension unit-testing

Last synced: 05 Mar 2026

https://github.com/gustavofreze/points-of-interest

Implementação do desafio "Pontos de Interesse por GPS", do repositório backend-br.

backend-br challenge hexagonal-architecture mutation-testing php points-of-interest pois unit-testing

Last synced: 23 Jul 2025

https://github.com/atoum/phpunit-extension

atoum PHPUnit extension — Run your PHPUnit tests with atoum

atoum php phpunit test test-framework testing-tools unit-testing

Last synced: 10 Apr 2025

https://github.com/playcanvas/canvas-mock

Mock for HTMLCanvasElement and related classes

canvas canvas2d mock unit-testing webgl

Last synced: 22 Jun 2025

https://github.com/theycallmemac/dcurooms

A command line tool used to display room information and book and request rooms.

command-line-tool python python-script python3 school scraper scraping scraping-websites script tool travis-ci unit-testing

Last synced: 10 Apr 2025

https://github.com/jasonraimondi/graphql-server

Full Stack TypeScript GraphQL monorepo with Express/ApolloServer and a NextJS/ApolloClient

apollo-client apollo-server docker graphql integration-testing ioc monorepo nextjs repository-pattern typeorm typescript unit-testing

Last synced: 18 Jun 2025