An open API service indexing awesome lists of open source software.

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.

https://github.com/mateuschaves/todo-react-native

📄 ✅ Todo feito em React Native usando Typescript, Expo e testes unitários

react-native typescript unit-testing

Last synced: 09 May 2026

https://github.com/achanandhi-m/golang-bookapi-test

A RESTful API built with Go for tracking books you're reading. You can manage book details like title, author, and reading progress, with all data stored in a PostgreSQL database. The project is containerized using Docker and includes unit, integration, and API tests to ensure reliability.

api apitesting docker go golang integration-testing postgres testing unit-testing

Last synced: 10 May 2026

https://github.com/marko19907/to-do-list-app

To-Do List app. A first-year student project for the “Systems Development” (IDATA1002) course at NTNU.

java javafx maven mvc-architecture todo-app todolist-app 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/softprodigyindia/unittestswiftsample

Simple sample showing creation of Unit Tests in Swift

swift unit-testing unittest

Last synced: 10 Jun 2026

https://github.com/atetheone/metric-imperial-converter

A full stack JavaScript app for conversion

express jest unit-testing

Last synced: 11 May 2026

https://github.com/osmanaliyardim/testingworkshop

Unit/Integration Testing Workshop with xUnit, NUnit, MSUnit, Moq, Bogus, NSubstitute, FluentAssertions and AutoFixture

autofixture bogus fluentassertions integration-testing moq msunit nsubstitute nunit unit-testing xunit

Last synced: 11 May 2026

https://github.com/jakubsob/automated-testing-in-r

🚧 A book on automated testing in R

automation r shiny unit-testing

Last synced: 12 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/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/epatrizio/ctestfmk

Minimalist and naive unit testing framework in C language

c testing unit-testing

Last synced: 13 Jun 2026

https://github.com/thedevtop/go-vio

Virtual I/O package for Go

golang io unit-testing

Last synced: 13 Jun 2026

https://github.com/fabogit/vitest-testing

Tests using Vitest library (Jest)

jest tdd test unit-testing vitest

Last synced: 17 Apr 2026

https://github.com/valmaev/mocks-stubs-rocknroll

Mocks, Stubs and Rock'n'roll: maintainable unit tests with AutoFixture

autofixture conference csharp dot-net unit-testing

Last synced: 26 Apr 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/space-code/objects-factory

The framework that helps you create objects for unit tests with ease

swift unit-testing

Last synced: 13 Jun 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/ashmalzahra/testing-practice

This project requires writing a few practical tests for JavaScript functions using the Jest library. Making sure to follow the AAA pattern to make tests easier for other developers to read and understand. Also using the TDD approach in practice.

javascript jest tdd-javascript testing 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/levyanjos/halo

A implementation of a TV series app, using the API provided by the TVMaze TVMaze Api website, written in Swift 5 using Dependency Injection, MVVM, Repository, Some aspects of Clean Architecture, ViewCode patterns, SwiftLint and Travis.

clean-architecture mvvm nimble quick repository-pattern swift swift5 swiftlint travis-ci unit-testing viewcode

Last synced: 25 Jun 2026

https://github.com/allanvillatoro/nodewebinar

This project serves as a demonstration of best practices in modern Node.js and TypeScript development, with a strong focus on code quality, maintainability, and automated testing

continuous-integration formatting github-actions integration-testing linting typescript unit-testing

Last synced: 28 Apr 2026

https://github.com/damirscorner/20220624-dotnet-testing-protected-methods

Sample project for 'Testing protected methods' blogpost

dot-net unit-testing

Last synced: 14 Feb 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/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/insight-architectures/dotnet-testing-utils

A set of common utilities that can be used when authoring unit tests

autofixture dotnet dotnet-core grpc-dotnet moq nunit3 unit-testing

Last synced: 29 Apr 2026

https://github.com/devtonin/palmeiras-api

🇳🇬 Palmeiras-model REST API built-in Java with Spring Boot as PoC for the following topics: unit and integration tests, DTO pattern, DIP principle and exception handling.

dependency-inversion-principle exception-handling integration-testing java spring-boot spring-cloud unit-testing

Last synced: 29 Apr 2026

https://github.com/alfianandinugraha/todoo

Todoo - Example reactjs App with unit testing

jest react reactjs ttd typescript 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/govardhansbhati/accountapp-demo-mvvm

