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/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/ryangoodwindev/mcwrapper.rpc.tests
Unit tests for proofing the MCWrapper.RPC project.
Last synced: 13 Oct 2025
https://github.com/zafir100100/api-testing-on-jsonplaceholder-with-jest
This project provides unit tests for API endpoints using Jest, Axios, and Faker. It includes test suites for both PostController and UserController, which interact with a public API (https://jsonplaceholder.typicode.com).
api-testing ci-cd cjs github-actions jest jest-html-reporter nodejs test-suite unit-testing
Last synced: 30 Apr 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/henrikesilva/cashflow
API em .NET 8 criada para o gerenciamento de despesas pessoais com DDD, testes unitários e relatórios em PDF/Excel. Armazenando dados em PostgreSql
api-rest asp-net-core backend csharp entity-framework-core postgresql rocketseat solid-principles unit-testing web-api
Last synced: 24 Jan 2026
https://github.com/niuware/simplechat
Simple showcase iOS app to simulate a chat.
background-thread contacts coordinator-pattern ios mvvm mvvm-architecture solid-principles swift unit-testing xcode
Last synced: 15 Oct 2025
https://github.com/ricca509/test-scenarios
Run your tests with different data (scenarios)
jasmine javascript jest mocha unit-testing
Last synced: 14 Apr 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/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/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/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/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/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/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/LgendSourabie/videoflix-backend
Backend of a Netflix-like video streaming platform using ffmpeg video encoding technics, django and django rest framework
angular cache django django-rest-framework postgresql postman redis rxjs scss task-queue test-driven-development typescript unit-testing
Last synced: 20 Oct 2025
https://github.com/balamirr/safetynet
Java, Spring Boot, JUnit, Integration Test, Unit Test, Jacoco Report, Surefire Report
integration-testing jacoco java junit spring-boot surefire unit-testing
Last synced: 20 Oct 2025
https://github.com/jubayer98/a-simple-java-game-testing-using-unit-testing-functionality
In this simple bowling game, several test cases are created to verify the code's functionality and identify any bugs, ensuring the system operates as intended.
Last synced: 23 Oct 2025
https://github.com/justin-bytes-code/service-manager-unittesting
This was a medium-level assignment where I took on the role of a back-end software engineer developing part of a mobile application.
automated-testing java multiple-files unit-testing
Last synced: 23 Oct 2025
https://github.com/ledsouza/django-api-escola-02
Este projeto implementa uma API REST completa para gerenciar dados de uma escola fictícia, desenvolvida durante o curso de Django REST Framework da Alura. A API fornece acesso a informações sobre alunos, cursos e matrículas, além de implementar recursos avançados como cache com Redis e tradução personalizada.
django django-rest-framework python redis unit-testing
Last synced: 26 Oct 2025
https://github.com/elfaaels/apptask
Flutter App - To Do List (Playgrounds: Provider, Shared Preferences, Unit Testing, Animations)
animation flutter provider-state-management sharedpreferences unit-testing
Last synced: 28 Jan 2026
https://github.com/imtiajahammad/cloudcustomers
This is a .NET 6 Web API from scratch using test driven development! I have covered creating a new solution, adding new web and unit test projects to the solution, and writing unit tests.
dotnet-core httpclient tdd test-driven-development testdrivendevlopment unit-testing unittesting webapi webapi-core xunit xunit-tests
Last synced: 15 Apr 2026
https://github.com/jmakeig/mltap
A JavaScript test harness for MarkLogic that (roughly) implements the Node.js tape API
marklogic tap test-harness unit-testing
Last synced: 06 Feb 2026
https://github.com/fajarcandraaa/simple-golang-unit-testing
Simple Golang Unit Testing
backend backenddeveloper go golang unit-testing
Last synced: 30 Jan 2026
https://github.com/foresterre/sif
🐺 Yet another parameterized testing library for Rust
case hacktoberfest macro parameterized parameterized-test rust test testing unit unit-test unit-testing
Last synced: 25 Feb 2026
https://github.com/magnushelliesen/neural-network
Homemade neural network-class with a train/backpropagation method.
artificial-neural-networks backpropagation linear-algebra machine-learning neural-networks object-oriented-programming stochastic-gradient-descent unit-testing
Last synced: 15 Apr 2026
https://github.com/fuerback/nestjs-api
A simple NestJS REST API with Authorization
authorization docker docker-compose environment-variables logging nestjs swagger typeorm typescript unit-testing
Last synced: 31 Jan 2026
https://github.com/edsonwade/todo-system-application
This is a robust and scalable TODO application designed to help manage tasks efficiently. With a sleek frontend and a powerful backend, this app is built to enhance productivity.
axios-react cicd docker-compose flyway-migrations jpa-hibernate maven postgresql spring-boot tailwindcss unit-testing
Last synced: 31 Jan 2026
https://github.com/sgarg5858/social
Angular Project
angular angular16 jest ngrx nrwl nx rxjs typescript unit-testing
Last synced: 15 Apr 2026
https://github.com/therealpad/rust-api-crud-template
CRUD API in Rust
api bash crud docker integration-testing rust unit-testing
Last synced: 15 Apr 2026
https://github.com/asrieldreemurrgm/postgresql_jdbc_crud
Full Java backend project featuring complete CRUD functionality using PostgreSQL and JDBC. Implements a generic DAO pattern, test-driven development (TDD) with JUnit 5, and secure environment-based configuration for database connections.
backend crud dao-design-pattern database environment-variables generic-data-structure java jbdc junit5 pgadmin4 postgresql spring-tool-suite4 tdd test-driven-development unit-testing
Last synced: 15 Apr 2026
https://github.com/kkovlakas/gaussfree
Tools for non-Gaussian statistics
beta-distribution binomial-distribution docs non-gaussian parameter-estimation python3 python310 python311 python312 python36 python37 python38 python39 scientific-computing unimodal-beta unit-testing
Last synced: 01 Feb 2026
https://github.com/mamaz/tdd-example
Example on how to do Test Driven Development
Last synced: 01 Feb 2026
https://github.com/tomkyle/find-run-test
Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem
php php-testing phpunit unit-testing unit-tests
Last synced: 25 Feb 2026
https://github.com/tafthorne/clang-cpputest-gcc
Docker Image packaging CppUTest http://cpputest.github.io/ ontop of Clang & The Docker Official Image for GNU gcc
clang clang-static-analyzer cpputest docker docker-hub docker-image gcc gcc-complier unit-testing
Last synced: 15 Apr 2026
https://github.com/gbdsantos/iweather
Project 07, named iWeather, aims to learn and practice about automated testing, publishing apps and CI/CD with React Native. Developed within the React Native track of Rocketseat's Ignite Bootcamp.
2023 ci-cd eas expo integration-testing jest react-native unit-testing
Last synced: 15 Apr 2026
https://github.com/renatozr/car-dealership-api
An API that handles vehicle data from a car dealership
expressjs mongoose oop swagger typescript unit-testing zod
Last synced: 15 Apr 2026
https://github.com/oppahero/country-search-page
Country search page build with Angular 17
angular angular-cli angular-testing angular17-standalone css jasmine-tests localdata mobile-first typescript unit-testing vanilla-javascript
Last synced: 26 Feb 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/dussanfreire/unit-testing__bank-app-example
Aplicación de consola para hacer pruebas de unidad
Last synced: 13 Jun 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/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/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/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/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
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/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/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/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/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/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/samwson/pascal-test
An Object Pascal unit test library.
object-pascal pascal unit-testing
Last synced: 19 Mar 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/raelnogpires/unit-tests-jest
Testes unitários utilizando a biblioteca Jest.
Last synced: 16 Apr 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/jwdev66/givelify_feeling_tracker
netlify react react-testing-library sass styled-components unit-testing
Last synced: 16 Apr 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/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/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/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/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/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/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/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/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/mcloughlan/arduinounitplatformio
My template for using ArduinoUnit unit tests with Platform IO
arduino embedded platformio unit-testing
Last synced: 10 May 2026
https://github.com/foncki/binarysearchtree
This assignment is an implementation in java of a binary search tree with one special operation: Balance.
binary-search-tree java maven unit-testing
Last synced: 17 Apr 2026
https://github.com/dogukanayd/go-test-database
go-test-database
docker docker-sdk go golang test-automation testing unit-testing unittest
Last synced: 17 Apr 2026
https://github.com/tiibuturner/ping
One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to PING! three different websites that can be found on a websites.txt file. After that our job was to create a new file, wrote website IP-addresses in there and the average time for pinging.
Last synced: 03 Jun 2026
https://github.com/moveaxlab/react-native-invariants
Check React Native invariants with react-test-renderer.
Last synced: 17 Apr 2026
https://github.com/hozlucas28/fcla-cli
Repository of a CLI for FCLA community.
agpl-v3 cli community eslint fcla husky javascript nodejs package prettier typescript unit-testing
Last synced: 04 Apr 2026
https://github.com/bintangyosua/nest-shortenurl
A high-performance, reliable URL shortening service built with NestJS.
nestjs nodejs prisma unit-testing
Last synced: 10 May 2026
https://github.com/tiibuturner/rockpaperscissors
One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to make a classic game of rock-paper-scissors and your opponent (computer) plays random. There is also an deliberation about the subject (enough tests, what to consider in a testing). Deliberation is (unfortunately) only in Finnish.
Last synced: 04 Jun 2026
https://github.com/paulkastel/02-temperatureconverter
An application wrote in C# with WPF using MVVM pattern. User provide an temperature and program return proper value in other units (Kelvin, Farenheit, Celsuis).
mvvm temperature-converter unit-testing wpf
Last synced: 18 Apr 2026
https://github.com/tawounfouet/google-it-automation-with-python
Six-course certificate, developed by Google and designed to provide IT professionals with in-demand skills -- including Python, Git, and IT automation.
bash-scripting error-handling git inheritance poo python regex shell-scripts unit-testing
Last synced: 04 Apr 2026
https://github.com/eduardomoroni/fullstack-resume
NOT FINISHED YET - Full stack developer code challenge, devops included
best-practices code-challenge devops docker end-to-end-testing enzyme es6 express full-stack integration-testing jest mongoose nodejs pupeteer react unit-testing
Last synced: 04 Apr 2026
https://github.com/charles-dr/contacts-server
Node API for contact management
expressjs nodejs sql sqlite typescript unit-testing
Last synced: 04 Apr 2026
https://github.com/bradlab/nest-devops-starter
A modern boilerplate for building scalable NestJS applications with a clean DevOps setup. Includes Docker, CI/CD with GitHub Actions, Prettier, ESLint, Jest, and production-ready configuration. Perfect for quickly bootstrapping professional Node.js backends with best practices out of the box.
backend cicd clean-code devops docker github-actions linter nestjs postgresql software-architecture typescript unit-testing
Last synced: 05 Apr 2026
https://github.com/kathleenwest/usermanagementwebapidemo
This repository contains a simple User Management Web API built with ASP.NET Core. The API provides CRUD operations for managing user data, including creating, retrieving, updating, and deleting users. The project uses Entity Framework Core with SQLite as the database provider and includes comprehensive unit tests.
asp-net-core coding-challenge coding-interview crud-application csharp csharp-app csharp-code demo demo-app entity-framework-core live-website middleware sqlite swagger unit unit-test unit-testing unit-tests user-management-system web-api
Last synced: 18 Apr 2026
https://github.com/olegweremyew/mytodolist
React + TypeScript + Redux + Material-UI + Uni-tests
material-ui react redux typescript unit-testing
Last synced: 05 Apr 2026
https://github.com/damirscorner/20210702-ng-flush-microtasks
Sample project for "Angular testing: flush vs. flushMicrotasks" blogpost
Last synced: 18 Apr 2026
https://github.com/bv7dev/graphql-api-template
This template provides a basic GraphQL API and unit testing.
graphql graphql-api template typegraphql-typeorm typescript unit-testing
Last synced: 18 Apr 2026
https://github.com/habbatul/binarfud
Challange Product Binar Academy X MSIB Wave 5.
jasper-report postgresql slf4j spring-boot spring-data-jpa spring-security unit-testing
Last synced: 18 Apr 2026
https://github.com/andresweitzel/centralized_version_control_system_v1_nodejs
Centralized version control system implemented with NodeJS, Typescript, Jest, Express, dotenv, nodemon, morgan, others.
dotenv express filesystem integration-testing jest morgan nodejs nodemon tdd typescript unit-testing
Last synced: 05 Apr 2026
https://github.com/mohamedamineboufares/unit-testing-nextjs
Testing in a Next.js app
cypress end-to-end-testing integration-testing jest nextjs react-testing-library unit-testing
Last synced: 18 Apr 2026
https://github.com/cerezo074/stockfinder
StockFinder is an iOS application designed to efficiently manage and search for stock information.
async-await clean-architecture combine coordinator-pattern integration-testing mvvm repository-pattern solid spm structure-concurrency swift swift-package-manager swiftdata swifttest swiftui tree unit-testing xcode
Last synced: 18 Apr 2026
https://github.com/charles-dr/upgradeable-contract
brownie erc1967 ownable proxy python rinkeby smart-contracts solidity unit-testing upgradeable
Last synced: 19 Apr 2026
https://github.com/simone-sanfratello/tollo
javascript testing library AAA schema
bdd engine javascript nodejs tdd test testing unit-testing
Last synced: 19 Apr 2026
https://github.com/dzy321/docker-mysql-driver
docker mysql driver for unit test
Last synced: 20 Apr 2026
https://github.com/levieyal/oop-course-exercises
The first exercises in the OOP in Java and python course that took place in the first semester of 2021
docs git github graph-algorithms interfaces numpy python solid-principles unit-testing
Last synced: 20 Apr 2026
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/nir3x/markuplanguageparser.cpp
MarkupLanguageParser.cpp - Simple C++ Parser for Markup Language
c-plus-plus cpp markup-language parser parsing tree-structure unit-testing
Last synced: 04 Jun 2026
https://github.com/ron96g/supertest-docs
A plugin for supertest that can be used to document REST APIs. It is influenced by the Spring-Boot solution restdocs.
automation docs documentation markdown node restdocs supertest unit-testing
Last synced: 20 Apr 2026
https://github.com/actionanand/angular-tetsing-1
This is about the basics of angular unit tests
angular angular8 jasmine testing unit-testing
Last synced: 20 Apr 2026