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-02 00:32:17 UTC
- JSON Representation
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/subhashchandra-birajdar/ultimate_springboot_spring_datajpa
Spring Core, Spring Boot & Spring DataJpa & Unit Testing, Spring AOP
collection environmental-monitoring hibernate-jpa hibernate-mapping logger mysql postgresql profile spring spring-actuator spring-aop spring-boot unit-testing
Last synced: 11 Apr 2026
https://github.com/iffyio/erlunit
An elementary unit testing framework for erlang
Last synced: 14 Nov 2025
https://github.com/artemissoftware/shopping-cart
App to explore android testing
compose-testing end-to-end-testing instrumented-tests unit-testing
Last synced: 30 Jun 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
https://github.com/chuvalniy/mlops-practices
Target classification with MLOps practices (CI/CD, Docker, Cloud services, etc...)
ci-cd classifier click cloud-services data-analysis-python data-science dvc fastapi git jupyter-notebook machine-learning mlops pandas python scripting sklearn unit-testing
Last synced: 11 Apr 2026
https://github.com/douglasvolcato/xbox-live-backend-nest
Xbox Live backend made with Nest JS.
clean-architecture javascript jest nest nestjs nodejs prisma sql swagger tdd typescript unit-testing
Last synced: 11 Apr 2026
https://github.com/andresweitzel/apirest_electronic_devices_expressjs
Rest Api about electronic devices implemented with Express, Morgan, Railway ,NodeJS, Sequelize, Jest Testing, dotenv, cors, express-validator, Nodemon, Swagger, Swagger-ui, PostgreSQL, ohers.
cors dotenv express-js express-validator integration-testing jest-tests morgan-middleware nodejs nodemon postgresql railway-app sequelize-orm supertest swagger-api swagger-ui tdd testing unit-testing
Last synced: 11 Apr 2026
https://github.com/dianazabelina/3d-viewer
Program for visualizing wireframe 3D models
cpp education gtest gui mvc qt unit-testing viewer wireframe
Last synced: 24 Apr 2026
https://github.com/linx64/githubusers
Sample project for GitHub Users with Jetpack Compose & Koin
android compose coroutines-android kotiln unit-testing
Last synced: 15 May 2026
https://github.com/ituvtu/csharp-lw1-tdd
csharp csharp-code csharptest dotnet labwork tdd tdd-csharp testdrivendevelopment unit-testing
Last synced: 18 Mar 2025
https://github.com/rsvilenov/fluentassertions.properties
Unofficial FluentAssertions extensions for testing the behavior of class/struct/record properties.
assertions c-sharp fluent-assertions unit-testing xunit
Last synced: 07 Apr 2025
https://github.com/yadamvinay369/taskmanagementserver
Express Application for managing tasks. Repository also contains unit tests for testing the controllers.
cicd expressjs jest mongoose mvc-architecture nodejs supertest unit-testing
Last synced: 11 Apr 2026
https://github.com/remy349/clean-architecture-nodejs
Clean Architecture with NodeJS, TypeScript and Unit Testing
clean-architecture coverage dependency-injection expressjs nodejs prisma-orm typescript unit-testing vitest zod
Last synced: 11 Apr 2026
https://github.com/guduchango/flask-docker-tailwind-example
Flask Docker Tailwind Example is a modular Flask web application featuring JWT- and session-based authentication, dynamic views with Jinja templates, and a modern UI powered by Tailwind CSS. The project includes a comprehensive test suite, SQLite database integration, and is fully containerized with Docker and Docker Compose for easy deployment.
api authentication backend docker docker-compose flask frontend fullstack jinja jwt-authentication mvc python rest-api session-management sqlite tailwindcss unit-testing web-application web-development
Last synced: 11 Apr 2026
https://jagoda11.github.io/pokemon-react-app/
🐢 displaying pokemons 🐡 React application built with TypeScript that leverages the Pokémon API to display a list of Pokémon and their detailed information. The application consists of two primary pages: a list of Pokémon and a detail page for each individual Pokémon. The detail page also showcases the selected Pokémon's evolutions. 🐹
awesome-list babel ci-cd code-spaces eslint formatting frontend gh-pages github-actions github-pages jest pokemon-api prettier react react-hooks react-router redux typescript unit-testing webpack
Last synced: 02 Oct 2025
https://github.com/webcooltz/course-management-api
Node JS API for a course management system.
api expressjs graphql jasmine nodejs rest swagger swagger-ui unit-testing
Last synced: 18 Jan 2026
https://github.com/k1ngmar/container-tester
A unit-test / benchmark for the ft_containers project
benchmark containers stl unit-testing
Last synced: 01 Sep 2025
https://github.com/johnsmithcoder1/stormviewertdd
Rewrite of Storm Viewer using test driven development.
coordinator-pattern integration-testing tdd test-driven-development unit-testing
Last synced: 15 May 2025
https://github.com/johnsmithcoder1/testingswift
Exploring unit tests, asynchronous tests, performance tests, mutation tests, and code coverage in Swift.
Last synced: 15 May 2025
https://github.com/rcrdk/find-a-friend-nodejs-api
A simple API to find pets for practicing the API REST on Node.js with Fastify and SOLID principles.
api-rest docker e2e-tests fastify jwt-authentication nodejs postgresql prisma-orm solid tdd typescript unit-testing vitest
Last synced: 21 Jan 2026
https://github.com/noentiger/ply-app
airbnb-linting create-react-app enzyme es6 heroku nodejs react redux travis-ci unit-testing
Last synced: 11 Apr 2026
https://github.com/natvalentine/checkers
Checkers emulator using Java Springboot and Event Driven Architecture
amqp cqrs event-driven-architecture hexagonal-architecture java nosql reactive-mongo spring-boot spring-security unit-testing
Last synced: 22 Apr 2026
https://github.com/nataliabeltranarg/traffic-accident-analysis
Analysis of accidents in the US completed as a final project for Computing for Data Science at BSE.
data-science dataanalysis datapreprocessing exploratory-data-analysis metrics random-forest-classifier unit-testing
Last synced: 01 Sep 2025
https://github.com/kanzatahreem/jest-testing
Wrote a few practical tests for JavaScript functions using the Jest library by following the AAA pattern to make your tests easier for other developers to read and understand. Used the TDD approach in practice.
javascript jest tdd unit-testing
Last synced: 15 Apr 2026
https://github.com/thefeij/simple-bank
simple bank back-end
authentication ci docker golang gorm grpc jwt-token makefile paseto-tokens postgres protobuf unit-testing zerolog
Last synced: 11 Apr 2026
https://github.com/pablo1618/bugzilla-testopia
Code for the Software Quality project in the 6th semester.
automatic-testing bugzilla testopia unit-testing
Last synced: 07 Mar 2025
https://github.com/yeniceri98/spring-boot-microservices
Microservice Architecture with Spring Boot
docker google-cloud kubernetes redis spring-boot spring-cloud unit-testing
Last synced: 03 Feb 2026
https://github.com/cpapazaf/karma-android-device-browser-launcher
android karma karma-plugin karma-test-runner unit-testing
Last synced: 02 May 2026
https://github.com/appleipx/news-feed
МыслиВслух
celery python3 redis rest-api unit-testing
Last synced: 05 May 2026
https://github.com/rabestro/test-numbers
This is a project to explore the Spock framework
spock-framework spock-groovy spock-tests unit-testing
Last synced: 08 Nov 2025
https://github.com/justfifi17/student-gradebook-program-
This is a command-line tool that helps instructors manage student data, set grading policies, record and adjust grades, and calculate final scores 📚. It features a simple menu interface and stores data securely for easy access.
command-line-interface data-management file-handling grade-calculator gradebook-managament oop python unit-testing
Last synced: 27 Dec 2025
https://github.com/kazu69/export-context
Executing not exported js code and browser js code in a Sandbox With Node's VM Module
context dom esnext javascript testing unit-testing
Last synced: 30 Jun 2025
https://github.com/florianmgs/oc-p11-gudlft
OpenClassrooms - Python Application Developer - Project 11
flask functional-testing integration-testing locust performance-testing pytest python selenium unit-testing
Last synced: 08 Mar 2025
https://github.com/mvaibhav131/testing-react
unit testing with react
javascript jest-tests nodejs reactjs redux testing unit-testing
Last synced: 11 Apr 2026
https://github.com/sdecandelario/hello-go
go golang hello-world testing unit-testing
Last synced: 16 May 2025
https://github.com/davidogalo/file_search_server
A Python-based server application designed to efficiently search through a large text file. This project demonstrates the implementation of a multi-threaded server with SSL support, capable of handling multiple client queries simultaneously. The project includes configuration management, logging, and benchmarking different file-search algorithms.
error-handling logging multithreading scripting search-algorithms ssl unit-testing
Last synced: 16 May 2025
https://github.com/amigoscode/java-unit-testing
Java Unit Testing Course Repo
assertj integration-testing java junit5 programming tdd testing unit-testing
Last synced: 20 Jul 2025
https://github.com/hemanthkumarsunkari27/gamehub
GameHub is a modular Python gaming platform hosting classic games like a GK Quiz, Tic-Tac-Toe, Hangman, and an Anagram Solver. Designed with object-oriented principles, GameHub is scalable, stable, and easy to expand, with each game in its own module. It includes unit tests for each game to ensure a reliable experience .
anagram game-development games general-knowledge-quiz hangman oop python tic-tac-toe unit-testing
Last synced: 01 Jul 2025
https://github.com/alexashley/mockattributes
Mockito-like annotations for .NET
csharp mocking tdd unit-testing
Last synced: 27 Feb 2025
https://github.com/yasmimvieira/nodejs-jest
Testando aplicacoes Nodejs com Jest
Last synced: 31 Mar 2025
https://github.com/aabduvakhobov02/myburger-reactjs
The main functionality of the application is that you make a burger by adding ingredients to the burger and order it. Then you can see your order on the checkout page. An objective of the project - My Burger is practicing and learning React JS.
css jest lifecycle-component react-router reactjs redux unit-testing
Last synced: 11 Apr 2026
https://github.com/jackey8616/serve-report
A alternative solution for testing report service in private.
golang testing-tools unit-testing
Last synced: 31 Mar 2025
https://github.com/ebubekirtabak/riflebird
Automated test generation & repair — produces unit, integration, E2E, performance, accessibility and visual tests automatically to cut development time.
ai e2e llm testing unit-testing visual-testing
Last synced: 13 Jan 2026
https://github.com/mahamorim/projeto_dio-gft_15
Programa De Aceleração DIO-GFT :rocket:
acelerar ctfl digital-innovation-one gft qa robot-framework soft-skills unit-testing
Last synced: 29 Sep 2025
https://github.com/iamabdelrahman/csharp-study
A structured repository for my C# learning journey, including examples, labs, and problem-solving solutions. 🚀
csharp design-patterns linq oop solid-principles unit-testing
Last synced: 16 May 2025
https://github.com/leksiqq/runtimeassemblycompiler
The Net.Leksi.RuntimeAssemblyCompiler library allows you to compile and load assemblies while your application is running. This may be useful for testing.
Last synced: 07 Apr 2025
https://github.com/aimenux/mediatrdemo
Using mediatr to enforce cqrs and loose coupling between components
entity-framework integration-testing mediatr net80 unit-testing
Last synced: 16 Aug 2025
https://github.com/froque/simplyvbunit
import from https://sourceforge.net/projects/simplyvbunit/
unit-testing vb6 visual-basic-6
Last synced: 18 Jan 2026
https://github.com/jmbl1685/unitests-javascript-example
TDD example using Mocha + Chai, Ava, Jest
ava chai jest mocha nodejs tdd unit-testing
Last synced: 11 Apr 2026
https://github.com/hipparchus2000/shake_rest
[Finished] nodeJs Crud controller to mongoDb using mongoose for demo of Shake SPA Crud controller - demo app is a kanban.
mongodb mongoose nodejs python unit-testing
Last synced: 11 Apr 2026
https://github.com/bismasaeed00/demoproject
It is a demo project to test Swift features and design according to MVP architecture.
ios13 mvp swift unit-testing xcode11
Last synced: 15 Mar 2025
https://github.com/elisaborba/buy-smith
O BuySmith é uma aplicação em Typescript que utiliza Sequelize para gerenciar produtos medievais. Conta com autenticação JWT para segurança e oferece funcionalidades para CRUD de itens, proporcionando uma experiência de compra intuitiva.
docker express jwt-authentication mysql nodejs sequelize typescript unit-testing
Last synced: 11 Apr 2026
https://github.com/crusade4code/kotlinlastcrusade1-xml-koin-mapper-usecase
This project uses the GitHub API to retrieve and display information from Users and Repositories in a user-details screen.
clean-architecture dependency-injection flow koin-android koin-kotlin kotlin-android livedata mappers repository-pattern solid-principles unit unit-testing use-cases
Last synced: 12 Sep 2025
https://github.com/fimbres/next-start
This is my first project using Next.Js, also I have implemented Unit and integration testings
authentication css-modules environment-variables integration-testing isg javascript jest mui nestjs react routing ssg ssr test-library-react unit-testing
Last synced: 11 Apr 2026
https://github.com/vukan-markovic/uml-drawer
Windows form application for drawing UML diagrams
nunit unit-test unit-tested unit-testing unit-testing-framework unit-tests unittest windows windows-app windows-desktop windows-form-application windows-forms windows-forms-csharp windowsform windowsforms wpf wpf-application wpf-controls wpf-styles wpf-ui
Last synced: 05 Jan 2026
https://github.com/mainageorge/codingdojo
This is a project create an application that receives a three-letter code for a North American Country and returns a list of all countries a driver must travel through to go from the United State of America to the destination
api csharp dependency-injection entity-framework-core netcore unit-testing xunit
Last synced: 01 Jul 2025
https://github.com/luizottavioc/simplified-banking
Simplified payments platform. In simplified-banking it is possible to deposit money, make transfers and withdraw, all under the mediation of external services.
api api-rest authorization banking clean-architecture clean-code docker docker-compose feature-testing jwt jwt-auth jwt-authentication laravel php php8 postgres postgresql queue tests unit-testing
Last synced: 11 Apr 2026
https://github.com/nitesh232/junit5_materials
Short Notes for recaps of Unit Testing with JUnit5
java-unit-test junit junit5 springboot3 unit-testing
Last synced: 17 Sep 2025
https://github.com/pieetrus/webstore
WebStore Application. ASP .NET Core MVC, EF Core, jQuery
asp-net-core-web-api automapper csharp jquery swagger unit-testing
Last synced: 17 Apr 2025
https://github.com/cantido/gs-mockito
A guide to the Mockito mocking library for Java
book getting-started java mocking mockito unit-testing
Last synced: 20 Mar 2025
https://github.com/b-jure/stest
s(imple)test C library for easy unit testing.
c c-testing library unit-testing
Last synced: 24 Mar 2025
https://github.com/andresweitzel/microservice_mercadolibre_users_aws
Microservice for user management exemplifying part of the ML development architecture, implemented with Systems Manager Parameter Store, Api-Gateway, Serverless, Lambda, NodeJs, Sequelize, Jest, Testing, Mysql, Amazon RDS, among others.
amazon-rds api-gateway api-rest api-restfull aws jest-tests lambda-functions mercadolibre microservice mysql nodejs sequelize serverless-framework serverless-offline serverless-offline-plugin ssm systems-manager-parameter-store tdd testing unit-testing
Last synced: 11 Apr 2026
https://github.com/hkoosha/huter
Hive Unit TEst Runner, SQL-only unit testing for hive
Last synced: 23 Mar 2025
https://github.com/xhunter74/powermonitor.api
PowerMonitor API is a backend service for monitoring, collecting, and analyzing power consumption and availability data.
api mocha nestjs nodejs passport unit-testing
Last synced: 11 Apr 2026
https://github.com/yingtu35/full-stack-open-exercises-4
the code for the exercises 4 of the course "Full Stack Open"
eslint express integration-testing javascript jest jwt-authentication mongoose nodejs supertest unit-testing
Last synced: 11 Apr 2026
https://github.com/anagalacticruby/war_card_game
A demonstrational repo containing a JavaScript program that will play a game of War with itself. Created as a submission for Week 6 of Promineo Tech's front end bootcamp
bootcamp bootcamp-project card-game demo front-end-development javascript mocha-chai npm unit-testing
Last synced: 08 May 2026
https://github.com/adrianomonteiroweb/tests-with-frisby
Repositório de testes em api em deploy via Heroku.
api-rest async back-end backend frisby frisby-js testing unit-testing
Last synced: 15 Mar 2025
https://github.com/peter-evans/lua-travis-template
A template project for Lua module development
continuous-integration coverage coveralls lua lua-module travis-ci unit-testing
Last synced: 31 Mar 2025
https://github.com/bstien/httpmock
Lightweight HTTP mocking for Swift
dsl integration-testing mock networking swift swift-testing unit-testing urlsession xctest
Last synced: 02 Sep 2025
https://github.com/mockupcode/gunit
Golang Test Framework
framework go golang gunit test testing unit-testing
Last synced: 20 Jan 2026
https://github.com/randjelaa/junit-calculator
This project involves creating a Calculator and CalculatorAdvanced class in Java with full unit testing using JUnit5. Tests must be parameterized, use Hamcrest matchers, and cover all code paths to achieve 100% coverage.
hamcrest java junit unit-testing
Last synced: 01 Jul 2025
https://github.com/sanish07/library-application-testing
Library Management System - Unit Testing with JUnit, Hamcrest and Mockito testing frameworks.
hamcrest java junit5 mockito unit-testing
Last synced: 21 May 2026
https://github.com/shellyda/project-software-engineering
Me passa a receita aí? (receita.ai) platform allows users to explore a wide range of recipes shared by a community of food lovers. Users can contribute by sharing their own recipes, providing feedback through comments, and rating the recipes they try. Project for software engineering course at CIn/UFPE.
atomic-design cypress cypress-tests eslint husky jest nextjs plop-generators prettier tailwindcss unit-testing vercel-deployment
Last synced: 14 Apr 2026
https://github.com/tinyhiker/web_scraping_amazon_purchase_tracker
Creating an app that allows users to track their product views in python and register items that they might buy in the future. This project incorporates web-scraping and a sqlite3 database
batch-script beautifulsoup4 decorators-python logging-python rich-library sqlite3-database unit-testing web-scraping-python
Last synced: 29 Mar 2025
https://github.com/an-prata/scrutiny
A simple, easy to use, and lightweight unit testing framework written in and for C.
Last synced: 28 May 2026
https://github.com/stdevteam/rest_example
REST API example implemented with Django and Django-Rest-Framework.
django django-application django-rest-framework python3 restful-api swagger unit-testing
Last synced: 21 Apr 2026
https://github.com/mkoshtenko/svit-service
Storage for simple vertices inside table with Swift 5 and Vapor 4
docker swift unit-testing vapor vapor-4
Last synced: 11 Apr 2026
https://github.com/imransaleh21/realtimestockpricewebapp-bestbackendpractices-underdevelopment
I am actively working on this personal project that displays real-time stock prices using the Finnhub.com third-party API. The project is being developed with ASP.NET Core and Razor markup following the MVC design pattern, aiming to implement industry-standard backend practices.
api-rest asp-net-core clean-architecture csharp dependency-injection entity-framework-core razor-pages solid unit-testing
Last synced: 31 Dec 2025
https://github.com/mofizul21/task-management-api-with-laravel
Task Management API with Authentication using Laravel & Sanctum
api laravel php sanctum-authentication task-management unit-testing
Last synced: 10 May 2026
https://github.com/aimenux/pipelinebehaviorsdemo
Using pipeline behaviors to implement cross-cutting concerns
integration-testing mediatr net80 pipeline-behaviors unit-testing
Last synced: 10 Jun 2026
https://github.com/tienhuynh-tn/math-util
This repo stores a Java library to support for the Math calculation. Using some technologies such as unit test, tdd, ddt,...
cd ci ddt java junit5 tdd unit-testing
Last synced: 15 Mar 2025
https://github.com/kefirjs/chai-kefir
Chai plugin for asserting on Kefir Observables.
chai chai-plugin javascript kefir kefir-observables unit-testing
Last synced: 02 Jul 2026
https://github.com/binarybirds/hummingbird-spec
Unit testing for Hummingbird applications through declarative specifications.
hummingbird-swift server-side swift unit-testing
Last synced: 10 Jun 2025
https://github.com/flazefy/sanberbe61-leonardho
Project ini merupakan Final Project dari bootcamp NodeJS Sanbercode Batch 61, aplikasi ini merupakan aplikasi Backend (Rest API) dengan topik aplikasi E-Commerce. Created using Express with Typescript
backend ejs express jest mailer mongodb rest-api swagger typescript unit-testing
Last synced: 10 Apr 2026
https://github.com/paoloprodossimolopes/goshop
Backend application using GoLang to provide a list of products after the user authenticate
backend ci go golang testing unit-testing
Last synced: 18 Mar 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: 24 Mar 2025
https://github.com/damirscorner/20210430-testing-actual-code
Sample project for "What code are your unit tests testing?" blogpost
integration-testing mocking unit-testing
Last synced: 24 Mar 2025
https://github.com/endreot/polynomial
API for manipulating polynomials and performing polynomial algebraic and calculus operations
api polynomial python unit-testing
Last synced: 31 Mar 2025
https://github.com/robsoncastilho/portaeletronica
Exemplo de uso de um stub para eliminar a dependência de DateTime e possibilitar que a classe que precisa de data/hora seja testável.
csharp manual-stub stub unit-testing
Last synced: 29 Jul 2025
https://github.com/vilajj/course_androidkotlindevelopment_gf
Repository developed during the course on Udemy 'Desenvolvimento de Aplicativos Android usando Kotlin' (Android Application Development using Kotlin), by Gabriel Ferrari.
android course intellij java kotlin learning mobile-development mvvm udemy-course unit-testing
Last synced: 04 Feb 2026
https://github.com/kreitai/smartbike-android
An expat-friendly unofficial Taipei YouBike app
architecture-components codecov jacoco-kotlin jetpack jetpack-android jetpack-navigation koin-kotlin kotlin kotlin-coroutines livedata livedata-databinding livedata-extensions livedata-viewmodel mvi mvi-android mvi-architecture mvvm-android testable travis-ci unit-testing
Last synced: 15 Mar 2025
https://github.com/vomnes/c2FyYmFjYW5l
docker docker-compose golang javaspring junit5 mongodb unit-testing
Last synced: 09 May 2025