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.
- GitHub: https://github.com/topics/unit-testing
- Wikipedia: https://en.wikipedia.org/wiki/Unit_testing
- Created by: Kent Beck, Erich Gamma
- Released: 1997
- Related Topics: testing, integration-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing, junit,
- Aliases: unit-tests,
- Last updated: 2026-07-07 00:29:19 UTC
- JSON Representation
https://github.com/insight-architectures/dotnet-testing-utils
A set of common utilities that can be used when authoring unit tests
autofixture dotnet dotnet-core grpc-dotnet moq nunit3 unit-testing
Last synced: 29 Apr 2026
https://github.com/raphaelsaban/jinstatest
Don't write more code to test your code (for javascript)
automated-testing easy javascript javascript-tests javascript-tools nodejs painless painless-javascript-testing testing unit-testing
Last synced: 29 Apr 2026
https://github.com/overworkedcriminal/ecommerce
Demo Spring Boot ecommerce application. It's meant to be a playground, not a serious project
java-21 jpa jwt postgresql spring-boot-3 unit-testing
Last synced: 29 Apr 2026
https://github.com/mo7amedaliebaid/tv_series_ddd
clean-architecture dart ddd ddd-architecture ddd-patterns flutter riverpod unit-testing
Last synced: 09 May 2026
https://github.com/devtonin/palmeiras-api
🇳🇬 Palmeiras-model REST API built-in Java with Spring Boot as PoC for the following topics: unit and integration tests, DTO pattern, DIP principle and exception handling.
dependency-inversion-principle exception-handling integration-testing java spring-boot spring-cloud unit-testing
Last synced: 29 Apr 2026
https://github.com/theremotecoder/unit-testing-playground
TDD + BDD testing + tools - Playground + Experiments
bdd es6 javascript javascript-testing javascript-tests javascript-unit-test jest jest-test jest-testing jest-tests js node tdd testing testing-library unit-test unit-testing unittest unittesting unittests-generation
Last synced: 29 Apr 2026
https://github.com/samiraafrin/to-do-app
It is a todo app built using Golang. CRUD operations are implemented following clean-architecture. Here, echo framework and mysql is used for the execution of the app.
clean-architecture database dockerfile e2e-testing echo-framework go golang gorm gorm-orm integration-testing mysql mysql-database todo-app unit-testing
Last synced: 29 Apr 2026
https://github.com/mirzaianov/test-todo
Test Project - A custom Todo app
react react-testing-library typescript unit-testing vite vitest
Last synced: 29 Apr 2026
https://github.com/akarsh/ruby-app-deployment-example-project
Deployment of a web server ruby app
macos rbenv ruby server unit-testing
Last synced: 29 Apr 2026
https://github.com/alfianandinugraha/todoo
Todoo - Example reactjs App with unit testing
jest react reactjs ttd typescript unit-testing
Last synced: 29 Apr 2026
https://github.com/ismailnguyen/fraction-kata
Fraction Kata
javascript jest nodejs unit-testing
Last synced: 09 May 2026
https://github.com/niuware/simplechat
Simple showcase iOS app to simulate a chat.
background-thread contacts coordinator-pattern ios mvvm mvvm-architecture solid-principles swift unit-testing xcode
Last synced: 15 Oct 2025
https://github.com/islandcontroller/cutest
C Unit-Testing Framework for Embedded Applications
cutest docker-image eclipse-cdt embedded-c unit-testing
Last synced: 29 Apr 2026
https://github.com/henrikesilva/cashflow
API em .NET 8 criada para o gerenciamento de despesas pessoais com DDD, testes unitários e relatórios em PDF/Excel. Armazenando dados em PostgreSql
api-rest asp-net-core backend csharp entity-framework-core postgresql rocketseat solid-principles unit-testing web-api
Last synced: 24 Jan 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/rahulsamant37/customer_support_chatbot
An intelligent e-commerce customer support chatbot built with LangChain, FastAPI, and Google's Gemini AI. This chatbot provides product recommendations and handles customer queries by leveraging a vector database powered by AstraDB and product review data from Flipkart.
aiops astradb aws-ecr docker fastapi gemini-api github-actions rag-chatbot unit-testing vector-database
Last synced: 29 Apr 2026
https://github.com/jumagu/ng-zoneless-calculator
angular karma-jasmine unit-testing zoneless
Last synced: 30 Apr 2026
https://github.com/jaffar-hussein/password_generator
A simple python application that runs on the terminal that allows the user to create an account and login with their credentials.This app allows the storage of existing account information and also auto generate passwords and create new account credentials
Last synced: 24 Oct 2025
https://github.com/mehmetpekdemir/test-driven-development
Test Driven Development ( TDD )
java-11 maven tdd tdd-java test unit-testing
Last synced: 30 Apr 2026
https://github.com/zolotyh-dk/java-kanban
Repository for homework project
http-server java unit-testing yandex-praktikum
Last synced: 02 Jul 2026
https://github.com/justin-bytes-code/service-manager-unittesting
This was a medium-level assignment where I took on the role of a back-end software engineer developing part of a mobile application.
automated-testing java multiple-files unit-testing
Last synced: 23 Oct 2025
https://github.com/benjitrapp/gosu-spock-testing
gosu-language gradle spock-framework unit-testing
Last synced: 30 Apr 2026
https://github.com/cahyofendhi/rajaongkir
Contoh cek harga pengiriman dari jne,post dan tiki, menggunakan api raja ongkir
alamofire autosearch database decodable mvvm nimble quick realm unit-testing
Last synced: 30 Apr 2026
https://github.com/iamigi/linkedinapp
Linkedin fullStack App Angular + NestJS + SQL (TypeORM)
angular chat-application image-processing jwt-authentication jwt-token multer nestjs postgressql socket-io typeorm unit-testing
Last synced: 30 Apr 2026
https://github.com/abhishek-parmar1/testing_with_karma_and_jasmine
This repository contains how to perform java-script testing (setting up of frame work and using it).
integration-testing karma-jasmine testing-framework unit-testing
Last synced: 14 Oct 2025
https://github.com/govardhansbhati/accountapp-demo-mvvm
A clean, modular SwiftUI application that parses and displays customer account and transaction data from a JSON file (Accounts.txt). Built with a strong focus on SOLID principles, clean architecture, and maintainability.
clean-code json-parsing mvvm swiftui unit-testing
Last synced: 30 Apr 2026
https://github.com/jubayer98/a-simple-java-game-testing-using-unit-testing-functionality
In this simple bowling game, several test cases are created to verify the code's functionality and identify any bugs, ensuring the system operates as intended.
Last synced: 23 Oct 2025
https://github.com/marko19907/hospital-app-project
A second semester project for the subject “Programming 2” at NTNU’s Bachelor program in Computer Science.
hospital-management-system inheritance java maven unit-testing
Last synced: 30 Apr 2026
https://github.com/achanandhi-m/golang-bookapi-test
A RESTful API built with Go for tracking books you're reading. You can manage book details like title, author, and reading progress, with all data stored in a PostgreSQL database. The project is containerized using Docker and includes unit, integration, and API tests to ensure reliability.
api apitesting docker go golang integration-testing postgres testing unit-testing
Last synced: 10 May 2026
https://github.com/balamirr/safetynet
Java, Spring Boot, JUnit, Integration Test, Unit Test, Jacoco Report, Surefire Report
integration-testing jacoco java junit spring-boot surefire unit-testing
Last synced: 20 Oct 2025
https://github.com/LgendSourabie/videoflix-backend
Backend of a Netflix-like video streaming platform using ffmpeg video encoding technics, django and django rest framework
angular cache django django-rest-framework postgresql postman redis rxjs scss task-queue test-driven-development typescript unit-testing
Last synced: 20 Oct 2025
https://github.com/eliasnogueira/junit5-before-after-all
Project that shows how to deal with general pre and postconditions using JUnit5
integration-testing java junit junit5 system-testing test-automation unit-testing
Last synced: 19 Oct 2025
https://github.com/damirscorner/20220805-dotnet-web-api-unit-testing
Sample project for 'Unit testing ASP.NET Core Web API' blogpost
aspnet-core-webapi dotnet unit-testing
Last synced: 30 Apr 2026
https://github.com/zafir100100/api-testing-on-jsonplaceholder-with-jest
This project provides unit tests for API endpoints using Jest, Axios, and Faker. It includes test suites for both PostController and UserController, which interact with a public API (https://jsonplaceholder.typicode.com).
api-testing ci-cd cjs github-actions jest jest-html-reporter nodejs test-suite unit-testing
Last synced: 30 Apr 2026
https://github.com/damirscorner/20200605-moq-generic-type-matching
Sample project for "Matching Generic Type Arguments with Moq" blogpost
dotnet freshmvvm moq unit-testing
Last synced: 30 Apr 2026
https://github.com/shishir-dey/rust-samples
A repository to demonstrate basic Rust language programs
ci-cd-pipeline github-actions rust-lang system-programming unit-testing
Last synced: 30 Apr 2026
https://github.com/hussein-m-kandil/odin-where-is-waldo
A web-based "Where's Waldo" game built with Angular as part of studying the Node.js course at The Odin Project.
angular angular-cli angular-testing-library angular2 asychronous frontend fullstack game game-development jest-dom jsdom rxjs tailwindcss testing-library tyepscript unit-testing user-event vitest
Last synced: 30 Apr 2026
https://github.com/therealpad/calculator
calculator to handle infinite numbers and priorities
cmake cpp design-patterns object-oriented-programming proxy-design-pattern unit-testing
Last synced: 01 Jun 2026
https://github.com/damirscorner/20230929-dotnet-moq-exclude-verify
Sample project for 'Exclude setup from verifying in Moq' blogpost
Last synced: 01 May 2026
https://github.com/karenpayneoregon/indexes-ranges-csharp
C# 8 indexes and ranges code samples
csharp indexes ranges unit-testing visual-studio
Last synced: 01 May 2026
https://github.com/adewija/mvpbarvolume
Application to count the value of bar volume using Model-View-Presenter (MVP) pattern.
android-application mockito mvp-pattern unit-testing
Last synced: 17 May 2026
https://github.com/marko19907/to-do-list-app
To-Do List app. A first-year student project for the “Systems Development” (IDATA1002) course at NTNU.
java javafx maven mvc-architecture todo-app todolist-app unit-testing
Last synced: 10 May 2026
https://github.com/jamal-saadeddin/calc-app-unit-testing
A simple calculator developed during an internship at Foothill, designed to practice unit testing.
aaa-testing test-driven-development unit-testing
Last synced: 12 Oct 2025
https://github.com/autofixture/autofixture.autorhinomocks
AutoFixture.AutoRhinoMocks is a .NET library that integrates AutoFixture with Rhino Mocks, transforming it into an auto-mocking container.
autofixture automocker dotnet mocking rhinomocks unit-testing
Last synced: 01 May 2026
https://github.com/mejanh/django-ecommerce
Basic Ecommerce app with Django, postgresql, python3.9.
django django-rest-framework python unit-testing
Last synced: 01 May 2026
https://github.com/ecampidoglio/autofixture-demo
An example of how to use AutoFixture to write readable and maintainable tests.
autofixture demo test-driven-development unit-testing
Last synced: 08 Jun 2026
https://github.com/phpplatform/persist-unit
database mariadb mysql persistence php-platform testing unit-testing
Last synced: 01 May 2026
https://github.com/trandung2k1/nextjs-with-jest-cicd
ci-cd github-actions jest nextjs unit-testing
Last synced: 01 May 2026
https://github.com/safafa/testing_practice
This is a practice exercises for testing javascript functions with Jest.
Last synced: 01 May 2026
https://github.com/mogluiz/brand-vue-store
Brand Vue Store is a watch store being developed with vueJS, Nuxt, Vue Test Utils, Jest and Cypress.
e2e-tests integration-testing nuxtjs unit-testing vuejs
Last synced: 01 May 2026
https://github.com/c-kiplimo/e-commerce-application-api
This Spring Boot project demonstrates the integration of Stripe payment in e-commerce application. It provides essential functionalities for handling transactions and creating checkout sessions, serving as a practical starting point for projects requiring secure payment processing.
api docker integration-testing java jenkins junit kubernetes mongodb spring-boot unit-testing
Last synced: 08 Apr 2026
https://github.com/abhivaikar/vanillacheck
A vanilla and simple test runner written in Java for writing automated tests.
java test-automation unit-testing
Last synced: 01 May 2026
https://github.com/coelhoreinaldo/js-unit-tests
Project in which I was responsible for developing specific functions and tests.
Last synced: 01 May 2026
https://github.com/carseven/adventjs
Repo for solving https://adventjs.dev challenges with typescript and Jest
advent-of-code algorithms javascript jest test testing typescript unit-testing
Last synced: 01 May 2026
https://github.com/eduardogomesf/go-api
simple REST API built with Go
go go-chi golang sqlite testify unit-testing
Last synced: 10 May 2026
https://github.com/actionanand/angular-testing
Angular Testing Repo - A complete guide to Angular Unit Testing and E2E Testing
angular angular12 jasmine local-server proxy proxy-server testing unit-testing
Last synced: 01 May 2026
https://github.com/aadrianleo/chargehub-berlin
A Crowdsourcing App for Charging Infrastructure in Berlin "ChargeHub Berlin"
charging-station-berlin charging-stations factor-analyzer folium folium-maps geopandas pytest python python3 scikit-learn seaborn streamlit streamlit-application streamlit-folium streamlit-web streamlit-webapp unit-testing
Last synced: 01 May 2026
https://github.com/olivegamestudio/utility.testhelpers
A C# library providing base classes and utilities to simplify unit and integration testing, particularly for hosted services and JSON debugging.
class csharp dependency-injection helper helpers host library test unit-test unit-testing unit-tests
Last synced: 13 Oct 2025
https://github.com/srodriguezamarillo/milkyroutes
MilkyRoutes es un proyecto en Java que utiliza algoritmos avanzados y estructuras de datos para optimizar rutas en la distribución de productos lácteos. Utiliza un grafo para representar las conexiones y aplica algoritmos de caminos mínimos para encontrar las rutas óptimas.
advanced-java algo avl-tree data-structures dijkstra graph-theory hashing java junit maven optimization route-planning shortest-paths unit-testing
Last synced: 02 May 2026
https://github.com/sadeeshaperera/test-automation-project
test-automation-project
api-testing cypress e2e-testing qa-automation qaops test-automation unit-testing
Last synced: 18 Oct 2025
https://github.com/davenaugler/unit_11-assignment_7-unit_test_customarraylist_2
Last synced: 02 May 2026
https://github.com/virtualbrainlab/automated-unit-testing-demo
Demo repo for automated unit testing in Python. Use this as a reference for how to perform unit tests in Python and have GitHub Actions run them.
github-actions python unit-testing
Last synced: 02 May 2026
https://github.com/diego3/telefonia
TDD, E2E, CI and REST - Web Project
api-rest continuous-integration e2e-test tdd unit-testing
Last synced: 18 Oct 2025
https://github.com/germanmorini/api-test-unitarios-crud
Ejemplo de pruebas unitarias para una aplicación CRUD
docker h2-database hibernate java jpa junit spring unit-testing
Last synced: 02 May 2026
https://github.com/mahmoudahmadosman/unit-and-integration-testing
Spring Boot unit testing and integration testing
integration-test java jpa-hibernate lombok maven spring-boot unit-testing
Last synced: 02 May 2026
https://github.com/olegsych/fuzzy
dotnet dotnet-standard fuzz-testing unit-testing
Last synced: 02 May 2026
https://github.com/vb64/test.helper.flask
Class for autotests flask python apps
Last synced: 02 May 2026
https://github.com/puntorigen4u/checki
Checki is an AI-powered CLI tool that intelligently generates complete unit tests for your React components. Using advanced AI techniques, it understands your components and creates comprehensive Jest tests, reducing manual work and enhancing your testing efficiency.
ai automation cli cli-tool developer-tools javascript jest react react-testing test-generation testing-tools unit-testing
Last synced: 02 May 2026
https://github.com/drbenmorgan/cpp-unit-testing
Introduction to unit testing for C++
cplusplus cpp english lesson particle-physics pre-alpha unit-testing
Last synced: 09 Jun 2026
https://github.com/matiasjastrebow/tp-tadp-metaprogramacion
Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024
metaprogramming mocking reflection rspec ruby spies testing unit-testing
Last synced: 02 May 2026
https://github.com/damirscorner/20210108-ng-component-level-test
Sample project for "Component-level services in Angular and testing" blogpost
angular dependency-injection jasmine unit-testing
Last synced: 02 May 2026
https://github.com/damirscorner/20220415-dotnet-async-void-unit-tests
Sample project for 'Using async void in xUnit tests' blogpost
async-await dotnet unit-testing
Last synced: 02 May 2026
https://github.com/clydedz/clymate-vscode-theme
Clymate Themes is a collection of themes for VS Code under the Clymate themes hood.
azure-devops clymate clymate-theme dark-theme mocha neon npm pop theme unit-testing vintage visual-studio-marketplace vsce vscode vscode-extension vscode-theme vsix vsix-extensions
Last synced: 02 May 2026
https://github.com/rurfy/urlx
Laravel 12 URL shortener with click tracking, QR codes, stats, tests, and CI/CD
ci-cd laravel php postgresql qr-code rest-api sqlite unit-testing url-shortener web-app
Last synced: 02 May 2026
https://github.com/actionanand/angular-testing-2
This is an example app for angular unit testing
angular angular7 jasmine testing unit-testing
Last synced: 02 May 2026
https://github.com/salma-4/product-management-api
refactor from spring MVC to spring rest
hibernate lombok maven mysql-database spring-rest swagger unit-testing
Last synced: 02 May 2026
https://github.com/yogiex/unit-testing-practice
belajar unit testing menggunakan library mochajs
api-server backend-server chai chai-http javascript mocha-tests nodejs unit-testing
Last synced: 02 May 2026
https://github.com/ankhoa1212/rest-api-web-service
This project was done in Jan. 2024
java json rest-api spring-boot unit-testing
Last synced: 11 May 2026
https://github.com/muzammil-git/flutter_test_suite
Performed unit, widget & integration testing.
flutter integration-testing unit-testing widget-testing
Last synced: 03 May 2026
https://github.com/matheusafonseca/c214-projeto1
Repository dedicated to the first project of the discipline C214 - Software Engineering at INATEL. The project consists of a modularized Python application that includes automation scripts and organized code.
mock python tests unit-testing
Last synced: 17 Jun 2026
https://github.com/waikato-datamining/wai-test
Python library for unit tests.
Last synced: 18 Jun 2026
https://github.com/rogozhka/go-generate-mockgen
Small wrapper to simplify gomock generation. Automatically infers interface names and file paths after you place the same (!) go:generate expression for all the occurences. Eliminates the need to manually specify 5 generation parameters. ⌨️ Reduces boilerplate code and minimizes errors. 🎸 Charged for good test coverage :)
bash-script go-generate gomock unit-testing
Last synced: 03 May 2026
https://github.com/wdesimini/weather
Weather app using MVVM, Concurrency, SwiftUI
async-await concurrency dependency-injection mvvm swift swift-packages swiftui unit-testing xctest
Last synced: 14 Apr 2026
https://github.com/adarshkr357/recipes-api
A RESTful API built in PHP that manages recipes, including CRUD operations, search, and rating functionality. The API uses PostgreSQL for persistence, JWT for authentication, and auto-loads initial recipe data from TheMealDB. It is fully containerized using Docker, follows REST best practices, and includes unit tests with PHPUnit.
api-design docker jwt pdo php postgresql production-ready recipes rest-api unit-testing
Last synced: 02 May 2026
https://github.com/foldermaster/functioncalculationwpfapp
WPF app for calculation of function values.
completed csharp unit-testing wpf
Last synced: 03 May 2026
https://github.com/bygui86/spring-testing-contracts-stubs
Spring Testing sample project - Spring Cloud Contract stubs repository
contract-testing integration-testing java java-8 spring spring-boot spring-boot-2 spring-cloud-contract spring-test testing testing-framework testing-practices unit-testing
Last synced: 03 May 2026
https://github.com/arvinsingh/todo-projects-framework
Todo Projects Framework
build cpp14 framework object-oriented-programming project-repository unit-testing
Last synced: 27 Feb 2026
https://github.com/ryangoodwindev/mcwrapper.cli.tests
Unit tests for proofing the MCWrapper.CLI project.
Last synced: 13 Oct 2025
https://github.com/yasu-s/deno-orange-sample
Deno + Orange sample
deno github-actions remote-containers unit-testing vscode
Last synced: 03 May 2026
https://github.com/atetheone/metric-imperial-converter
A full stack JavaScript app for conversion
Last synced: 11 May 2026
https://github.com/aimenux/dummywebapidemo
Using a web api to play with dummies
autofixture automapper entity-framework fluent-assertions fluent-validation integration-testing mediatr net90 serilog unit-testing webapi
Last synced: 18 Jun 2026
https://github.com/ierturk/rust-practice
Rust Language Practice
algorithm algorithms algorithms-and-data-structures data-structures dsa practice project-template recruitment-test rust rust-lang rust-practice template-project testing unit-testing
Last synced: 16 Oct 2025
https://github.com/ysocrius/django-credit-approval
Django-based REST API for automated credit approval and loan management with PostgreSQL, Redis, Celery, and Docker. Features credit score calculation, loan eligibility assessment, interest rate correction, and comprehensive API documentation with Swagger/OpenAPI integration.
api-documentation banking celery containerization credit-approval credit-scoring django django-rest-framework docker docker-compose financial-services fintech loan-management postgresql python redis rest-api risk-assessment swagger-ui unit-testing
Last synced: 09 Jun 2026
https://github.com/niels-bosman/sorting-algorithms
Sorting algorithms performance tests using TypeScript.
bubble-sort quicksort sorting-algorithms typescript unit-testing
Last synced: 12 Oct 2025