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/janhesters/riteway-testing-library
Example setup of RITEway with Testing Library.
nextjs reactjs riteway tape testing-library 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/therealpad/calculator
calculator to handle infinite numbers and priorities
cmake cpp design-patterns object-oriented-programming proxy-design-pattern unit-testing
Last synced: 01 Jun 2026
https://github.com/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/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/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/karenpayneoregon/containers-csharp
For teaching collections and similar topics
classlibrary collections csharp immutable net48 netcore5 unit-testing wpf
Last synced: 20 Apr 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/ttitcombe/tfshell2
A wrapper to take the hassle out of training and deploying Tensorflow 2.0 models
machine-learning machine-learning-training tensorflow tensorflow-2 unit-testing
Last synced: 15 Jun 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/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/tiibuturner/triangletest
One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to make a test which declares what kind of an triangle are we talking about. There is also an deliberation about the subject (enough tests, what to consider in a testing). Deliberation is (unfortunately) only in Finnish.
Last synced: 05 Jun 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/herikerbeth/uploading-files
This is a Spring Boot web application designed to handle HTTP multi-part file uploads. It allows users to upload files, list uploaded files, and download them using a simple HTML interface.
java junit maven spring-boot spring-web test-driven-development thymeleaf unit-testing
Last synced: 08 May 2026
https://github.com/karenpayneoregon/unit-test-json
For article on unit testing json
Last synced: 08 May 2026
https://github.com/drcbeatz/discounts
Python module for identifying dealer discount codes, calculating dealer cost, customer price & profit margin.
ci github-actions parametrized-tests pipenv pytest python unit-testing
Last synced: 21 Apr 2026
https://github.com/zavierferodova/cinema-catalogue
Cinema Catalogue App Using Android Jetpack Component | Dicoding Belajar Android Jetpack Pro Final Submission
android dicoding dicoding-submission instrumentation-testing jetpack-android kotlin-android unit-testing
Last synced: 21 Apr 2026
https://github.com/lauriecai/recipez-ios-app
Recipez is a simple app that displays a list of baked goods from around the world.
concurrency filemanager mobile mvvm-architecture swiftui unit-testing
Last synced: 21 Apr 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/killerasus/gocalc
The purpose of this Calculator is to practice unit testing in Go
codecov github-actions go golang tdd unit-testing
Last synced: 08 May 2026
https://github.com/asacxyz/spring_boot_3_documente_teste_e_prepare_uma_api_para_deploy
Para acompanhamento do curso Spring Boot 3: documente, teste e prepare uma API para o deploy
api api-documentation api-test documentation java spring spring-boot springboot test testing unit unit-test 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/adewija/mvpbarvolume
Application to count the value of bar volume using Model-View-Presenter (MVP) pattern.
android-application mockito mvp-pattern unit-testing
Last synced: 17 May 2026
https://github.com/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/c-kiplimo/e-commerce-application-api
This Spring Boot project demonstrates the integration of Stripe payment in e-commerce application. It provides essential functionalities for handling transactions and creating checkout sessions, serving as a practical starting point for projects requiring secure payment processing.
api docker integration-testing java jenkins junit kubernetes mongodb spring-boot unit-testing
Last synced: 08 Apr 2026
https://github.com/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/th3y3m/xunit-with-moq-and-ci
A Unit Test script using xUnit Testing Framework and Moq to ensure the quality of source code in web app
Last synced: 10 Jun 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/fpopic/cmake-googletest-template-project
(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".
cmake google-test testing unit-testing
Last synced: 16 Jun 2026
https://github.com/danpoynor/python-basketball-team-stats-tool
Demo console-based basketball team statistics app that divides a group of players into teams and presents statistics about each team.
basketball-stats console-application python3 statistics unit-testing
Last synced: 06 Jun 2026
https://github.com/ismailnguyen/fraction-kata
Fraction Kata
javascript jest nodejs unit-testing
Last synced: 09 May 2026
https://github.com/sadeeshaperera/test-automation-project
test-automation-project
api-testing cypress e2e-testing qa-automation qaops test-automation unit-testing
Last synced: 18 Oct 2025
https://github.com/karinakozarova/tp-rsa-ruby
rsa rsa-algorithm rspec ruby school 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/ryangoodwindev/mcwrapper.rpc.tests
Unit tests for proofing the MCWrapper.RPC project.
Last synced: 13 Oct 2025
https://github.com/diego3/telefonia
TDD, E2E, CI and REST - Web Project
api-rest continuous-integration e2e-test tdd unit-testing
Last synced: 18 Oct 2025
https://github.com/ashishkapoor/vitest-javascript
javascript nodejs unit-testing vitest
Last synced: 27 Apr 2026
https://github.com/akram-sakib/javascript-testing
Experimenting JavaScript testing by using Vitest
javascript testing unit-testing vitest
Last synced: 13 Oct 2025
https://github.com/zenx5/dictionary
Dictionary App with ReactJS. Including Tests Jest
api-rest deployed fc-aug-21-2022 gh-pages react unit-testing
Last synced: 27 Apr 2026
https://github.com/adrianomonteiroweb/jest-project
Projeto de testes em jest no módulo de fundamentos na Trybe.
Last synced: 28 Apr 2026
https://github.com/sshehrozali/spring-tdd-example
Example Spring Boot application developed using Test Driven Development using JUnit, Mockito, AssertJ and Hamcrest.
extreme-programming integration-testing java junit5 mockito mockito-junit mockito-junit-test spring-boot test-driven-development unit-testing
Last synced: 28 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/asrieldreemurrgm/jest_testing_practice
Practice project for testing components and user interactions using React, Redux, and Jest.
frontend react react-testing-library redux testing typescript unit-testing
Last synced: 20 Apr 2026
https://github.com/mehedi32hstu/spring-boot-junit-testing
integration-testing junit5 spring-boot unit-testing
Last synced: 28 Apr 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/jamal-saadeddin/calc-app-unit-testing
A simple calculator developed during an internship at Foothill, designed to practice unit testing.
aaa-testing test-driven-development unit-testing
Last synced: 12 Oct 2025
https://github.com/jwdev66/simple_weather_app
react react-testing-library unit-testing
Last synced: 29 Apr 2026
https://github.com/markusmeyer13/azure.functions.tables
Azure Function with new Table Storage binding and connection by identity
azure azure-functions azure-table-storage binding mock unit-testing
Last synced: 29 Apr 2026
https://github.com/eby8zevin/submission2-repositorydanlivedata
Submission 2 : Repository dan LiveData
android android-development android-studio dicoding dicoding-academy dicoding-submission idlingresources java json live-data livedata-viewmodel movie-catalogue repository unit-testing view-model xml
Last synced: 12 Oct 2025
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/karenpayneoregon/cs-language-extension-basics
Basic language extension in C# samples
csharp languageextensions unit-testing
Last synced: 29 Apr 2026
https://github.com/raphaelsaban/jinstatest
Don't write more code to test your code (for javascript)
automated-testing easy javascript javascript-tests javascript-tools nodejs painless painless-javascript-testing testing unit-testing
Last synced: 29 Apr 2026
https://github.com/eduardogomesf/go-api
simple REST API built with Go
go go-chi golang sqlite testify unit-testing
Last synced: 10 May 2026
https://github.com/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/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/wdesimini/weather
Weather app using MVVM, Concurrency, SwiftUI
async-await concurrency dependency-injection mvvm swift swift-packages swiftui unit-testing xctest
Last synced: 14 Apr 2026
https://github.com/adarshkr357/recipes-api
A RESTful API built in PHP that manages recipes, including CRUD operations, search, and rating functionality. The API uses PostgreSQL for persistence, JWT for authentication, and auto-loads initial recipe data from TheMealDB. It is fully containerized using Docker, follows REST best practices, and includes unit tests with PHPUnit.
api-design docker jwt pdo php postgresql production-ready recipes rest-api unit-testing
Last synced: 02 May 2026
https://github.com/cahyofendhi/rajaongkir
Contoh cek harga pengiriman dari jne,post dan tiki, menggunakan api raja ongkir
alamofire autosearch database decodable mvvm nimble quick realm unit-testing
Last synced: 30 Apr 2026
https://github.com/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/arvinsingh/todo-projects-framework
Todo Projects Framework
build cpp14 framework object-oriented-programming project-repository unit-testing
Last synced: 27 Feb 2026
https://github.com/ierturk/rust-practice
Rust Language Practice
algorithm algorithms algorithms-and-data-structures data-structures dsa practice project-template recruitment-test rust rust-lang rust-practice template-project testing unit-testing
Last synced: 16 Oct 2025
https://github.com/fgvn/codebrdg_tt
This .NET API provides endpoints for adding and retrieving data,
api-rest cqrs dotnet mssql repository unit-testing unitofwork
Last synced: 27 Jan 2026
https://github.com/damirscorner/20200605-moq-generic-type-matching
Sample project for "Matching Generic Type Arguments with Moq" blogpost
dotnet freshmvvm moq unit-testing
Last synced: 30 Apr 2026
https://github.com/shishir-dey/rust-samples
A repository to demonstrate basic Rust language programs
ci-cd-pipeline github-actions rust-lang system-programming unit-testing
Last synced: 30 Apr 2026
https://github.com/karenpayneoregon/indexes-ranges-csharp
C# 8 indexes and ranges code samples
csharp indexes ranges unit-testing visual-studio
Last synced: 01 May 2026
https://github.com/ayushsoni1010/testing-a-react-application
This repository consists of how to implement unit testing, end-to-end testing and mocked services in a React application using Cypress, Vitest and MSW
cypress e2e e2e-testing msw test testing testing-framework testing-tools unit-testing vitest
Last synced: 14 Mar 2026
https://github.com/autofixture/autofixture.autorhinomocks
AutoFixture.AutoRhinoMocks is a .NET library that integrates AutoFixture with Rhino Mocks, transforming it into an auto-mocking container.
autofixture automocker dotnet mocking rhinomocks unit-testing
Last synced: 01 May 2026
https://github.com/ecampidoglio/autofixture-demo
An example of how to use AutoFixture to write readable and maintainable tests.
autofixture demo test-driven-development unit-testing
Last synced: 08 Jun 2026
https://github.com/safafa/testing_practice
This is a practice exercises for testing javascript functions with Jest.
Last synced: 01 May 2026
https://github.com/coelhoreinaldo/js-unit-tests
Project in which I was responsible for developing specific functions and tests.
Last synced: 01 May 2026
https://github.com/softprodigyindia/unittestswiftsample
Simple sample showing creation of Unit Tests in Swift
Last synced: 10 Jun 2026
https://github.com/aadrianleo/chargehub-berlin
A Crowdsourcing App for Charging Infrastructure in Berlin "ChargeHub Berlin"
charging-station-berlin charging-stations factor-analyzer folium folium-maps geopandas pytest python python3 scikit-learn seaborn streamlit streamlit-application streamlit-folium streamlit-web streamlit-webapp unit-testing
Last synced: 01 May 2026
https://github.com/jordanmarcelino/java-design-patterns
Design Patterns Implemented in Java
behavioral-patterns creational-patterns design-patterns java spring-boot structural-patterns unit-testing
Last synced: 15 Oct 2025
https://github.com/andressakarla/testes-automatizados-unitarios-calculadora_ruby
Projeto de Testes Automatizados Unitários desenvolvido para ser executado diretamente no código-fonte em uma calculadora em Ruby nas ferramentas Rspec e GitHub Actions
fixtures github-actions github-workflows json rspec ruby unit-testing
Last synced: 11 Feb 2026
https://github.com/aanand058/fragments
A Cloud-Based Solution for Handling Different Types of Fragments
api-server aws docker dynamodb ec2-instance javascript mircoservices unit-testing
Last synced: 16 Apr 2026
https://github.com/michal-radomski/testing-libraries-courses
Files created during Udemy.com testing libraries courses.
cypress e2e-tests jest mocha react-testing-library selenium-webdriver unit-testing vitest
Last synced: 27 Feb 2026
https://github.com/aimenux/dummywebapidemo
Using a web api to play with dummies
autofixture automapper entity-framework fluent-assertions fluent-validation integration-testing mediatr net90 serilog unit-testing webapi
Last synced: 18 Jun 2026
https://github.com/dwmcrobb/libdwm
C++ library with a focus on serialization but including a syslog wrapper and a simple unit test facility
cpp20 logging serialization unit-testing
Last synced: 12 Feb 2026
https://github.com/temirlan-zh/test-task-users-and-tasks
Implementation of a test task for a job application.
jest nestjs openapi postgresql rest-api typeorm typescript unit-testing
Last synced: 12 Feb 2026
https://github.com/matheusandrade23/c14
Repositório dos exercícios das aulas de C14 (Projeto To Do List API), Engenharia de Software.
Last synced: 12 Feb 2026
https://github.com/mahmoudahmadosman/unit-and-integration-testing
Spring Boot unit testing and integration testing
integration-test java jpa-hibernate lombok maven spring-boot unit-testing
Last synced: 02 May 2026
https://github.com/mevinumethdam/freecodecamp-quality-assurance
This repository contains all 5 completed projects from the freeCodeCamp Quality Assurance Certification. It demonstrates unit and functional testing of a Node.js/Express application using the Mocha testing framework and the Chai assertion library.
chai expressjs freecodecamp functional-testing javascript mocha nodejs quality-assurance testing unit-testing
Last synced: 16 Apr 2026
https://github.com/muhammadrama19/ppl-unit-testing
Learning Unit Testing with Java JUnit + Maven. Bellow Link for the Reporting.
Last synced: 27 Feb 2026
https://github.com/developpeurpascal/delphietlestestsunitaires
Sources des exemples et démonstrations liées au webinaire "Delphi et les tests unitaires" du 3 novembre 2020.
assert assertions delphi dunit dunitm dunitx object-pascal pascal pascal-language radstudio sample-code testinsight unit-testing
Last synced: 18 Mar 2026
https://github.com/trises/booklibobligatorisk
Oktober 2023, obligatorisk opgave 1+2.
csharp csharp-library generic-repository model-class repository-pattern test-driven-development unit-testing
Last synced: 13 Feb 2026
https://github.com/marcopollivier/presentation.tdc.pact-go-node
Projeto usado como base para as apresentações sobre Pact e Testes de contrato no TDC
contract-testing e2e-testing integration-testing testing tests unit-testing
Last synced: 19 Mar 2026