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-05 00:26:27 UTC
- JSON Representation
https://github.com/silvestrevivo/testing-giftgiver
Unit-testing/React excercise developed with Jest + Enzyme, following the the Udemy tutorial from @15Dkatz
enzyme jest reactjs third udemy-tutorial unit-testing
Last synced: 06 May 2026
https://github.com/123mwanjemike/test-driven-development
A Test Driven Development(TDD) learning and practice repository working with factorials and fibonacci series
chai factorials fibonacci mocha mocha-chai mocha-tests tdd unit-testing
Last synced: 06 May 2026
https://github.com/leonsilva15/javascript-testing
JavaScript unit testing using Vitest
aaa-testing code-coverage javascript unit-testing vite vitest vitest-ui
Last synced: 06 May 2026
https://github.com/b0ir/user-management-app-qa
Aplicación web desarrollada en TypeScript y React para la gestión de usuarios.
e2e-testing github-actions integration-testing playwright react testing typescript unit-testing
Last synced: 06 May 2026
https://github.com/cristimanolache28/employee-performance-tracker
A backend system built with Spring Boot for managing employees, performance evaluations, and skill progression within an organization.
authentication authorization integration-testing java junit jwt management-system maven mockito mysql opensource performance-tracking rest-api security skills-management springboot unit-testing
Last synced: 06 May 2026
https://github.com/eslamdyab21/world-temperatures-history-analysis
Analysis of history of temperatures of the world in around 270 years
analysis data-engineering etl knime pandas python unit-testing
Last synced: 06 May 2026
https://github.com/rcsoyer/micros
jdk 21 - spring cloud open feign - picocli
feign gradle integration-testing java-21 java21 kotlin-dsl microservices multi-project-build mysql picocli spring-boot test-containers unit-testing
Last synced: 07 May 2026
https://github.com/vensas/testing-playground
Showcase several ways to test modern applications by example of a .NET service and a React SPA.
accessibility-testing axe-core integration-testing jest playwright react-testing-library testcontainers unit-testing xunit
Last synced: 07 May 2026
https://github.com/sharonnavarro/angular-testing-course
Angular proyect with Jest as JavaScript testing framework
angular jest karma testing unit-testing
Last synced: 07 May 2026
https://github.com/faisalazam/ynami
YNaMi -> Why Not Me: Template project to help with future projects. It aims to provide a template with web layout, database, database migrations, testing, feature toggles, security etc.
database-migrations feature-flags gherkin html-css-javascript integration-testing java jquery security spring-boot unit-testing web-layout
Last synced: 07 May 2026
https://github.com/pawlovskiii/parser-formatted-string-binding-for-cpe-2.3
The task is about writing your parser Formatted String Binding for CPE 2.3. The key thing about the project is the correctness of the inputted string CPE. I firmly focused on various validations including regex to test them within unit tests nextly.
json list-comprehension modules pytest python python-sys regex unit-testing
Last synced: 07 May 2026
https://github.com/mairess/project-js-unit-tests
Utilizando o módulo Jest do NodeJS, a meta é escrever testes que verifiquem o funcionamento adequado das funções.
es6 jest jest-tests unit-testing
Last synced: 07 May 2026
https://github.com/iagoantunes/habits
:notebook: Mobile App developed in Flutter and Firebase that allows the control of monthly habits. Unit tests, firestore database
dart firebase firestore flutter unit-testing
Last synced: 07 May 2026
https://github.com/silvestrevivo/testing-notetoself
Unit-testing/React excercise developed with Jest + Enzyme, following the the Udemy tutorial from @15Dkatz
enzyme jest reactjs second udemy-tutorial unit-testing
Last synced: 08 May 2026
https://github.com/marcloupias/my-cv
My online cv website (résumé for USA)
angularjs bootstrap3 curriculum-vitae cv unit-testing
Last synced: 08 May 2026
https://github.com/mcalthrop/unit-testing-angularjs-controller
A simple example of unit testing an AngularJS controller
angularjs angularjs-controller jasmine karma learning learning-materials teaching teaching-materials unit-testing
Last synced: 08 May 2026
https://github.com/kogo1616/unit-tests
Boost code confidence with our efficient Unit-Tests repository! 🛠️🔍
csharp dotnet selenium unit-testing
Last synced: 08 May 2026
https://github.com/iagoantunes/asksql
AskSQL is a Flutter project that allows users to input SQL code and get processed responses. This project uses various libraries and packages to provide a rich user interface and robust functionality.
asksql dart flutter mobx unit-testing
Last synced: 08 May 2026
https://github.com/flyingotta/onlinestatcalculator-springbootmvc-js-java
Built online statistics calculator (lin regression, mean etc.) using Java, JS, HTML, and Spring Boot's MVC framework. Build processes and dependencies handled by Maven. Thymeleaf templating engine as view layer, Spring controllers to handle HTTP requests. This inlcluded 100% code coverage unit testing and E2E testing using Junit and Playwright.
e2e-testing integration-testing java javascript junit-jupiter maven-pom playwright-tests spring-mvc thymeleaf-template-engine unit-testing
Last synced: 09 May 2026
https://github.com/roodbaraky/checkout-system
An implementation of the shopping cart kata as outlined by SpareRoom built using TypeScript, Node.js, Vitest.
api e-commerce integration-testing javascript nodejs tdd test-driven-development typescript unit-testing vitest
Last synced: 09 May 2026
https://github.com/bohdanmoroziuk/goblin-store-testing-course
Goblin Store app testing course using the Jest and React Testing Library.
integration-testing jest react testing-library-react typescript unit-testing
Last synced: 09 May 2026
https://github.com/muhammadpauzi/learn-unit-testing-with-mocha
🧪 Repository for save the result of learning unit test with ☕ Mocha.
Last synced: 09 May 2026
https://github.com/zumerlab/zumerbox-tests
A zumerBox tool for unit and visual testing files
jest testing-tools unit-testing visual-testing zumerbox
Last synced: 09 May 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/martinkostelecky/springsecuritydemo
Demo Spring security rest api using JWT token.
docker java jwt-token mockito rest-api spring-boot spring-security unit-testing
Last synced: 10 May 2026
https://github.com/physer/physer.github.io
My personal blog
architecture asp-net-core blog csharp dotnet software-architecture software-design unit-testing
Last synced: 10 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/youssefgamalmohamed/library-management-system-spring-boot
This project aims to develop a robust Library Management System API using Spring Boot. The system facilitates librarians in efficiently managing books, patrons, and borrowing records.
integration-testing java log4j2 logbook mysql open-api-documentation spring-boot spring-data-jpa spring-validation unit-testing
Last synced: 11 May 2026
https://github.com/atetheone/metric-imperial-converter
A full stack JavaScript app for conversion
Last synced: 11 May 2026
https://github.com/osmanaliyardim/testingworkshop
Unit/Integration Testing Workshop with xUnit, NUnit, MSUnit, Moq, Bogus, NSubstitute, FluentAssertions and AutoFixture
autofixture bogus fluentassertions integration-testing moq msunit nsubstitute nunit unit-testing xunit
Last synced: 11 May 2026
https://github.com/php-fast-forward/dev-tools
Fast Forward Development Tools for PHP projects
code-style dev developer-tools development devops faker grumphp grumphp-task php php-cs-fixer php-cs-fixer-config phpdoc phpdocumentor phpunit rector rectorphp standards unit-testing wiki
Last synced: 11 May 2026
https://github.com/jakubsob/automated-testing-in-r
🚧 A book on automated testing in R
automation r shiny unit-testing
Last synced: 12 May 2026
https://github.com/space-code/objects-factory
The framework that helps you create objects for unit tests with ease
Last synced: 13 Jun 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/ionutpetre/proiect-cts
Aplicatie java pentru a rula teste automate
Last synced: 22 Jun 2026
https://github.com/aimenux/watchdogdemo
Using WatchDog for request/response/exception logging
entity-framework-core fluent-assertions integration-testing log-viewer net90 nsubstitute unit-testing watchdog web-api xunit
Last synced: 29 Jun 2026
https://github.com/etheryen/odin-battleship
Battleship game with semi-smart ai created in vanilla js using webpack and tested with jest.
Last synced: 17 Apr 2026
https://github.com/hozlucas28/fcla-cli
Repository of a CLI for FCLA community.
agpl-v3 cli community eslint fcla husky javascript nodejs package prettier typescript unit-testing
Last synced: 04 Apr 2026
https://github.com/tiibuturner/rockpaperscissors
One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to make a classic game of rock-paper-scissors and your opponent (computer) plays random. There is also an deliberation about the subject (enough tests, what to consider in a testing). Deliberation is (unfortunately) only in Finnish.
Last synced: 04 Jun 2026
https://github.com/keplersj/jest-serializer-react-helmet-async
Serializer to display react-helmet-async data in Jest Snapshots
jest jest-snapshots react react-helmet react-helmet-async seo unit-testing
Last synced: 18 Apr 2026
https://github.com/paulkastel/02-temperatureconverter
An application wrote in C# with WPF using MVVM pattern. User provide an temperature and program return proper value in other units (Kelvin, Farenheit, Celsuis).
mvvm temperature-converter unit-testing wpf
Last synced: 18 Apr 2026
https://github.com/eduardomoroni/fullstack-resume
NOT FINISHED YET - Full stack developer code challenge, devops included
best-practices code-challenge devops docker end-to-end-testing enzyme es6 express full-stack integration-testing jest mongoose nodejs pupeteer react unit-testing
Last synced: 04 Apr 2026
https://github.com/charles-dr/contacts-server
Node API for contact management
expressjs nodejs sql sqlite typescript unit-testing
Last synced: 04 Apr 2026
https://github.com/kathleenwest/usermanagementwebapidemo
This repository contains a simple User Management Web API built with ASP.NET Core. The API provides CRUD operations for managing user data, including creating, retrieving, updating, and deleting users. The project uses Entity Framework Core with SQLite as the database provider and includes comprehensive unit tests.
asp-net-core coding-challenge coding-interview crud-application csharp csharp-app csharp-code demo demo-app entity-framework-core live-website middleware sqlite swagger unit unit-test unit-testing unit-tests user-management-system web-api
Last synced: 18 Apr 2026
https://github.com/olegweremyew/mytodolist
React + TypeScript + Redux + Material-UI + Uni-tests
material-ui react redux typescript unit-testing
Last synced: 05 Apr 2026
https://github.com/bv7dev/graphql-api-template
This template provides a basic GraphQL API and unit testing.
graphql graphql-api template typegraphql-typeorm typescript unit-testing
Last synced: 18 Apr 2026
https://github.com/habbatul/binarfud
Challange Product Binar Academy X MSIB Wave 5.
jasper-report postgresql slf4j spring-boot spring-data-jpa spring-security unit-testing
Last synced: 18 Apr 2026
https://github.com/cerezo074/stockfinder
StockFinder is an iOS application designed to efficiently manage and search for stock information.
async-await clean-architecture combine coordinator-pattern integration-testing mvvm repository-pattern solid spm structure-concurrency swift swift-package-manager swiftdata swifttest swiftui tree unit-testing xcode
Last synced: 18 Apr 2026
https://github.com/simone-sanfratello/tollo
javascript testing library AAA schema
bdd engine javascript nodejs tdd test testing unit-testing
Last synced: 19 Apr 2026
https://github.com/chayan2024/dogtestapp
A simple DogTestApp app in jetpack compose with list of Dog Breeds and Details page.
dagger-hilt espresso-tests flowapi instrumentation-tests jetpackcompose mvvm-architecture solid-principles unit-testing
Last synced: 04 Jun 2026
https://github.com/dzy321/docker-mysql-driver
docker mysql driver for unit test
Last synced: 20 Apr 2026
https://github.com/dunghenry/ci_cd_node
CI + CD nodejs
cd ci expreesjs heroku-deployment unit-testing
Last synced: 20 Apr 2026
https://github.com/adamsolimancs/tic-tac-toe
Javascript visual tic tac toe game that runs in the terminal. The user takes turns playing against the computer until the game ends.
javascript modules nodejs npm unit-testing
Last synced: 20 Apr 2026
https://github.com/nir3x/markuplanguageparser.cpp
MarkupLanguageParser.cpp - Simple C++ Parser for Markup Language
c-plus-plus cpp markup-language parser parsing tree-structure unit-testing
Last synced: 04 Jun 2026
https://github.com/ron96g/supertest-docs
A plugin for supertest that can be used to document REST APIs. It is influenced by the Spring-Boot solution restdocs.
automation docs documentation markdown node restdocs supertest unit-testing
Last synced: 20 Apr 2026
https://github.com/kilemonn/mock-all
A test mock utility library built on top of Mockito to simplify context configuration for test classes.
auto-mocking java jitpack kotlin mocking mockito test-context unit-test-context unit-testing
Last synced: 20 Apr 2026
https://github.com/janascher/calculadora-unit-tests-iterasys
Projeto de calculadora com testes unitários em Jest, desenvolvido durante o curso "Formação em Teste de Software" da Iterasys, demonstrando TDD e DDT.
Last synced: 21 Apr 2026
https://github.com/areal060781/javascript-katas
Javascript exercises
mocha nodejs training unit-testing
Last synced: 21 Apr 2026
https://github.com/giri7a/bank-account-management-system
Experience streamlined account management with this Java-based system. From creating and managing accounts to facilitating secure transactions, it boasts a robust testing framework ensuring reliability and thread-safe operations, all encapsulated within a single package.
build-automation concurrency-control concurrenthashmap java junit maven oops synchronization unit-testing
Last synced: 22 Apr 2026
https://github.com/sakapon/klibrary.testing
A library for unit testing using MSTest.
Last synced: 24 Apr 2026
https://github.com/vukedd/novalite-workshop
"NUnit tests and Refactoring with LINQ" workshop organized by NovaLite where we covered the Basics of Unit Testing in C# and refactoring code with LINQ
linq nunit refactoring unit-testing workshop
Last synced: 24 Apr 2026
https://github.com/gokaygulsoy/testing-student-marks-management-software-with-junit-4
Implementation of JUnit 4 tests for Student Marks Management System
java junit4 maintainable-code maven object-oriented-design object-oriented-programming software-testing software-testing-tools unit-testing
Last synced: 24 Apr 2026
https://github.com/andresilvase/guiago
Desafio técnico para desenvolvedor Flutter do aplicativo Guia de Motéis GO.
flutter flutter-apps integration-testing riverpod unit-testing widget-testing
Last synced: 24 Apr 2026
https://github.com/tatilimongi/passchecker
A TypeScript-based password validation tool following Test-Driven Development (TDD) principles, tested with Jest
best-practices jest password-validation software-testing tdd tdd-kata testing typescript unit-testing
Last synced: 24 Apr 2026
https://github.com/neurospeech/web-atoms-mvvm-todo
Sample Todo Application using Web Atoms MVVM
javascript mvvm sample typescript unit-testing web-atoms
Last synced: 25 Apr 2026
https://github.com/adonyssantos/testing-basics
🧪 Fundamentos del testing en JavaScript
bdd e2e-testing integration-testing jest static-testing tdd testing unit-testing
Last synced: 26 Apr 2026
https://github.com/valmaev/mocks-stubs-rocknroll
Mocks, Stubs and Rock'n'roll: maintainable unit tests with AutoFixture
autofixture conference csharp dot-net unit-testing
Last synced: 26 Apr 2026
https://github.com/dianper/payment-api
A basic payment API in .NETCore
csharp docker dockerfile fluent fluentvalidation gitactions-workflow jwt jwt-authentication metrics microservice microservices-architecture netcore netcore31 payment-api prometheus quality sonarqube swagger unit-testing
Last synced: 26 Apr 2026
https://github.com/zhaytam/maintainable-spark-job-sample
A sample Spark job in Scala designed to be highly maintainable and testable
Last synced: 26 Apr 2026
https://github.com/desarrollo-de-soluciones-iot-17757/restock-web-services
Restock Web Service Application is made with Java, Spring Boot and MongoDB persistence. It also illustrates domain-driven design, CQRS architectural pattern and integration with Swagger UI.
cloud-computing cqrs-pattern domain-driven-design java mongodb-database restful-api spring-boot swagger-ui unit-testing
Last synced: 07 Jun 2026
https://github.com/marcelodiass/static-generator
This project is a static-website-generator, working with OOP in Python, Unit Test, and Web Servers
object-oriented-programming python test-automation unit-testing
Last synced: 07 Jun 2026
https://github.com/s0urcedev/utesting-js
JS module for unit testing
js module node-js nodejs testing testing-tools unit-testing
Last synced: 27 Apr 2026
https://github.com/ahmetbugraozcan/ios-mars-nasa-rover
This application lists NASA Mars Rover photos. I used MVVM tech stack in this project. Developed with SwiftUI.
alamofire kingfisher lottie-ios mvvm pagination swiftui unit-testing
Last synced: 27 Apr 2026
https://github.com/ashishkapoor/vitest-javascript
javascript nodejs unit-testing vitest
Last synced: 27 Apr 2026
https://github.com/autokmg/micro-unit
This is a straightforward Java-based framework for unit testing. Its goal is to illustrate the usage of reflection in Java. It is my practice during an SWE class at the university.
Last synced: 27 Apr 2026
https://github.com/vuuuuk/evidencija-prognozirane-ostvarene-potrosnje-elektricne-energije
Evidencija prognozirane-ostvarene potrošnje električne energije, projekat za predmet Razvoj Elektroenergetskog Softvera
azure-devops c-sharp sql-server unit-testing
Last synced: 28 Apr 2026
https://github.com/ahmedhossam01/blogify
Simple blog client with React & Unit Testing
blog blog-client enzyme jest rtl unit-testing
Last synced: 28 Apr 2026
https://github.com/wdesimini/dogapi
Swift package for the Dog CEO API
async-await concurrency dog-ceo-api ios swift unit-testing
Last synced: 28 Apr 2026
https://github.com/mairess/project-zoo-functions
Esse projeto coloca em prática as funcionalidades do ES6, além de testes unitários com Jest.
Last synced: 28 Apr 2026
https://github.com/levyanjos/halo
A implementation of a TV series app, using the API provided by the TVMaze TVMaze Api website, written in Swift 5 using Dependency Injection, MVVM, Repository, Some aspects of Clean Architecture, ViewCode patterns, SwiftLint and Travis.
clean-architecture mvvm nimble quick repository-pattern swift swift5 swiftlint travis-ci unit-testing viewcode
Last synced: 25 Jun 2026
https://github.com/turskyi/drummachine
A pure Kotlin project showcasing class usage, JUnit testing, and coroutine-based audio playback. Designed for JVM, not Android.
audio-playback concurrent-programming junit jvm kotlin kotlin-coroutines kotlin-example unit-testing
Last synced: 28 Apr 2026
https://github.com/allanvillatoro/nodewebinar
This project serves as a demonstration of best practices in modern Node.js and TypeScript development, with a strong focus on code quality, maintainability, and automated testing
continuous-integration formatting github-actions integration-testing linting typescript unit-testing
Last synced: 28 Apr 2026
https://github.com/esraakamel1195/angular-testing-course-1-start
Simple courses management app - practice with angular course specially Unit testing
angular cypress jasmine typescript unit-testing
Last synced: 28 Apr 2026
https://github.com/jwdev66/simple_weather_app
react react-testing-library unit-testing
Last synced: 29 Apr 2026
https://github.com/rezairfanwijaya/go-post
clean-architecture ddd-patterns go postgresql restapi unit-testing
Last synced: 29 Apr 2026
https://github.com/dinkohristov/javascript_advanced_may_2025
This is a repository with solutions of problems in my SoftUni Course: JS Advanced - May 2025
javascript nodejs unit-testing
Last synced: 29 Apr 2026
https://github.com/susannnnnna/cpp_patientdatabasecli
Simple CLI application with Google Tests (demo based on IEC 62304)
bdd ci-pipeline cli cmake cpp demo-iec-62304 gtest integration-testing powershell regression-testing req-iec-62304 system-testing tasks-json unit-testing vscode
Last synced: 29 Apr 2026
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/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/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/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/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/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/mehmetpekdemir/test-driven-development
Test Driven Development ( TDD )
java-11 maven tdd tdd-java test unit-testing
Last synced: 30 Apr 2026