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/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/damirscorner/20220805-dotnet-web-api-unit-testing

Sample project for 'Unit testing ASP.NET Core Web API' blogpost

aspnet-core-webapi dotnet 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/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/damirscorner/20230929-dotnet-moq-exclude-verify

Sample project for 'Exclude setup from verifying in Moq' blogpost

dotnet moq unit-testing

Last synced: 01 May 2026

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/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/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/mogluiz/brand-vue-store

Brand Vue Store is a watch store being developed with vueJS, Nuxt, Vue Test Utils, Jest and Cypress.

e2e-tests integration-testing nuxtjs unit-testing vuejs

Last synced: 01 May 2026

https://github.com/abhivaikar/vanillacheck

A vanilla and simple test runner written in Java for writing automated tests.

java test-automation unit-testing

Last synced: 01 May 2026

https://github.com/coelhoreinaldo/js-unit-tests

Project in which I was responsible for developing specific functions and tests.

jest tdd unit-testing

Last synced: 01 May 2026

https://github.com/carseven/adventjs

Repo for solving https://adventjs.dev challenges with typescript and Jest

advent-of-code algorithms javascript jest test testing typescript unit-testing

Last synced: 01 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/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/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/21hook/jest-interfaces

A jest unit testing demos

interfaces jest 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/germanmorini/api-test-unitarios-crud

Ejemplo de pruebas unitarias para una aplicación CRUD

docker h2-database hibernate java jpa junit spring 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/puntorigen4u/checki

Checki is an AI-powered CLI tool that intelligently generates complete unit tests for your React components. Using advanced AI techniques, it understands your components and creates comprehensive Jest tests, reducing manual work and enhancing your testing efficiency.

ai automation cli cli-tool developer-tools javascript jest react react-testing test-generation testing-tools unit-testing

Last synced: 02 May 2026

https://github.com/ryangoodwindev/mcwrapper.cli.tests

Unit tests for proofing the MCWrapper.CLI project.

mcwrapper-cli unit-testing

Last synced: 13 Oct 2025

https://github.com/matiasjastrebow/tp-tadp-metaprogramacion

Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024

metaprogramming mocking reflection rspec ruby spies testing unit-testing

Last synced: 02 May 2026

https://github.com/damirscorner/20220415-dotnet-async-void-unit-tests

Sample project for 'Using async void in xUnit tests' blogpost

async-await dotnet unit-testing

Last synced: 02 May 2026

https://github.com/rurfy/urlx

Laravel 12 URL shortener with click tracking, QR codes, stats, tests, and CI/CD

ci-cd laravel php postgresql qr-code rest-api sqlite unit-testing url-shortener web-app

Last synced: 02 May 2026

https://github.com/actionanand/angular-testing-2

This is an example app for angular unit testing

angular angular7 jasmine testing unit-testing

Last synced: 02 May 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/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/rogozhka/go-generate-mockgen

Small wrapper to simplify gomock generation. Automatically infers interface names and file paths after you place the same (!) go:generate expression for all the occurences. Eliminates the need to manually specify 5 generation parameters. ⌨️ Reduces boilerplate code and minimizes errors. 🎸 Charged for good test coverage :)

bash-script go-generate gomock unit-testing

Last synced: 03 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/foldermaster/functioncalculationwpfapp

WPF app for calculation of function values.

completed csharp unit-testing wpf

Last synced: 03 May 2026

https://github.com/moritree/lua-tinyt

A tiny unit testing library for Lua.

lua unit-testing

Last synced: 15 Oct 2025

https://github.com/olivegamestudio/utility.testhelpers

A C# library providing base classes and utilities to simplify unit and integration testing, particularly for hosted services and JSON debugging.

class csharp dependency-injection helper helpers host library test unit-test unit-testing unit-tests

Last synced: 13 Oct 2025

https://github.com/ishbguy/leptunit

A light weight C unit test library.

light-weight unit-testing

Last synced: 03 May 2026

https://github.com/damirscorner/20220617-dotnet-ignored-assertions

Sample project for 'Ignored failing assertions in mock callbacks' blogpost

dotnet moq unit-testing

Last synced: 04 May 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/aldenvallestero/serverless-unit-test-boilerplate

This repository is created to help beginners understand the basic, fast and easy way to score almost 100% of unit test coverage using the serverless framework.

javascript jest nodejs serverless unit-testing

Last synced: 04 May 2026

https://github.com/ososuna/testing-js

🧪 Testing with JavaScript course from Platzi

end-to-end integration-testing javascript jest testing uitest unit-testing

Last synced: 04 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/ryangoodwindev/mcwrapper.rpc.tests

Unit tests for proofing the MCWrapper.RPC project.

mcwrapper-rpc unit-testing

Last synced: 13 Oct 2025

https://github.com/leotm/admin

My successful MVP solution to a coding exercise to create an admin view for new user data.

admin-dashboard angular5 bootstrap4-beta2 coding-exercise crud hapi karma-jasmine nodejs scss typescript unit-testing user-management

Last synced: 04 May 2026

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/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/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/atetheone/metric-imperial-converter

A full stack JavaScript app for conversion

express jest unit-testing

Last synced: 11 May 2026

https://github.com/matheusafonseca/c214-projeto1

Repository dedicated to the first project of the discipline C214 - Software Engineering at INATEL. The project consists of a modularized Python application that includes automation scripts and organized code.

mock python tests unit-testing

Last synced: 17 Jun 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/matheusandrade23/c14

Repositório dos exercícios das aulas de C14 (Projeto To Do List API), Engenharia de Software.

ci-cd git github unit-testing

Last synced: 12 Feb 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/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/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/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/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/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/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/muhammadrama19/ppl-unit-testing

Learning Unit Testing with Java JUnit + Maven. Bellow Link for the Reporting.

java junit maven unit-testing

Last synced: 27 Feb 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/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/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/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/akram-sakib/javascript-testing

Experimenting JavaScript testing by using Vitest

javascript testing unit-testing vitest

Last synced: 13 Oct 2025

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/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/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/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/dussanfreire/unit-testing__bank-app-example

Aplicación de consola para hacer pruebas de unidad

jacoco junit unit-testing

Last synced: 13 Jun 2026