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/wickedone/muppet

unit testing your setters, getters, adders, removers, issers and whatevers

infection integration-testing mutation mutation-testing php phpunit tdd test testing testing-tools unit-test unit-testing

Last synced: 03 Oct 2025

https://github.com/henriqueweiand/nestjs-mongodb-order

Exercise using MongoDB, NestJS, JWT, Jest. This is a simple aplication that some endpoints require login and some not, and the user can create products and than create and order that has those products.

auth e2e-tests github-actions jest mongodb mongoose nestjs swc unit-testing

Last synced: 09 Apr 2026

https://github.com/gabrielalmir/hush

A lightweight, Redis-compatible in-memory data store implemented in Python with async/await support.

asyncio caching lru-cache pytest python queue unit-testing

Last synced: 04 Oct 2025

https://github.com/ifsantana/ecommerce

Simple ECommerce Project - RestAPIs

aspnetcore2 automapper jwt mysql nunit oauth2 unit-testing webapi

Last synced: 05 May 2026

https://github.com/mystackbox/prj-user-profile

a user-profile angular application that allows users to register and sign-in. the applications keeps track of all individual login attempts metrics and displays them in a Bar and Pie chart for analysis.

angular-cli angular-forms angular2 bar-chart bootstrap5 css3 html5 json-server pie-chart responsive-web-design unit-testing

Last synced: 11 Apr 2026

https://github.com/keplersj/jest-serializer-json-ld-script

Serializer to correctly display JSON-LD objects in Jest snapshots

jest jest-serializer jest-snapshots json-ld react react-helmet seo snapshot-testing unit-testing

Last synced: 25 Feb 2026

https://github.com/gcosta0410/y2s1-ldts-laboratorio-de-desenho-e-teste-de-software

Year: 2nd, Semester: 1st, Course: Laboratório de Desenho e Teste de Software (LDTS)

git gradle groovy java unit-testing

Last synced: 04 Oct 2025

https://github.com/mahammad-mostafa/school-library

This is the fifth project in the fourth module of the Microverse program. It is about a school library application implemented with Object Oriented Programming concepts using Ruby.

aggregates associations composition decorator-design-pattern decorator-pattern gitflow gitflow-workflow inheritance microverse microverse-projects microverse-ruby microverse-students oop oop-in-ruby polymorphism rspec rubocop ruby solid-principles unit-testing

Last synced: 11 Feb 2026

https://github.com/icarusso/sparksql-unittest

Simple utilities for testing Spark SQL queries, functions, and applications

spark-sql unit-testing

Last synced: 02 Feb 2026

https://github.com/temirlan-zh/test-task-user-api

Implementation of a test task for a job application.

e2e-tests jest mongodb mongoose nestjs rabbitmq rest-api typescript unit-testing

Last synced: 07 Apr 2026

https://github.com/chetanvaghela457/obegallery

Explore the wonders of space and experience the beauty of our universe with our cutting-edge Android app, designed to showcase NASA's Picture of the Day. Utilizing modern libraries such as Dagger, Coroutines, and MVVM architecture, this app offers a seamless and immersive user experience.

android api dependency-injection kotlin kotlin-android kotlin-coroutines ktlint mock-server mockito rest-api retrofit testing unit-testing

Last synced: 17 May 2026

https://github.com/travetto/vscode-plugin

VS Code plugin for interacting with the Travetto framework

realtime-feedback travetto typescript unit-testing vscode vscode-extension

Last synced: 05 Oct 2025

https://github.com/pedrokehl/merchants-guide-to-the-galaxy

Solution to the Merchant's Guide to the Galaxy problem.

jest merchants-guide nodejs tslint typescript unit-testing

Last synced: 09 Apr 2026

https://github.com/andfaulkner/kidnap-console

Wrap a function. Capture all its logs, stop them from displaying, and store them for later access along with the return value. Makes console log output testing a breeze.

console console-log console-log-testing javascript logging mocha tdd terminal test test-driven-development testing typescript unit-testing

Last synced: 09 Apr 2026

https://github.com/purwnt/example-vue-jest-unit-testing

Implementation of unit testing in vue application using jest

example jest unit-testing vue-cli

Last synced: 17 Aug 2025

https://github.com/YadamVinay369/CVE_Server

Backend code providing APIs for CVE dashboard

api-rest cors expressjs jest mongoose mvc-pattern nodejs supertest unit-testing

Last synced: 17 Aug 2025

https://github.com/lombiq/testing-toolbox

General testing, mostly unit testing extensions and helpers.

asp-net asp-net-core automated-testing dotnet dotnet-core orchard orchard-cms orchard-core testing unit-testing

Last synced: 17 Aug 2025

