Unit testing
Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.
- GitHub: https://github.com/topics/unit-testing
- Wikipedia: https://en.wikipedia.org/wiki/Unit_testing
- Created by: Kent Beck, Erich Gamma
- Released: 1997
- Related Topics: testing, integration-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing, junit,
- Aliases: unit-tests,
- Last updated: 2026-07-02 00:32:17 UTC
- JSON Representation
https://github.com/paulshpilsher/internal-transfers
POC Go microservice for internal account management and money transfers. REST API, PostgreSQL, Iris web framework, and robust decimal handling for financial safety. Includes Docker support, unit tests, and clean layered architecture.
docker docker-compose go golang iris postgres transactions unit-testing
Last synced: 05 May 2026
https://github.com/pawlovskiii/stake-yield-defi-protocol
Application is about reward system protocol within staking certain tokens. It uses ERC20 standards from OpenZeppelin, Oracles from ChainLink, and all different kinds of Mocks. It's well tested, especially within unit and integration tests.
brownie-eth modules python solidity type-hints unit-testing
Last synced: 13 May 2026
https://github.com/cba85/jest-jwt-auth-tests-example
🎓 Jest tests example for a API using JWT authentication (register, login)
api bcryptjs express integration-testing jest jwt supertest unit-testing zod-validation
Last synced: 05 May 2026
https://github.com/emirtotic/api-application
Microservices app with open api integrations
api-integration flyway hibernate jasper jasperreports kafka mapstruct mongodb mysql rest-api scheduler unit-testing
Last synced: 05 May 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/dezashibi-c/cmake_template
A very beginner friendly cmake template for c projects with unit testing
c cmake gcc linux msvc osx template unit-testing windows
Last synced: 05 May 2026
https://github.com/sidhant-gairola/spring-boot-learnings
Repository created for uploading my spring-boot learnings while creating journal app.
java java-8 java-collections-framework java-streams mongodb redis rest-api slf4j-loggers smtp-mail spring spring-boot springsecurity unit-testing
Last synced: 05 May 2026
https://github.com/neofoxxo/high-street-gym
A gym website with a Blog and XML functionality. Built with Next.js, MySQL, React, Tailwind CSS, and DaisyUI.
daisyui e2e-testing mysql next-auth nextjs13 react unit-testing xml-parsing
Last synced: 05 May 2026
https://github.com/truenotierra73/pokemon-ssr
Proyecto n°2 perteneciente al curso Angular Pro de Fernando Herrera.
angular prerendering server-side-rendering static-site-generator tailwindcss unit-testing
Last synced: 05 May 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/salma-4/todo-api
two microservices one handle todo items and operations on it , second service handle users and auth
design-patterns java lombok maven microservices mysql-database open-api-v3 postman restful-api slf4j spring-boot spring-data-jpa spring-security swagger-ui unit-testing
Last synced: 05 May 2026
https://github.com/padosoft/laravel-test
Base classes for Testing Laravel app and packages
laravel laravel-package test-laravel unit-testing
Last synced: 13 May 2026
https://github.com/abhishek-parmar1/testing_with_karma_and_jasmine
This repository contains how to perform java-script testing (setting up of frame work and using it).
integration-testing karma-jasmine testing-framework unit-testing
Last synced: 14 Oct 2025
https://github.com/hemin-tailor/angular-materialui
Angular-MaterialUI is pure angular 12 project with material UI support.
angular12 es6 html5 javascript karma-jasmine lazy-loading material-ui scss typescript unit-testing
Last synced: 05 May 2026
https://github.com/tneos/csharpbootcamp
C# Online Course
clean-code dotnet generics linq oop unit-testing wpf
Last synced: 05 May 2026
https://github.com/niels-bosman/sorting-algorithms
Sorting algorithms performance tests using TypeScript.
bubble-sort quicksort sorting-algorithms typescript unit-testing
Last synced: 12 Oct 2025
https://github.com/perfringis/brainhub-recruitment-task
brainhub-recruitment-task
brainhub integration-testing nestjs react unit-testing
Last synced: 05 May 2026
https://github.com/bethanyuo/truffle-deploy
Develop and Deploy Smart Contracts with Truffle.
smart-contracts truffle truffle-framework truffle-testing unit-testing
Last synced: 14 May 2026
https://github.com/asacxyz/testes_unitarios_em_java_domine_junit_mockito_e_tdd
Para acompanhamento do curso Testes unitários em JAVA: Domine JUnit, Mockito e TDD
junit tdd tdd-java unit-testing
Last synced: 14 May 2026
https://github.com/davorbadrov/testing-playground
A simple Jest environment for playing with tests
Last synced: 06 May 2026
https://github.com/yanirta/qualitalks
https://qualitalks.com supplementals
appium automation headless java qa selenium testautomation testing unit-testing visual-testing
Last synced: 14 May 2026
https://github.com/php-fast-forward/agents
Fast Forward packaged agent assets
agents developer-tools development devops php standards unit-testing
Last synced: 06 May 2026
https://github.com/pedrosfaria2/python_drop_copy
A dropcopy in python using fix protocol
fix-protocol high-frequency-trading pytest python python3 quick-fix rich test-driven-development testing trading unit-testing
Last synced: 09 Jun 2026
https://github.com/mdecker-mobilecomputing/maven_palindromchecker
Java-Programm für die Kommandozeile, das überprüft, ob ein Wort ein Palindrom ist oder nicht (Übung für Unit-Test-Refactoring)
exercise github-actions java maven palindrome-checker unit-testing
Last synced: 06 May 2026
https://github.com/truenotierra73/abx-workspace
Proyecto n°4 perteneciente al curso Angular Pro de Fernando Herrera.
angular angular-application angular-libre angular-testing angular-testing-library angular-wor eslint monorepo prettier tailwindcss unit-testing
Last synced: 06 May 2026
https://github.com/singharyan006/battleship
A classic Battleship game built with JavaScript using Test-Driven Development (TDD). Features intelligent AI, complete game logic, and 100% test coverage with Jest.
ai battleship es6-modules game-development javascript jest tdd terminal-game the-odin-project unit-testing
Last synced: 14 May 2026
https://github.com/nikhilsarvaiye/react-forms-validations
React Forms is a React starter and wrapper library around React Formik library and Yup validator with custom Form and Field implementation
boilerplate cache form formik handler jest layout querystring react scss starter-kit theme unit-testing validation webpack yup
Last synced: 08 Apr 2026
https://github.com/whiteshadow1234/flutter_widget_and_unit_test
An example of how to do unit test and widget test in flutter
flutter-app unit-testing widget-testing
Last synced: 20 Jun 2026
https://github.com/luigirazum/money-compass
MoneyCompass is a mobile web application where you can manage your budget. You have a list of payments associated with a category, so that you can see how much money you spent and on what. It allows you to register and log in to keep the data private, introduce new categories and payments and see the money spent on each category. Give it a try!
authentication autorization budget integration-testing mobile-app model-view-controller mvc-pattern postgresql rails ruby-on-rails unit-testing validation
Last synced: 06 May 2026
https://github.com/samwson/pascal-test
An Object Pascal unit test library.
object-pascal pascal unit-testing
Last synced: 19 Mar 2026
https://github.com/mattjesc/gpu-accelerated-fap
GPU-Accelerated Frequency Analysis Prototype using CUDA, Unit Testing, and User-Defined Settings
c cmake cpp cuda cufft googletest gpu gpu-acceleration gpu-computing gpu-programming nvidia signal-processing test test-automation testing unit-testing
Last synced: 16 Apr 2026
https://github.com/imdesai00/unit-testing
You can perform testcases of your dotnet core web api. using this test cases you can find out how much your api give optimal solution.
api apitesing1 csharp dotnetcore dotnetcorewebapi testing unit-testing
Last synced: 16 Feb 2026
https://github.com/hlibpavlyk/task-manager
This project provides a backend API for managing tasks with user authentication
api clean-architecture docker dotnet unit-testing
Last synced: 15 Feb 2026
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/flrnd/nestjs-graphql-example
NestJS GraphQL API example with unit and e2e tests.
api graphql integration-testing nestjs nestjs-backend nestjs-graphql unit-testing
Last synced: 15 Feb 2026
https://github.com/ale-soares/vue-test-utils-crash-course
Vue test utils crash course project made to use as unit testing studying in Vue 3
jest unit-testing vue vue-test-utils vuejs
Last synced: 29 Apr 2026
https://github.com/mohammadshehadeh/github-finder
This Github Finder App allows users to search for public repositories and users. It provides a user-friendly interface to discover and explore public repositories and users.
github-api nextjs react typescript unit-testing
Last synced: 16 Apr 2026
https://github.com/damirscorner/20220624-dotnet-testing-protected-methods
Sample project for 'Testing protected methods' blogpost
Last synced: 14 Feb 2026
https://github.com/tonyycruz/django-recipes
Neste projeto, foi desenvolvida uma aplicação full stack de um site de receitas utilizando Django Web Framework e Django Rest Framework possibilitando fazer um CRUD de receitas com um controle por parte dos administradores.
cors django django-rest-framework django-testing pillow pytest python python3 rest-framework selenium simple-jwt 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/dor-rondel/milestone_4_csc385
Repo for final milestone of CSc-385: Intro to Software Quality Assurance for the Fall 2017 Semester @ SUNY Oswego with Professor Tenbergen
junit4 quality-assurance unit-testing
Last synced: 11 Jun 2026
https://github.com/raelnogpires/unit-tests-jest
Testes unitários utilizando a biblioteca Jest.
Last synced: 16 Apr 2026
https://github.com/mushthak/user_list_app
A Flutter application showcasing Clean Architecture, SOLID principles, and modern development practices. Features include user management with local storage, comprehensive testing, and a well-structured codebase perfect for learning or as a template for production apps.
clean-architecture clean-code dart dependency-injection error-handling flutter local-storage mocking mockito repository-pattern solid-principles state-management unit-testing
Last synced: 16 Apr 2026
https://github.com/christs8920/unit-testing
A simple Unit Testing project made with C#.
csharp unit-testing visual-studio
Last synced: 12 Jun 2026
https://github.com/dananderson/cassandra-test
Cassandra Test is a Java test framework for writing unit tests and integration tests against a Cassandra database.
cassandra cassandra-database cassandra-test java spring-test unit-testing
Last synced: 01 Apr 2026
https://github.com/shane-reaume/llm-finetuning-sentiment-analysis
A beginner-friendly project for fine-tuning, testing, and deploying language models for sentiment analysis with a strong emphasis on quality assurance and testing methodologies.
distilbert functional-testing huggingface imdb-dataset llm-evaluation memory-test metrics-gathering performance-testing python3 sentiment-analysis testing trainings transformers-models unit-testing weights-and-biases wsl-ubuntu
Last synced: 14 Feb 2026
https://github.com/trandung2k1/express_unit_testing
expessjs jest mongodb nodejs supertest unit-testing
Last synced: 16 Apr 2026
https://github.com/jwdev66/givelify_feeling_tracker
netlify react react-testing-library sass styled-components unit-testing
Last synced: 16 Apr 2026
https://github.com/uchamod/flutter-unit-test
This repository is help to understand and implement unit testing in Flutter applications in easy way.
dart flutter mockup unit-testing
Last synced: 16 Apr 2026
https://github.com/ionutpetre/proiect-cts
Aplicatie java pentru a rula teste automate
Last synced: 22 Jun 2026
https://github.com/scripterio-js/scripterio-example
Various examples of how to perform unit, API, and UI testing using ScripterI/O.
api-testing automation e2e-tests scripterio test-example ui-testing unit-testing
Last synced: 14 Feb 2026
https://github.com/htest-dev/htest-html
Write tests in HTML, with reactive evaluation and mock interactions!
Last synced: 03 Mar 2026
https://github.com/rflcnunes/bookish-succotash-ds
component-library components design-system unit-testing vitest vue2 vuejs vuejs2
Last synced: 16 Apr 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/epatrizio/ctestfmk
Minimalist and naive unit testing framework in C language
Last synced: 13 Jun 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
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/bodiali/blog-api-cms
This platform is for users to author, edit, and create blog posts through RESTful API architecture.
context-api crud react react-router tinymce unit-testing user-authentication
Last synced: 06 May 2026
https://github.com/simonthorell/cpp20-stl-examples
C++20 STL algorithms exploration including external libraries (libcurl and nlohmann/json) as well as API integration.
api cpp-library cpp20 json unit-testing
Last synced: 16 Apr 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/mayconrfreitas/usermanager
Studies about ASP.NET Core Web API, Swagger, microservices, unit testing and Docker.
api api-rest asp-net-core docker dotnet5 microservices mongodb swagger unit-testing web
Last synced: 16 Apr 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/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/mohamedabdelhalim1/multiauth
The MultiAuth project is a web application developed using Laravel, designed to manage multi-user authentication systems with separate roles for users and staff. The project is structured following a microservices architecture, which allows for scalable and maintainable code.
authentication authorization clean-architecture clean-code laravel-framework microservices-architecture unit-testing
Last synced: 04 Mar 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/nawodyaishan/webdev-js-unit-test-jest
Unit testing sample with Jest and Puppeteer
async jest puppeteer unit-testing
Last synced: 16 Apr 2026
https://github.com/jubayer98/simple-java-unit-testing
A simple Java unit testing program.
Last synced: 13 Jun 2026
https://github.com/pity7736/books_read
Personal application about books read (study)
Last synced: 13 Jun 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/undefined-io/terraform-aws-testable-module
An AWS focused Terraform Module Template with Unit and Integration Tests
github-actions integration-testing module terraform terraform-module unit-testing
Last synced: 05 Mar 2026
https://github.com/esraa-ragab7/planets2025
clean-architecture coredata mvvp swiftui unit-testing universal-app
Last synced: 17 Apr 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/batanoffs/javascript-web-softuni
Excercises and homework related to my modules in front-end bootcamp Software University
advanced asynchronous-programming basic closure css data-structures dom-manipulation end-to-end-testing events html javascript mocha-chai playwright routing unit-testing variables
Last synced: 17 Apr 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/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/gopibabus/phpunit-notes
PHPUnit Notes
feature-testing integration-testing php phpunit unit-testing
Last synced: 17 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/ricardomilhazes/softwaretesting
Project made for Software Analysis and Testing class
haskell java javascript quickcheck refactoring unit-testing
Last synced: 17 Apr 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/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/vomnes/c2fyymfjyw5l
docker docker-compose golang javaspring junit5 mongodb unit-testing
Last synced: 17 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/abdulmoizlakhani/wsi-poc
Micro Front-End POC for Williams Sonoma eCommerce Site (MFE) - Container App: https://wsi-poc-app-amlakhani.surge.sh/ and Components App: https://wsi-poc-components-amlakhani.surge.sh/
axios github github-actions githubworkflow javascript jest microfrontend module-federation poc unit-testing vue-router vuejs vuejs2 vuex webpack
Last synced: 10 Feb 2026
https://github.com/chiragyadav2003/unit-testing
A simple unit-testing project with CI/CD pipeline for testing
cicd cicd-pr-validation deep-mocking express mocking prisma supertest testing-spy typescript unit-testing vitest zod
Last synced: 02 Apr 2026
https://github.com/andreros/react-testing-environments
Application bundle with the purpose of gathering several pre-configured, ready to use sample applications, each one with a clean working test environment with the various technologies available.
react reactjs testing-environment testing-tools typescript unit-testing
Last synced: 17 Apr 2026
https://github.com/dussanfreire/unit-testing__bank-app-example
Aplicación de consola para hacer pruebas de unidad
Last synced: 13 Jun 2026
https://github.com/doamaral/python-unittest
Resultado de algumas explorações de testes unitários com Python e Unittest
oop-principles python unit-testing unittest
Last synced: 15 Apr 2026
https://github.com/sultanalieva-s/discourse
A service for sharing and discussing articles.
django-rest-framework docker docker-compose python unit-testing
Last synced: 07 May 2026
https://github.com/pedrosfaria2/websocket_binance_api
A client for binance's websocket api
api api-client api-rest api-websocket cryptocurrency market-data rust tokio-rs trading unit-testing
Last synced: 17 Mar 2026
https://github.com/jofaval/vue2-template
Starter template for Vue 2 projects
cicd e2e github-actions javascript template testing typescript unit-testing vue vue2 vuejs
Last synced: 17 Apr 2026
https://github.com/marcus-v-freitas/mvfc.mongodbflow
A purpose-driven .NET library that provides a clean, opinionated surface for managing MongoDB repositories, entity mapping, and transactional data flows.
asp-net-core crud csharp di-container dotnet flow integration-testing mapping mongo-driver mongodb nosql repository repository-pattern testcontainers transaction unit-of-work unit-testing
Last synced: 03 Apr 2026
https://github.com/tkraak/ava-jsdom
:rocket: Experimenting with AVA, jsdom and jQuery
ava javascript jquery jsdom unit-test unit-testing
Last synced: 17 Apr 2026
https://github.com/mcloughlan/arduinounitplatformio
My template for using ArduinoUnit unit tests with Platform IO
arduino embedded platformio unit-testing
Last synced: 10 May 2026