A clean, modular SwiftUI application that parses and displays customer account and transaction data from a JSON file (Accounts.txt). Built with a strong focus on SOLID principles, clean architecture, and maintainability.

clean-code json-parsing mvvm swiftui unit-testing

Last synced: 30 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/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/mejanh/django-ecommerce

Basic Ecommerce app with Django, postgresql, python3.9.

django django-rest-framework python unit-testing

Last synced: 01 May 2026

https://github.com/emilio-v/counter-app

Counter app with unit tests

react unit-testing

Last synced: 01 May 2026

https://github.com/srodriguezamarillo/milkyroutes

MilkyRoutes es un proyecto en Java que utiliza algoritmos avanzados y estructuras de datos para optimizar rutas en la distribución de productos lácteos. Utiliza un grafo para representar las conexiones y aplica algoritmos de caminos mínimos para encontrar las rutas óptimas.

advanced-java algo avl-tree data-structures dijkstra graph-theory hashing java junit maven optimization route-planning shortest-paths unit-testing

Last synced: 02 May 2026

https://github.com/virtualbrainlab/automated-unit-testing-demo

Demo repo for automated unit testing in Python. Use this as a reference for how to perform unit tests in Python and have GitHub Actions run them.

github-actions python unit-testing

Last synced: 02 May 2026

https://github.com/vb64/test.helper.flask

Class for autotests flask python apps

flask unit-testing

Last synced: 02 May 2026

https://github.com/muzammil-git/flutter_test_suite

Performed unit, widget & integration testing.

flutter integration-testing unit-testing widget-testing

Last synced: 03 May 2026

https://github.com/foldermaster/functioncalculationwpfapp

WPF app for calculation of function values.

completed csharp unit-testing wpf

Last synced: 03 May 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/m-azra3l/contract-payment-service

This application is a Contract and Payment Service built with NestJS, Prisma, and PostgreSQL. It manages profiles, contracts, and jobs, focusing on efficient handling of transactions, concurrency, and adherence to best practices in software development.

e2e-testing jest nestjs-backend postgres prisma swagger-ui typescript unit-testing

Last synced: 11 May 2026

https://github.com/anastasia-a-zhivaeva/payment-terminal.front

Test exam on frontend developer vacancy. Payment terminal for the cell providers.

angular e2e-testing interview material unit-testing

Last synced: 04 May 2026

https://github.com/andresweitzel/microservice_openweather_nodejs_jest_aws

Microservice for the integration of the Open Weather API with focus on unit and integration tests implementing Nodejs, Jest, Serverless-framework, aws-lambda, api gateway, git, others.

api-gateway aws-lambda git integration-testing jest jest-tests nodejs serverless-framework 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/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/fakhranii/jest-unit-testing-demo

testing demo using jest framework

javascript jest unit-testing

Last synced: 12 May 2026

https://github.com/thawkin3/sa11y-assert-demo

Demo of Salesforce accessibility library for unit testing

a11y accessibility salesforce sfdc static-analysis testing unit-testing

Last synced: 13 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/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/durrezahmed/accenture-virtual-internship

This repository contains the submitted files of the various tasks assigned by Accenture Nordics Developer Virtual Internship.

accenture ai iam internship python uat unit-testing

Last synced: 17 Jun 2026

https://github.com/chayan2024/dogtestapp

A simple DogTestApp app in jetpack compose with list of Dog Breeds and Details page.

dagger-hilt espresso-tests flowapi instrumentation-tests jetpackcompose mvvm-architecture solid-principles unit-testing

Last synced: 04 Jun 2026

https://github.com/dzy321/docker-mysql-driver

docker mysql driver for unit test

mysql node 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/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/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/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/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.

jest unit-testing

Last synced: 21 Apr 2026

https://github.com/shaikrasheed99/go-testing-greet

Testing the Greet functionality with Unit tests, Subtests and Table-driven tests.

go golang subtests table-driven-test tdd tdd-golang unit-testing

Last synced: 05 Jun 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/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/olegweremyew/mytodolist

React + TypeScript + Redux + Material-UI + Uni-tests

material-ui react redux typescript unit-testing

Last synced: 05 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/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/charles-dr/contacts-server

Node API for contact management

expressjs nodejs sql sqlite typescript unit-testing

Last synced: 04 Apr 2026