https://github.com/madhur-25/token-gate

A modern C++17 implementation of a thread-safe rate limiter with an LRU Cache for efficient memory management. Fully unit-tested with Google Test and built with CMake.

cmake concurrency cpp cpp17 googletest lru-cache multithreading oop-principles rate-limiter system-design token-bucket unit-testing

Last synced: 05 Oct 2025

https://github.com/danhpaiva/software-quality-sonar-metrics

📁 This is a project created in Java and we use sonarLint and Metrics to estimate its quality

java metrics sonarlint unit-testing

Last synced: 08 May 2025

https://github.com/cba85/teach-pest-example

🎓 Pest tests example

pest pest-php unit-testing

Last synced: 18 Aug 2025

https://github.com/pateljay15/furrever-home

This project is made by following Test-Driven-Development and performed Unit Testing (86 % coverage) and Integration Testing. Used Docker for managing entire application and implemented CI/CD for different stages like build, test, quality, publish, deployed on VM instance provided by University. Followed SOLID principles and removed Code Smells.

cicd code-quality code-smell-detection docker git integration-testing react solid-principles spring-boot talwindcss test-driven-development unit-testing

Last synced: 10 Apr 2026

https://github.com/msx752/configurationreader

ConfigurationLib, .NET tabanlı uygulamalar için yapılandırma ayarlarını merkezi bir şekilde yönetmek ve çeşitli veri kaynaklarından bu ayarları dinamik olarak almak amacıyla geliştirilmiş bir kütüphanedir.

centralized-settings circuit-breaker configuration-management dependency-injection dynamic-configuration resilience-patterns unit-testing xunit

Last synced: 29 Jun 2026

https://github.com/aeon-dr/learningprogresstracker

JetBrains Academy Project: Learning Progress Tracker

hashing regex unit-testing

Last synced: 02 Jul 2026

https://github.com/mateuschaves/todo-react-native

📄 ✅ Todo feito em React Native usando Typescript, Expo e testes unitários

react-native typescript unit-testing

Last synced: 09 May 2026

https://github.com/thefeij/go-map-cache

A Golang cache using map data structure

cache golang unit-testing

Last synced: 20 Jun 2026

https://github.com/mahammad-mostafa/things-catalogue

This is the capstone project of the fourth module in the Microverse program. It is a console app for handling items inside a catalogue built with Ruby & PostgreSQL.

gitflow-workflow microverse microverse-projects microverse-ruby microverse-students oop-principles postgresql relational-databases rspec rubocop ruby solid-principles sql unit-testing

Last synced: 18 Jan 2026

https://github.com/marc-mosca/unit-testing

This repository is a library for unit testing your C functions.

c unit-testing

Last synced: 06 Apr 2025

https://github.com/zakaria9375/multi-step-form-angular

A Solution to Frontend Mentor - Multi-step form challenge build by angular forms

accessibility angular animations html reactive-forms tailwindcss typescript unit-testing

Last synced: 10 Apr 2026

https://github.com/valeqm/escape-room-trivia

An interactive trivia escape room challenge where users answer questions to unlock the next stage. This project was developed as part of Harvard's CS50P course.

cs50 cs50p escape-room-game python python-games python-library trivia-game unit-testing

Last synced: 22 Aug 2025

https://github.com/nurislam03/classassistant

Semester final project for CSE327 (Software Engineering) course at North South University.

design-pattern jwt mongodb node react redux rest-api unit-testing

Last synced: 10 Apr 2026

https://github.com/ajay-dhangar/todo-app-optimized

A high-performance, responsive Todo application built with React, TypeScript, Vite, Tailwind CSS, and Vitest. Fully optimized for modern web standards with testing, ESLint, and responsive UI.

eslint modern-ui modern-ui-ux performance prettier react react-hooks responsive-design tailwindcss todo-app typescript typescript-react unit-testing vite vitest

Last synced: 10 Apr 2026

https://github.com/webmekanic/cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

cypress end-to-end-testing integration-testing reactjs testing typescript unit-testing

Last synced: 17 May 2026

https://github.com/mystackbox/prj-monakali-attorneys.inc

A mobile-friendly angular 2+ website developed using lazy-loading approach to enhance site-performance. CSS Grid-layout and Flexbox models were used to design responsive UI. .

angular-cli angular-devtool angular-universal angular2 bootrap-5 css3 font-awesome grid-layout html5 karma-jasmine lazy-loading node-js npm responsive-web-design scss search-engine-optimisation unit-testing visual-studio-code windows-11

Last synced: 31 Jan 2026

https://github.com/ismailarilik/teach_me_ruby

A test suite not passed until you learn Ruby

