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-09 00:28:52 UTC
- JSON Representation
https://github.com/aimenux/middlewarestylesdemo
Using various styles for writing custom middlewares
fluent-assertions integration-testing middleware net80 unit-testing
Last synced: 11 Oct 2025
https://github.com/sushantdhumak/generating-tv-scripts
Deep Learning Nanodegree Project : To generate Simpsons TV scripts using part of the Simpsons data-set of scripts from 27 seasons.
batching hyperparameter-tuning lookup-table lstm lstm-neural-network neural-network preprocessing recurrent-neural-network tensorflow tokenization tokenized-sentences tuning-parameters unit-testing word-embeddings
Last synced: 26 Mar 2025
https://github.com/areal060781/python-katas
Python exercises
kata pytest tdd training unit-testing
Last synced: 13 Mar 2025
https://github.com/ztlaine/assignment7
Unit testing a custom data structure using Java.
data-structures java junit unit-testing
Last synced: 17 Mar 2025
https://github.com/ryanorsinger/jasmine-starter
Jasmine TDD Starter
tdd tdd-javascript unit-testing
Last synced: 27 Jan 2026
https://github.com/vndg-rdmt/assertion-pipe
Typescript testing library with pipeline-like testing feature
assert assertion development-tools test testing testing-tools typecript unit-test unit-testing
Last synced: 10 Oct 2025
https://github.com/ztlaine/assignment13
Banking app utilizing Maven, Springboot, Hibernate, MySQL, and Thymeleaf, written using Java and HTML. Testing done with Junit.
hibernate hibernate-orm html java junit maven mysql springboot thymeleaf unit-testing
Last synced: 13 Apr 2026
https://github.com/ztlaine/multithreading-with-asychronous-calls
Asynchronous data evaluation using Java.
async java multithreading unit-testing
Last synced: 17 Mar 2025
https://github.com/balazs-kis/test-lite
A small .NET Standard library for writing well-structured, clear-cut 3A tests.
arrange-act-assert dotnet dotnet-core dotnet-standard dotnet-standard2 fluent-api unit-test unit-testing unit-tests
Last synced: 14 May 2026
https://github.com/fabogit/Vitest-testing
Tests using Vitest library (Jest)
jest tdd test unit-testing vitest
Last synced: 29 Aug 2025
https://github.com/akt0001c/ecommercewithspringboot
java java-8 mysql springboot springjpa springsecurity unit-testing
Last synced: 13 Apr 2026
https://github.com/hisco/unit-test-class
Easy mock your es6 + classes.
class constructor mock spies unit-testing
Last synced: 30 Jun 2026
https://github.com/olivegamestudio/musts
Musts is a unit test helper library, to encourage writing things like value.MustBeTrue() and result.MustBeSuccess();
csharp library musts unit-testing
Last synced: 06 Jul 2025
https://github.com/gabrielfduarte/desafio-invext-api-ubots
API REST para problema de distribuição da Ubots
api http java java17 junit5 mockito rest rest-api restful-api spring-boot spring-framework unit-testing
Last synced: 21 Jan 2026
https://github.com/asishkumar-gouda/devsecops-app-cicd
This project is to implement DevSecOps practices to a Typescript application. CI/CD using GithubActions and ArgoCD with K8s. GHCR as Container Registry.
argocd devsecops docker ghcr github-actions source-code-analysis unit-testing
Last synced: 13 Apr 2026
https://github.com/vlovric/tkpp-mylibra
acceptance-testing automation-testing csharp dotnet integration-testing unit-testing
Last synced: 15 May 2026
https://github.com/herikerbeth/async-method
Spring Boot web application designed to asynchronously lookup GitHub user information. It queries GitHub's API to fetch data about users, and the lookup process is handled asynchronously using CompletableFuture, allowing for scalable service architecture.
java junit maven mockito-junit spring-boot spring-web test-driven-development unit-testing
Last synced: 13 Apr 2026
https://github.com/salma-4/spring_training
My tasks during spring training
crud-application design-patterns exception-handling hibernate java lombok maven microservices mysql-database postman spring-boot spring-core spring-data-jpa spring-mvc spring-rest-api swagger-ui unit-testing
Last synced: 13 Apr 2026
https://github.com/streamlined2/order-book
Order book management
array-list binary-search gradle hash-table java-20 junit5 linked-list unit-testing
Last synced: 15 May 2026
https://github.com/samuelematias/calculator_app
🧪 A simple Flutter app with several unit tests, widget testing, and integration tests/e2e.
dart e2e-testing flutter integration-testing unit-testing widget-testing
Last synced: 15 May 2026
https://github.com/hudson-newey/ng-jasmine-async-wrapper
A simple wrapper for async functions in Angular + Jasmine
angular jasmine jasmine-framework jasmine-tests test testing testing-tools unit-testing
Last synced: 19 Jan 2026
https://github.com/mindlessmuse666/apartment-price-predictor
Python-проект по прогнозированию стоимости аренды квартир с помощью линейной регрессии. Практическая работа по теме: "Основы машинного обучения" дисциплины "МДК 13.01: Основы применения методов искусственного интеллекта в программировании".
apartment-price-prediction data-analysis data-science linear-regression linear-regression-models machine-learning matplotlib python regression sklearn unit-testing
Last synced: 11 Apr 2026
https://github.com/estnafinema0/yadro-cpp-test
C++20 simulation of a computer club management system with token parsing, error reporting and unit/integration tests (Google Test).
cpp20 googletest integration-testing object-oriented-programming parser tokenizer unit-testing
Last synced: 24 Aug 2025
https://github.com/danieldantasdev/aspnetcore-unit-testing_course-luisdev-part-3_dotnet-8_csharp-12
Curso da Formação ASP.NET Core focado em testes unitários com xUnit, Moq, NSubstitute, Fluent Assertions e Bogus. Ensina fundamentos, padrões de escrita, mocking e boas práticas para criar testes eficientes e robustos em APIs .NET.
aspnetcore backend bogus clean-code csharp dotnet fluent-assertions luisdev moq nsubstitute tdd unit-testing xunit
Last synced: 13 Apr 2026
https://github.com/bperlakih/swift4cart
A simple e-commerce cart solution in Swift 4
checkout ios11 swift-4 unit-testing
Last synced: 10 Jan 2026
https://github.com/jubayer98/quick-sort-algorithm-testing-using-unit-testing-functionality
In this implementation of the quick sorting algorithm, several test cases are created to verify the correctness of the code and to identify any bugs, ensuring the algorithm functions as expected.
quick-sort-algorithm software-testing unit-testing
Last synced: 30 May 2026
https://github.com/milanowicz/php-testing
Library for PHPUnit testing
php phpunit testing testing-tools unit-testing
Last synced: 23 Apr 2025
https://github.com/marko19907/algorithms
A collection of algorithms and data structures made as a part of NTNU's "Algorithms and Data Structures" course, fall 2021.
algorithms cache data-structures heap java list maven recursion searching-algorithms sorting-algorithms tree unit-testing
Last synced: 15 May 2026
https://github.com/mehassanhmood/multiclass-classification
Using Dense Neural Networks on MNIST Datasets
classification deep-learning supervised-learning unit-testing
Last synced: 27 Mar 2025
https://github.com/khadkarajesh/location-finders
Udacity Mentorship Location finder applications
android-architecture-components android-navigation-component android-viewmodel espresso firebase-auth firebase-authentication-android geofencing google-maps-api kotlin kotlin-coroutines livedata-databinding mvvm mvvm-android roboelectric unit-testing workmanager-architecturecomponent
Last synced: 20 Aug 2025
https://github.com/mohan-shil/portfolio-checking-test-cases
Checking all functionalities
api automated-testing functional-testing playwright playwright-python python regression unit-testing
Last synced: 25 Apr 2026
https://github.com/powehix/billingapi-csharp
asp-net-core csharp dotnet9 swagger swagger-ui unit-testing
Last synced: 08 Sep 2025
https://github.com/adarsh-k27r/salahkart
Collection of some of my works during my internship period at Salahkart for preview and educational purpose only.
bs4 cross-encoder database-design embeddings huggingface-transformers integration-testing ner nlp-machine-learning nltk numpy-arrays pandas python resume-parser selenium-webdriver sentence-transformers skills-assessment spacy-nlp sts transformers unit-testing
Last synced: 01 Mar 2026
https://github.com/hammerheadshark666/mos-order-api
Microservice Order System - Order Microservice
azure-keyvault azure-service-bus cicd csharp docker docker-compose dotnet8 fluentvalidation jwt-authentication mediatr postman-collection sqlserver unit-testing
Last synced: 09 Mar 2026
https://github.com/georgiy-belyanin/cut
Cut - (simple) C unit-testing (header file)
Last synced: 08 Sep 2025
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: 08 Jul 2026
https://github.com/andy-messer/quadratic-equation
A program for solving quadratic equations with Unit testing.
c quadratic-solver unit-testing
Last synced: 18 May 2026
https://github.com/ismailarilik/teach_me_ruby
A test suite not passed until you learn Ruby
Last synced: 09 Jul 2026
https://github.com/afa7789/flight-min-api
An API example, requested by volume. Made in Go.
api-rest example golang unit-testing
Last synced: 28 Aug 2025
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/alper-sayin/currency-exchange-dashboard
Currency Exchange Dashboard- Django REST Framework+React
ci-workflow cors css django django-rest-framework docker docker-compose postgresql pytest-django react react-hooks reactjs reactjs-components recharts-js redis restful-api serializer-django serializers unit-testing viewsets
Last synced: 10 Apr 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/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/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/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/didinj/spring-boot-unit-testing-junit-mockito-examples
Unit Testing in Spring Boot with JUnit and Mockito
examples junit mockito spring-boot unit-testing
Last synced: 08 Jul 2026
https://github.com/tueda/cmake-template
A CMake template with unit-testing and micro-benchmarking.
benchmarking c-plus-plus-11 cmake template unit-testing
Last synced: 22 Aug 2025
https://github.com/thejoltjoker/fsu23d-the-restaurant
Second group assignment in the full stack course at Medieinstitutet.
react tailwind unit-testing vite vitest
Last synced: 10 Apr 2026
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/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/lubrum/github-actions-with-go
Integração Contínua e Entrega Contínua com Go, AWS EC2, AWS ECS, AWS Fargate, Docker, Github Actions
automated-testing aws aws-ec2 aws-ecs aws-ecs-fargate aws-rds aws-rds-postgres bash ci ci-cd continuous-delivery devops docker docker-compose github-actions go golang pipeline unit-testing
Last synced: 10 Apr 2026
https://github.com/macmade/xsctest
Cross-platform C11 unit testing library.
c c11 test test-driven-development test-framework testing testing-framework testing-tools unit-testing
Last synced: 20 Aug 2025
https://github.com/luiz504/07-ig22rn-iweather
e2e-testing expo jest react-native unit-testing
Last synced: 09 Mar 2026
https://github.com/clintonbrito/ibm-bootcamp
Code created during an IBM Bootcamp of Java + Angular.
angular jasmine java javascript nodejs spring spring-boot typescript unit-testing
Last synced: 20 Jan 2026
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/delph123/supplejs-testing-library
Simple and complete SuppleJS testing utilities that encourage good testing practices.
supplejs testing-framework unit-testing
Last synced: 03 Jan 2026
https://github.com/rouchdane03/guess_logic_number
This is a little logic game which goal's is to guess the right number in a grid. Also, you can give your opinion about it after finding that number.
api-rest aws cd ci devops github-actions integration-testing java-17-maven-spring-boot-hibernate-jpa spring-boot unit-testing
Last synced: 10 Apr 2026
https://github.com/philip-bui/android-ci
Android CI Scripts.
android continous-integration instrumentation-tests unit-testing
Last synced: 25 Feb 2025
https://github.com/alvarogarcia7/legacysecuritymanager-kata-java
a kata for practicing the legacy code refactoring. Using the constraint of IDE-based refactoring techniques in the beginning, until the code is fully tested
acceptance-testing either end-to-end-testing functional infinitest infinitest-args java java-8 javaslang kata legacy-code legacy-kata maven oop tdd travis-ci trikitrok unit-testing vavr
Last synced: 18 May 2026
https://github.com/hhhhhhhhhn/itworks
A simple node unit testing library.
node node-module nodejs unit-testing unittest
Last synced: 14 May 2026
https://github.com/dynamicbalaji/ngtestingdemo
Unit Testing demo for Angular application
angular angular-cli angular2 angular4 jasmine karma karma-jasmine testing unit-testing unittest
Last synced: 10 Apr 2026
https://github.com/atomicptr/camelcase
A simple OCaml test framework
ocaml ocaml-library test testing unit-testing
Last synced: 17 Mar 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/fimbres/expo-type-testing
This is a mobile application, built with expojs and typescript, implementing testing with react-testing-library and jest, also using redux-toolkit-query for data fetching.
expo javascript jest mobile react-native react-testing-library redux-toolkit-query snapshot-testing typescript unit-testing
Last synced: 10 Apr 2026
https://github.com/touradbaba/habit_tracker
Habit Tracker app with python.
command-line-interface functional-programming object-oriented-programming python sqlite3 unit-testing
Last synced: 18 Aug 2025
https://github.com/jimcresswell/general-js-test-automation-demo
Demo of multi-layer test automation in a two service Node web app with third-party data depencies, including Consumer Driven Contract Testing
api-testing bdd bootstrap4 consumer-driven-contracts cucumber javascript-testing mocha nodejs pact-js portfolio product-behaviour tdd test-automation unit-testing web-testing webdriver
Last synced: 10 Apr 2026
https://github.com/damirscorner/20201002-ng-test-form-control
Sample project for "No Value Accessor Error in Angular Tests" blogpost
Last synced: 17 May 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/segovoni/sql-start-2024-sql-unit-testing-automation
Automate the testing of one or more SQL Server objects using tSQLt, Docker, and GitHub Action!
ci-cd demo docker github-actions sql-server tsqlt unit-testing
Last synced: 10 Apr 2026
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/geliettech/self-learning
This repository serves as a personal learning space where I document and practice new concepts, tools, and technologies.
bootstrap containernization css django javascript materialui nextjs python reactjs scalablity scss tailwindcss typescript unit-testing web-security
Last synced: 05 Feb 2026
https://github.com/agutiernc/fullstackopen2019
Full Stack Open 2019
apollo bootstrap cypress-tests eslint express-js graphql integration-testing javascript jest material-ui nodejs react redux unit-testing webpack
Last synced: 10 Apr 2026
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/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: 02 Apr 2025
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/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/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/janumedia/react-redux-basic
React + Redux and Unit Test with Jest + Enzyme Example
async axios enzyme jest json jsx middleware mocking react react-redux reactjs redux sass scss snapshot-testing unit-testing
Last synced: 10 Apr 2026
https://github.com/cr-israel/api-typescript-vitest
API made in TypeScript with Fastify and unit tests with Vitest
api-rest backend backend-api esbuild eslint eslintrc fastify github mongodb mongoose nodejs typescript unit-testing vitest vitest-ts
Last synced: 10 Apr 2026
https://github.com/programkingabel/react19onramp
React (19) Features, Projects and Concepts
design-system framer-motion react-testing react19 redux-toolkit tanstack-query unit-testing zustand
Last synced: 20 Apr 2026
https://github.com/nunogois/typescript-jest-tdd
Test Driven Development Example in TypeScript using Jest.
jest tdd-typescript test-driven-development typescript unit-testing
Last synced: 05 May 2026
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/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/vagnerbellacosa/063_blindandocodigocoberturatestesunitarios
Blindando seu código com cobertura de testes unitários
digital-innovation-one integration-testing labs qa system-integration test unit-testing
Last synced: 27 Feb 2026
https://github.com/flazefy/atepp-web
created using laravel 11
ajax api-testing bootstrap5 csv firebase-storage javascript laravel mysql pdf php rest-api telegram-bot tools unit-testing
Last synced: 10 Apr 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/eric-souzams/my-finances
My Finances is a application that used Springboot + Spring Security + JWT + Spring Data JPA + JUnit + Mockito + React JS
axios integration-testing java junit5 jwt jwt-authentication lombok mockito react reactjs sping-boot spring spring-boot spring-security springdatajpa test typescript unit-testing
Last synced: 10 Apr 2026
https://github.com/nnnlik/djangopdfmaker
This is a service designed to generate PDF files from a URL or HTML file. The service is built using Django, Django Rest Framework (DRF), Docker and Celery.
celery django flake8 poetry postgres pre-commit-hook redis unit-testing
Last synced: 09 Apr 2026
https://github.com/imtjl/qa-fundamentals
Software Quality Testing - a 3rd year CSE banchelor course in ITMO University
integration-testing load-testing monitoring qa quality-assurance software-testing unit-testing
Last synced: 23 Mar 2025
https://github.com/alexmochu/phone-book-app-tdd
The Phone Book app allows you to add, update, delete and view contacts.
Last synced: 09 Jul 2026
https://github.com/digital-alchemy-ts/hass-unit-testing-sample
A quick example project to demonstrate the process of creating unit tests for automations
digital-alchemy example-code homeassistant homeautomation jest typescript unit-testing
Last synced: 10 May 2026
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