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/arrmansa/unittest-module-mocking
Experiments with coverage and mocking modules
Last synced: 16 Mar 2025
https://github.com/pedrior/mywallet
Um sistema para gerenciar rendimentos e despesas. Com ele, você pode criar carteiras personalizadas, controlar transações, definir orçamentos e agrupar despesas em categorias.
aspnetcore csharp dapper ddd design-patterns docker dotnet integration-testing postgresql rest rest-api restful sql testcontainers unit-testing vertical-slice-architecture
Last synced: 12 Apr 2026
https://github.com/spt-development/spt-development-test
A collection of utility classes useful for unit and integration testing.
apache-http email greenmail http integration-testing jms junit-extension logback testing unit-testing
Last synced: 23 Apr 2025
https://github.com/s0fft/sycloth-shop
Clothing-Shop — SSR Ecommerce Project on Django + API on Django REST Framework
api-rest celery django django-rest-framework django-templates ecommerce layout postgresql postman python3 redis server-side-rendering unit-testing
Last synced: 12 Apr 2026
https://github.com/aghamohammadi/crud-dotnet-cqrs
Create a Clean Architecture CRUD application with .NET Core 8.0 & CQRS Pattern & Blazor & Unit Tests & Bdd & TDD & DDD
bdd-tests blazor clean-architecture cqrs cqrs-pattern ddd-architecture dotnet dotnet-core efcore repository-pattern tdd unit-testing unitofwork-pattern
Last synced: 10 May 2026
https://github.com/smallpaes/sparkol-app
Sparkol app is an user-facing web application and is currently supporting basic authentication features.
api-rest authentication axios continuous-integration css3 cypress end-to-end-testing eslint happy-dom html5 prettier react react-context react-testing-library styled-components typescript unit-testing vite vitest
Last synced: 12 Apr 2026
https://github.com/ngugimuchangi/alx-backend-javascript
Javascript backend projects
expressjs javascript nodejs typescript unit-testing
Last synced: 12 Apr 2026
https://github.com/remy349/unit-test-pytest
Learning unit testing using Python with Pytest.
Last synced: 25 Mar 2025
https://github.com/bohdanmoroziuk/react-testing-library-tutorial
Example of testing React app with Jest and React Testing Library.
integration-testing jest react react-testing react-testing-library snapshot-testing typescript unit-testing
Last synced: 06 Apr 2025
https://github.com/dizzydroid/reelrec
ReelRec is a movie recommendation system built as a project for the Software Testing course at FOE | ASU. Tell ReelRec what movies you like, and it will suggest others from the same genres!
application java movies-streaming testing unit-testing
Last synced: 12 Jun 2025
https://github.com/aisha-zahid/softwaretesting-cunit
C++ unit testing project with Input Space Partitioning, Edge Pair Coverage, Control Flow Graphs, and CUnit in Eclipse.
cfg cpp cunit eclipse-cdt edge-pair-coverage functional-testing isp software-testing test-cases unit-testing white-box-testing
Last synced: 23 Apr 2025
https://github.com/JandroMejia97/ng-testing
This Angular app is used to learn how to make unit tests with Jasmine
angular jasmine testing unit-testing
Last synced: 10 Mar 2025
https://github.com/danpoynor/python-phrase-hunter-game
console-application demo dunder-main game oop python statistics unit-testing
Last synced: 29 May 2026
https://github.com/survi218/karma-jasmine-testing
unit testing in your Angular applications using Angular mocks, Karma, and Jasmine
angularjs jasmine-tests jasmine-tests-angularjs karma-cli karma-config karma-jasmine karma-preprocessor karma-test-runner unit-testing
Last synced: 16 Mar 2025
https://github.com/gowhale/go-shopping-list
Do you find making shopping lists BORING? Because I sure do... This repo is to automate the creation of shopping lists and to practice my Golang skills!
cooking golang golint mocking revive shopping unit-testing
Last synced: 25 Oct 2025
https://github.com/thefeij/chat-hub
A Simple Chat Server
css docker gin-gonic golang gorilla-websocket gorm html javascript paseto-tokens postgresql unit-testing
Last synced: 07 Jan 2026
https://github.com/felipeg-almeida/labeddit-backend
Este é o backend do projeto Labeddit, uma rede social inspirada no reddit. Desenvolvido como parte do projeto final do curso de Desenvolvimento Full Stack da Labenu, unicamente para fins didáticos.
api backend crud express jest knex layered-architecture nodejs poo sqlite typescript unit-testing
Last synced: 12 Apr 2026
https://github.com/victoreronmosele/shared-preferences-unit-test-flutter
Code demonstration for my blog post: Mocking and Testing Shared Preferences in Flutter Unit Tests
dart flutter fluttertutorials mocking sharedpreferences tutorials unit-testing
Last synced: 20 Apr 2026
https://github.com/niawjunior/todo-tdd
Test first code laster
integration-testing jest mongoose nodejs unit-testing
Last synced: 12 Apr 2026
https://github.com/salma-4/quiz-api
A RESTful API for creating, managing, and taking quizzes. The API supports user authentication, quiz categorization, and various administrative functionalities.
assertj dto-pattern java junit logging maven mockito mysql-database spring-boot spring-data-jpa spring-security-jwt swagger-ui unit-testing
Last synced: 19 Apr 2026
https://github.com/kasiprasad/context-spec
A simple Context Specification Framework for Java over JUnit
bdd context integration-testing java junit specification tdd unit-testing
Last synced: 14 Jan 2026
https://github.com/marcel-haag/testing
Testing Repository to get an introduction in Angular Testing and Cypress E2E
angular component-testing cypress javascript jest jest-mocking mock testing typescript unit-testing
Last synced: 12 Apr 2026
https://github.com/vitaliibezuhlyi/ordersapi
A set of clean approaches based on cqrs (mediatR) to api development using the fictional example of customer orders
api-rest asp-net-core cqrs mediatr sqlite unit-testing x-unit
Last synced: 12 Jun 2025
https://github.com/netodeolino/book-tdd-dio
TDD using JUnit, Mockito, and Hamcrest
hamcrest mockito tdd unit-testing
Last synced: 04 Jul 2025
https://github.com/masatomizuta/go-redistest
Golang package controls Redis servers for unit tests
Last synced: 17 Jan 2026
https://github.com/limcheekin/flutter_test_sample
Flutter Test Sample Project
flutter integration-testing testing unit-testing widget-testing
Last synced: 13 May 2026
https://github.com/bvfalcon/junit5-fakesmtp
FakeSMTP for unit-testing smtp clients with JUnit 5
junit junit5 maven smtp smtp-server testing unit-testing
Last synced: 14 Jan 2026
https://github.com/sashaflores/rustfund
Real audit submissions with findings, judge feedback, appeals, and post-review improvements. Part of my smart-contract-security series to grow and share Web3 security knowledge.
audit fuzzing rust smart-contracts solana unit-testing
Last synced: 07 May 2026
https://github.com/davep/pypath.el
Command to get a full dotted path for a current Python function definition
django elisp emacs emacs-lisp python unit-testing
Last synced: 13 Apr 2026
https://github.com/willie-conway/tdd-bdd-final-project
Test Driven Development (TDD) / Behavior Driven Development (BDD) for IBM 💻📈
behavior-driven-development integration-testing python selenium-webdriver system-testing test-driven-development unit-testing
Last synced: 20 Apr 2026
https://github.com/petr-korobeinikov/serverspec-example
Serverspec (http://serverspec.org) usage example.
infrastructure-as-code infrastructure-management serverspec spec unit-testing
Last synced: 13 Jun 2025
https://github.com/dangvanthanh/testing-practice
Vitest Practice
typescript unit-testing vitest
Last synced: 01 Dec 2025
https://github.com/tsimbalar/unittestsmaintenancehell
The code for my talk "Unit tests : Maintenance Hell ?" at SoftShake 2013
c-sharp maintenance unit-testing
Last synced: 02 Dec 2025
https://github.com/edmartt/wrapper-piper
this microservice calculates the distance of two coordinates via publish/subscribe queue
docker docker-compose euclidian-distance flask publish-subscribe python redis rq unit-testing
Last synced: 13 Apr 2026
https://github.com/mejia-dev/galactic-age-calculator
Webpack JavaScript project used to demonstrate unit testing with Jest
automated-testing babel calculator javascript jest unit-testing webpack
Last synced: 13 Apr 2026
https://github.com/mattmeyers/assert
Opinionated test assertions.
assertions generics go testing unit-testing
Last synced: 17 Jan 2026
https://github.com/lazarenkov-e/hw05_final
Сентябрь-Ноябрь 2022. Социальная сеть блогеров. Итоговый проект блока Django, Яндекс Практикум.
Last synced: 13 Apr 2026
https://github.com/valeqm/latam-ml-challenge
Implementing a machine learning model to predict flight delays at SCL airport, deploying it as a FastAPI service, and operationalizing it on Google Cloud with proper CI/CD pipelines.
api fastapi gcp google-cloud-platform machine-learning python unit-testing unittest
Last synced: 09 Apr 2025
https://github.com/fuznio/testfuzn
Unified C# testing framework for unit, end-to-end, and load tests with a single syntax and readable tests and reports.
automation csharp devops dotnet end-to-end-testing load-testing mstest qa testing-test-framework unit-testing
Last synced: 13 Apr 2026
https://github.com/junaidbinjaman/phpunit-basic-configuration
PHP unit practice codes goes inside this repo.
code-units php-testing phpunit unit-testing
Last synced: 02 Apr 2026
https://github.com/ericneves/myseries
🦧 API Restfull created with NodeJS, ExpressJS, MongoDB (mongoose), Unit Testes (jest), Docker and more...
api-rest jest mongodb nodejs unit-testing
Last synced: 13 Apr 2026
https://github.com/hafizn07/nextjs14_testing
Explore Next.js 14 Unit Testing Practice, leveraging Jest for comprehensive testing. Sharpen your skills with practical exercises and stay current with the latest Next.js features.
jest jest-tests nextjs14 react-testing-library unit-testing
Last synced: 11 Mar 2025
https://github.com/eikkomass/tdd-xunit-dotnet-core-udemy
Repository to the course "TDD com xUnit para C# .NET Core", managed on Udemy by "Stephany Henrique de Almeida Batista // @StephanyBatista"
aspnetcore dotnetcore entity-framework-core testcafe unit-testing xunit
Last synced: 19 Apr 2026
https://github.com/barbarpotato/tdd-bdd-final-project
Test Driven Development / Behavior Driven Development Final Project On IBM
behavior-driven-development integration-testing python selenium-webdriver system-testing test-driven-development unit-testing
Last synced: 14 May 2026
https://github.com/mystackbox/prj-mrp
This application was built to demonstrate practical problem-solving skills using Angular 2+ framework and related technologies (HTML5, Bootstrap, CSS3, etc)
angular-cli angular2 documentation github responsive-web-design restful-api seo unit-testing
Last synced: 18 Jan 2026
https://github.com/antonharbers/binary-search-tree-demo
Binary Search Tree - The Odin Project: https://www.theodinproject.com/lessons/javascript-binary-search-trees
binary-search-tree binary-search-tree-visualiser javascript jest npm testing unit-testing
Last synced: 13 Apr 2026
https://github.com/a-menshikov/yatube_django
Октябрь - Ноябрь 2022. Итоговый проект блока Django, Яндекс Практикум. 3-6 спринты.
Last synced: 15 May 2026
https://github.com/zinaaan/chutes-and-ladders
chutes and ladders game
chutes-and-ladders game gradle java11 spring-boot unit-testing
Last synced: 06 May 2026
https://github.com/leonardonicola/readx
Plataforma de trade de livros
clerk docker integration-testing nextjs prisma react shadcn-ui soketi tanstack-react-query typescript unit-testing
Last synced: 13 Apr 2026
https://github.com/rjxby/modern-tenon
The ModernTenon API stands as a comprehensive reference implementation, showcasing the application of industry-standard practices and architectural patterns in backend development using .NET technologies.
api docker dotnet entity-framework-core integration-testing sqlite unit-testing
Last synced: 13 Apr 2026
https://github.com/aivanf/wstester
JS framework for unit testing of web systems through WebSockets
javascript javascript-framework javascript-library js unit-testing websocket-client websockets
Last synced: 15 Mar 2026
https://github.com/voodoocreation/jest-mocks
A set of useful mocks and helpers for the Jest unit testing framework.
async-functions async-jest-mocks async-mocks frontend frontend-test frontend-testing jest jest-mocks mock mock-function mock-functions mocks promises test testing tests unit-test unit-testing unit-tests
Last synced: 28 Apr 2026
https://github.com/hammerheadshark666/mos-order-history-api
Microservice Order System - Order History Microservice
azure-keyvault cicd csharp docker docker-compose dotnet8 jwt-authentication mediatr postman-collection sqlserver unit-testing
Last synced: 08 Jan 2026
https://github.com/trkotovicz/exchange-api
API Rest que realiza a conversão entre duas moedas utilizando taxas de conversões atualizadas de um serviço externo
ci-cd docker expressjs integration-testing jwt-authentication mocha-chai model-service-controller msc-project nodejs railway sequelize-orm sinon solid sqlite3 swagger typescript unit-testing
Last synced: 13 Apr 2026
https://github.com/ax2inc/dynamic-imports-avoriaz-ava-example
Vue components unit testing with AVA, Avoriaz & dynamic imports
ava avoriaz avoriaz-ava code-splitting dynamic-import unit-testing vue
Last synced: 19 May 2026
https://github.com/elmijo/builder-box-core
This framework will allow you to develop APIs quickly and simply
babel builder-box codecov coveralls eslint integration-testing jest library node prettier travis-ci typescript unit-testing webpack
Last synced: 13 Apr 2026
https://github.com/schufeli/swiss-transport
Public transport timetable application, find your train, bus, or ship connections to the desired destination in Switzerland. Project for the Module M138.
ict-bz swiss-transport unit-testing wpf
Last synced: 11 Mar 2025
https://github.com/giovanifranz/fc-2.0-ci-go
dockerfile github-actions go unit-testing
Last synced: 11 Mar 2025
https://github.com/dtroupe18/NetworkTesting
Examples on how to test API calls
ios11 mockingjay nimble quick spacex-api swift4 unit-testing
Last synced: 11 Mar 2025
https://github.com/lmorente/course-testing
Java testing course: JUnit 5 and Mockito
Last synced: 11 Mar 2025
https://github.com/moreirak14/logistics-transport-api
O objetivo do sistema é auxiliar o cadastramento de motoristas (caminhoneiros) e seus devidos fretes futuros, tendo visibilidade do que está sendo atribuido para cada motorista!
api-rest django django-rest-framework poetry python sqlite3 unit-testing
Last synced: 11 Mar 2025
https://github.com/luav/mettle
A C++14 unit test framework
concise-framework cplusplus cpp14 framework prototyping unit-testing
Last synced: 11 Mar 2025
https://github.com/varnas554/test-double-guide
This guide clarifies the differences between dummies, stubs, fakes, spies, and mocks. It includes practical examples and attempts to clarify the optimal use cases for each type.
mocking mockito test-double test-doubles testing unit-testing
Last synced: 11 Mar 2025
https://github.com/wibosco/ViewInspector-Example
An example project using ViewInspector to test SwiftUI screens
Last synced: 11 Mar 2025
https://github.com/santugowda/TuroSampleApp
Sample app for Turo : Android developer role
android android-application kotlin mockwebserver mvvm-architecture retrofit2 unit-testing
Last synced: 11 Mar 2025
https://github.com/second-slip/forex-api-test
Project for unit test practice
angular karma-jasmine unit-testing
Last synced: 11 Mar 2025
https://github.com/kevinmfreire/wheres_waldo
This project was developed to identify the name, address and organization name within text.
data-structures database nlp-machine-learning notebooks pandas-dataframe spacy-nlp tensorflow2 text-classification unit-testing webscraping
Last synced: 11 Mar 2025
https://github.com/Joao-Peterson/dunitx
Delphi Unit Test Framework with boss support!
boss delphi dunitx unit-testing
Last synced: 11 Mar 2025
https://github.com/ZahariCheyrekov/M05-JS-Advanced
JS Advanced course gives deeper knowledge about JavaScipt, syntax, arrays, matrices, objects, classes and functions. They are also concepts like function context, explicit binding and event loop. Working with DOM and events are the main object of the course. Students also learn about functional and OOP programming.
classes dom javascript objects prototypes unit-testing
Last synced: 11 Mar 2025
https://github.com/Max-Derner/GildedRose-Refactored
This is my best go (so far!) of refactoring Terry Hughes' Java GildedRose Kata. I did cheat though by editing the Item class
abstract inheritance java refactoring unit-testing
Last synced: 11 Mar 2025
https://github.com/Laxman-77/unit-testing-bot
This is a slack bot which automates the tracking of unit tests failures by using slash commands. It shows the test-author map for failed tests on Jenkins failure report. It also shows the counts of newly added unit tests by developers in particular time frame.
java slack-api slack-bot spring-boot unit-testing
Last synced: 11 Mar 2025
https://github.com/sh4rkizz/RtsCourseworkMirea
Coursework repository
real-time-systems unit-testing
Last synced: 11 Mar 2025
https://github.com/anoop-gupt/react-unit-testing
This repository is meant to showcase various part of react unit testing with example code snippets
enzyme enzyme-testing jest reactjs redux unit-testing
Last synced: 11 Mar 2025
https://github.com/dstrebkov/cpp-cmake-project-template
CMake based C++ Project Template
c-plus-plus cmake cpp doctest fakeit gcov gcovr testing unit-testing
Last synced: 11 Mar 2025
https://github.com/Paul-vrn/Compiler-Software-project
Compiler of a subset of Java to ARM assembly code
antlr4 arm assembly compilation end-to-end-testing jacoco-report java lexer maven oop-compilation parser unit-testing
Last synced: 11 Mar 2025
https://github.com/dakk/mockchain-bitcoin
A typescript library for unit testing that simulates a simple in-memory Bitcoin blockchain
bitcoin blockchain unit-testing
Last synced: 11 Mar 2025
https://github.com/ValentainFomkin/friday-project
js material-ui react typescript unit-testing
Last synced: 11 Mar 2025
https://github.com/dkhorev/spot-n-plus-1-sql-query-problems-early
This is a repo with example code for article https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4
Last synced: 11 Mar 2025
https://github.com/dmlubera/YetAnotherTodoApp
Simple Todo API in .NET 5.0 using clean architecture, CQRS, EF Core, Swagger, unit and e2e testing
clean-architecture cqrs e2e-testing net50 unit-testing webapi
Last synced: 11 Mar 2025
https://github.com/matt-colen/iphone-calculator
Clone build of the iPhone calculator
javascript testing unit-testing vanilla-js
Last synced: 11 Mar 2025
https://github.com/joanjane/test-doubles-training
Test doubles and testability exercises and samples in dotnet core
netcore test-doubles testing unit-testing
Last synced: 11 Mar 2025
https://github.com/hhrogersii/cssUnit
A css unit testing framework with w3c testharness and spec generation tools
Last synced: 11 Mar 2025
https://github.com/RatulAlMamun/Jest-odyssey
This repository is my dedicated playground to practice and experiment with Jest, explore its features and capabilities, and improve my testing skills. I will use this repository to develop and test small, isolated code snippets, and to explore new testing techniques and best practices.
Last synced: 11 Mar 2025
https://github.com/andylvua/FlowerStore
Lab 5, 7, 8 and 9 assignment of OOP course
ci-cd java maven oop unit-testing
Last synced: 11 Mar 2025
https://github.com/owenstrength/COMP-1210
Auburn University COMP 1210 Fundamentals of Computing Classwork
auburn auburn-university fundamentals-of-computing fundamentals-of-programming java junit unit-testing
Last synced: 11 Mar 2025
https://github.com/RayanVakil/Web-App-Forum-Project1
Stackoverflow type forum app implementing servlets, jdbc, sql, jsp, css, bootstrap, docker, log4j, unit testing and more. Created by William Chung and I.
bootstrap css docker java jsp servlets unit-testing
Last synced: 11 Mar 2025
https://github.com/isaacalves7/qa
🧪⚗️👨🏾🔬 Good practices of QA/QC (Quality Assurance and Quality Control) including TDD, BDD and DDD for Continuous testing from scratch.
automated-testing automation-testing bdd cicd clean-architecture clean-code continuous-integration continuous-testing cucumber ddd extreme-programming gherkin integration-testing observability qa quality-assurance refactoring solid tdd unit-testing
Last synced: 20 Jun 2026
https://github.com/marcussilva3298/nestjs-zerotohero
NestJS Repository following the NestJS Zero to Hero Udemy Course
authentication authorization data-persistence error-handling jest jwt nest nestjs nodejs postgres typeorm typescript unit-testing validation
Last synced: 13 Apr 2026
https://github.com/rafalbielec/fxexchange
FX Exchange console app written in C# for converting monetary amounts into target currencies using a base currency. Configured to use DKK as the base currency.
cli console-application csharp dotnet net8 unit-testing
Last synced: 11 Jun 2026
https://github.com/aradi/fortuno-export-serial
Serial export of the Fortuno unit testing framework to use as dependency in fpm. Use https://github.com/aradi/fortuno for any issues or pull requests.
Last synced: 03 Feb 2026
https://github.com/levieyal/cpp-course-exercises
All the exercises in the Systems Programming in C++ course that took place in the second semester of 2021
iterators memory-management oops-in-cpp overloaded-operators smart-pointers stl-algorithms templates test-driven-development unit-testing virtual-functions
Last synced: 26 Mar 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/fabogit/Vitest-testing
Tests using Vitest library (Jest)
jest tdd test unit-testing vitest
Last synced: 29 Aug 2025