learning ruby unit-testing

Last synced: 09 Jul 2026

https://github.com/mbuesch/dummy-esp-idf-sys

Dummy replacement for https://crates.io/crates/esp-idf-sys

dummy esp-idf stub unit-testing

Last synced: 23 Jun 2025

https://github.com/hardi17/rssfeedsreader

Fetching XML response using retrofit converter simplexml. Kotlin | Retrofit | MVVM | XML

dagger-hilt junit kotlin mockito mvvm retrofit2 simplexmlconverterfactory turbine unit-testing

Last synced: 21 Jun 2025

https://github.com/damirscorner/20210827-ng-test-http-errors

Sample project for "Testing failing HTTP requests in Angular" blogpost

angular http-client unit-testing

Last synced: 02 Jul 2026

https://github.com/geozi/javascript-jest

Showcases the use of Jest for performing unit tests.

jest-test unit-testing vanilla-javascript

Last synced: 01 Apr 2025

https://github.com/mohammadnazm/jest-writing-tests

A concise and practical guide to writing tests using Jest, a widely-used JavaScript testing framework. Learn how to set up and create effective test cases, perform assertions, and ensure comprehensive test coverage. Improve your JavaScript testing skills and enhance the quality and reliability of your code with this invaluable resource.

javascript jest tests unit-testing

Last synced: 17 May 2026

https://github.com/gmbeddard/ee200-binary_tree_tests

A comprehensive test suite for evaluating 10 BST implementations. Includes validation of insertion, deletion, search, traversal, and memory management, with detailed analysis of failures and bugs.

binary-search-tree cpp20 unit-testing

Last synced: 18 Jul 2025

https://github.com/radiopizza/tpu-labs-android-development

This repository serves as a collection of laboratory assignments completed during the "Android Software Development" elective course

android android-studio constraintlayout coroutines dialogs fragments-layout gridlayout intents kotlin listener livedata navigation oop recyclerview regular-expression resources seekbar unit-testing viewmodel xml

Last synced: 17 May 2026

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

It’s an expense tracking app. The source code was provided to me by another developer. I had to develop unit tests for the functions that are in the function libraries placed into the /src folder.

happy-dom html5 javascript tailwindcss unit-testing vitejs vitest

Last synced: 10 Apr 2026

https://github.com/hozlucas28/adventjs-solutions-2023

Repository with the solutions of AdventJS (2023) programming challenges by @midudev.

2023 adventjs challenges husky javascript jest midudev mit-license prettier testing typescript unit-testing

Last synced: 28 Apr 2026

https://github.com/amr-yasser226/ambulance-management-system-dsa

A centralized system for managing ambulance services across multiple hospitals, utilizing data structures to optimize ambulance allocation and improve emergency response times.

algorithms ambulance-management-system course-project cpp data-structures emergency-services hospital-simulation optimization patient-dispatch priority-queue queue real-time-simulation resource-allocation simulation stack systems-design unit-testing zewail-city

Last synced: 17 Jul 2025

https://github.com/therealpad/vueapplication

Web application template using vuejs and server side rendering

e2e express makefile nightwatch proxy sass server-side-rendering ssr typescript unit-testing vite vue

Last synced: 10 Apr 2026

https://github.com/augusto11cb/loyalty-program-buenos-coffee

This project developed to study and apply the most recent features of JUnit 5 | The main functionality of this software is provide some benefits for customers based on their level of loyalty.

assertion-methods assumptions dynamic-testing extension- extension-points java java8 junit5 nested-test parameterized-tests test-lifecycle unit-testing

Last synced: 16 Jul 2025

https://github.com/autofixture/autofixture.nunit2

AutoFixture.NUnit2 is a .NET library that integrates AutoFixture with NUnit 2.x, allowing you to effortlessly generate test data for your unit tests.

dotnet dotnet-core nunit nunit2 tdd unit-testing

Last synced: 20 Jan 2026

https://github.com/aimenux/echowebapidemo

A web api that echoes back request infos

echo fluent-assertions integration-testing net80 unit-testing webapi xunit

Last synced: 24 Jul 2025

https://github.com/usmanmehmood55/c_asserts

A very basic assertion library written in C

assert c unit-testing

Last synced: 16 Jul 2025

https://github.com/nicktheodoro/area-code

Validate and categorize phone numbers by area code. Given valid area codes and a list of numbers, output the count of valid numbers per area code, adhering to specified validation rules.

go golang regular-expression unit-testing validation

Last synced: 15 Jul 2025

https://github.com/ryangoodwindev/mcwrapper.tests

Unit tests for proofing the MCWrapper project.

mcwrapper unit-testing

Last synced: 02 Jul 2026

https://github.com/shuddha2021/distributed-system-simulator-in-golang

A lightweight distributed system simulator in Go, featuring concurrency, HTTP endpoints, and unit tests.

concurrency data-structures distributed-systems error-handling go goroutines http-server restful-api synchronization thread-safety unit-testing

Last synced: 15 May 2025

https://github.com/vshal9921/unit-test-sample

Creating various test cases to test our android application

android junit4 unit-testing

Last synced: 16 May 2026

https://github.com/islandcontroller/cutest-template

Eclipse Embedded CDT Project Template for "cutest" test projects

cutest eclipse-cdt embedded-c unit-testing

Last synced: 26 May 2026

https://github.com/uosyph/alx-backend-python

ALX Backend Python Repository - A collection of projects developed during the ALX Software Engineering Program, focusing on Python. It covers essential topics like asynchronous programming with asyncio, variable annotations, and comprehensive testing with unit and integration tests.

alx alx-africa alx-backend alx-curriculum alx-specialization asynchronous asyncio integration-testing python unit-testing

Last synced: 23 Jun 2025

https://github.com/alexmochu/phone-book-app-tdd

The Phone Book app allows you to add, update, delete and view contacts.

python-3-6 tdd unit-testing

Last synced: 09 Jul 2026

https://github.com/jewel109/blog-server

Blog Api with end to end testing for user to following other user, create blog post , real time news feed , notifications. Used event driven architecture in kafka, elasticsearch for fast search , mongodb for data storage and redis for caching

docker-compose elasticsearch endtoendtesting jest kafka mongodb redis rest-api tyepscript unit-testing

Last synced: 20 Jan 2026

https://github.com/mruruc/junit-mockito

Junit5 and Mockito Tutorials

junit5 mockito unit-testing with-java

Last synced: 13 Nov 2025

https://github.com/ianbrayoni/rubykoans

Learning Ruby through unit testing with http://rubykoans.com/

ruby unit-testing

Last synced: 09 Jul 2026

https://github.com/haabiy/flaskstringify

Flask-based API for string processing. It offers functionalities to manipulate and transform strings efficiently

api flask unit-testing

Last synced: 16 May 2026

https://github.com/zakaria9375/fm-contact-form

A Solution to Frontend Mentor - Contact form challenge build by angular forms

accessibility angular animation css html5 reactive-forms responsive-design tailwindcss typescript unit-testing

Last synced: 07 Apr 2026

https://github.com/samuelematias/abstraction_unit_test_get_it

How you can create unit test using abstraction (with get_it) in Flutter 🧪

abstraction dart flutter interface unit-testing

Last synced: 10 Apr 2026

https://github.com/roluochke/food-truck-finder

A Flask application that uses Mapbox and the Mobile Food Facility Permit dataset from DataSF to provide information about food trucks near a specific location., and includes tests.

flask json mapbox python unit-testing

Last synced: 08 May 2026

https://github.com/florian-a/tokenizer

J'échange 🍕 contre ce token, jure il va prendre de la valeur !

42 cicd erc-20 ethereum hardhat tokenizer unit-testing

Last synced: 15 Jul 2025

https://github.com/anucha-tk/nestjs-mongodb-starter

A robust and feature-rich starter template for building scalable applications using NestJS. This project offers a comprehensive setup to kickstart your development with essential tools and configurations.

api-key authentication authorization docker e2e-testing mongodb nestjs rest-api swagger unit-testing

Last synced: 05 May 2026

https://github.com/andresweitzel/grpc_ip_geolocation_api_integration_nodejs

gRPC protobuf api for the integration of IPWHOIS.IO services implemented with Nodejs, Expressjs, Jest, Testing, others.

expressjs grpc ip-location-api ip-whois jest morgan nodejs nodemon protobuf protocol-buffers tdd testing unit-testing

Last synced: 11 Apr 2026

https://github.com/parubok/test-graphics

Implementatio of Java Swing Graphics for unit testing.

swing unit-testing

Last synced: 22 Jun 2025

https://github.com/dandymaulana19/php-unit

Repository tugas mata kuliah Pengujian Perangkat Lunak

assertion phpunit unit-testing

Last synced: 30 Apr 2026

https://github.com/hlibpavlyk/dogs-house-service

ASP.NET Core API for managing dog data with CRUD operations, sorting, pagination, and rate-limiting

asp-net-core clean-architecture ddd test-task unit-testing

Last synced: 11 Jul 2025

https://github.com/piharpi/forum-api-clean-architecture

Implementation clean architecture, unit testing, integration test, & functional test

automation-testing clean-architecture functional-testing integration-testing unit-testing

Last synced: 14 May 2026