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/dzonatan/angular-testing-kata

Testing kata in the Angular environment.

angular integration-testing kata testing unit-testing

Last synced: 06 Oct 2025

https://github.com/sobekcore/array-visualizer

Simple web application to visually represent operations on arrays. Deeply covered with automation tests.

algorithms arrays unit-testing visualization

Last synced: 14 Jul 2025

https://github.com/harsh-sri/mocha-chai-unit-test

Unit test case implementation for nodejs app using mocha and chai assert library.

chai mocha-chai mocha-tests mochajs unit-testing

Last synced: 14 Apr 2026

https://github.com/robsoncastilho/comparacaosemantica

Exemplo de usa da biblioteca SemanticComparison para comparação semântica de objetos, mesmo sendo de tipos diferentes.

csharp semantic-comparison-lib unit-testing

Last synced: 28 Mar 2025

https://github.com/ysocrius/django-credit-approval

Django-based REST API for automated credit approval and loan management with PostgreSQL, Redis, Celery, and Docker. Features credit score calculation, loan eligibility assessment, interest rate correction, and comprehensive API documentation with Swagger/OpenAPI integration.

api-documentation banking celery containerization credit-approval credit-scoring django django-rest-framework docker docker-compose financial-services fintech loan-management postgresql python redis rest-api risk-assessment swagger-ui unit-testing

Last synced: 09 Jun 2026

https://github.com/lordbear117/clinica-odontologia-api

API para gestionar aspectos de una clínica de odontología como administrar odontólogos, pacientes, turnos y datos personales de importancia.

backend documentation h2-database java repository-pattern sql swagger-ui unit-testing

Last synced: 19 May 2026

https://github.com/chanchals7/noapp-assignment

noapp assignment - about uploading bulk data in api

env express mocha mongoose multer nodemon unit-testing

Last synced: 21 Jan 2026

https://github.com/amirdoosti6060/moqdemo

This project shows how to use Moq in unit tests.

csharp mock mockup moq testing unit-testing xunit

Last synced: 10 Jul 2025

https://github.com/ra1nz0r/metric_alert_app

Программа для сбора метрик и алертинга.

agent cicd flags go mock postgresql restapi server sql taskfile unit-testing

Last synced: 14 May 2026

https://github.com/josepedro-22/backend-test

The project consists of implementing an API in Laravel to pair professionals (Pros) with projects based on specific criteria.

algoritmos composer ddd-architecture ddd-patterns end-to-end-testing laralve php php8 test-automation unit-testing

Last synced: 19 May 2026

https://github.com/mbuesch/dummy-esp-idf-svc

Dummy replacement for https://crates.io/crates/esp-idf-svc

dummy esp-idf stub unit-testing

Last synced: 05 Apr 2025

https://github.com/alexchasx/laravel-payment-app

An example of TDD development

laravel php phpunit tdd unit-testing

Last synced: 14 Apr 2026

https://github.com/gojax64/gif-app

A simple Gif API Rest aplication, who search a key and returns GIFs relationed with the key. Created with react 18.0.0, Vite and Yarn, in addition, the development of unit tests with Jest.

api-rest react-js unit-testing

Last synced: 08 Apr 2026

https://github.com/scisamir/airbnb_clone

AirBnB Clone - The console & Web static

css3 html5 python3 unit-testing

Last synced: 18 May 2026

https://github.com/itsvaibhavk/cs50p-2023

A record of all the coursework I did while taking CS50P (2023), Harvard's online course - Introduction to Programming with Python (on the edX platform).

cs50 edx harvardcs50 oop oops-in-python python regex unit-testing

Last synced: 04 Jul 2026

https://github.com/yadamvinay369/cve_server

Backend code providing APIs for CVE dashboard

api-rest cors expressjs jest mongoose mvc-pattern nodejs supertest unit-testing

Last synced: 14 Apr 2026

https://github.com/vndg-rdmt/assertion-pipe

Typescript testing library with pipeline-like testing feature

assert assertion development-tools test testing testing-tools typecript unit-test unit-testing

Last synced: 10 Oct 2025

https://github.com/mbuesch/dummy-esp-idf-hal

Dummy replacement for https://crates.io/crates/esp-idf-hal

dummy esp-idf stub unit-testing

Last synced: 05 Apr 2025

https://github.com/yassercoder/wheel-of-luck

Wheel of luck is a web app where users can enter text or image-based entries and spin the wheel to randomly select a winner. Build with React + Typescript

compound-components context-api css-modules hooks integration-testing react react-testing-library typescript unit-testing usereducer vite vitest

Last synced: 14 May 2026

https://github.com/ishbguy/leptunit

A light weight C unit test library.

light-weight unit-testing

Last synced: 03 May 2026

https://github.com/granden-corp/granden.timelib.clockshaft

DateTime utility library for easier testing in unit test or integration test.

testing unit-testing

Last synced: 11 Oct 2025

https://github.com/hamidurrahman1/junit5

This repository is intended to demonstrate my ability and understanding of JUnit5

junit5 jupiter tdd testing unit-testing

Last synced: 21 Mar 2025

https://github.com/hudson-newey/ng-jasmine-async-wrapper

A simple wrapper for async functions in Angular + Jasmine

angular jasmine jasmine-framework jasmine-tests test testing testing-tools unit-testing

Last synced: 19 Jan 2026

https://github.com/arzucaner/unit-testing

This Unit Testing consists of Jasmine, The 3 parts of testing, The testing setup, Grouping with describe, Setting up data, Skipping Focusing, Spies Mocks, Debugging, Additional matches.

jasmine-tests testing unit-testing

Last synced: 19 Jan 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/sharonnavarro/angular-testing-jest

Angular proyect with Jest as JavaScript testing framework

angular jest test unit-testing

Last synced: 07 Apr 2026

https://github.com/bell-kevin/milespergallonrevisited

Chapter 15 Example Project: Miles Per Gallon Revisited. In Ch 7 in the previous course, you created a project for calculating miles per gallon for a single trip and for cumulative trips. In this project, you will use the same class named MPG. It has instance variables for miles and gallons for a trip, total miles and total gallons for the cumulative calculation, and methods to instantiate a trip, display current MPG, and display total MPG. (Hint: after creating a new project here, create the new class, and copy all of the code from the Ch 7 MPG class into the Ch 15 MPG class.)

arraylist exception-handling miles-per-gallon object-oriented-programming try-catch unit-testing

Last synced: 17 Mar 2025

https://github.com/somecho/leetcode.java

My solutions to leetcode problems using Java. For learning Java and unit testing.

java junit leetcode leetcode-java leetcode-solutions unit-testing

Last synced: 26 Mar 2025

https://github.com/amitkannaujiya/gotrainbookinggrpcserver

This Repo will have a golang grpc server which will expose protobuf api for the train ticket booking .

api go-patterns golang grpc-server unit-testing

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

Unit tests for proofing the MCWrapper.RPC project.

mcwrapper-rpc unit-testing

Last synced: 13 Oct 2025

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/Hitesh297/DemoUnitTestAndSelenium

Demo unit testing and code coverage through Jenkins.

codecoverage csharp jenkins-pipeline selenium selenium-webdriver unit-testing

Last synced: 11 Mar 2025

https://github.com/randomgamingdev/basicunittesterjs

A basic javascript unit tester that's designed to be small and streamlined

browser-js documentation javascript nodejs portable simple small streamlined unit-test unit-testing

Last synced: 19 May 2026

https://github.com/jagoda11/angular-bowling-scorekeeper

🎳 Angular-Bowling-Scorekeeper: Dive into the interactive world of bowling with this Angular app! Track your scores across ten frames, manage inputs with error checking, and view round-by-round progress. Perfect for enthusiasts and developers alike looking to explore Angular-driven scorekeeping. 🌟

angular angular9 bowling css debricked error-handling frontend game-score-tracking html interactive-app karma-jasmine protractor-e2e-test scorekeeper sports-app tslint typescript unit-testing web-application web-development

Last synced: 14 May 2026

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/aluriak/weldon

Learning system targetting practical programming courses

learning linting system unit-testing

Last synced: 14 May 2026

https://github.com/express-ts/container

Simple yet powerful implementation of the Inversion of Control (IoC) principle. IoC is also known as dependency injection (DI). based on TypeDI

dependency-injection di express-ts inversion-of-control ioc-container javascript-di typescript unit-testing

Last synced: 11 Jun 2026

https://github.com/blaze6950/productviewerasp.net

Training task for practical skills training with ASP.Net MVC, testing, front(html, css, js) and ADO.Net/Dapper/EF. This project view the list of product from AdventureWorks DB

ado-net adventureworks asp-net-mvc codefirst csharp dapper datatables entity-framework mvc practice-project repository-pattern sqlserver-2017 training unit-testing unitofwork-pattern

Last synced: 18 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/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/fakhranii/jest-unit-testing-demo

testing demo using jest framework

javascript jest unit-testing

Last synced: 12 May 2026

https://github.com/amadr-95/spring-boot-testing

Unit Testing, Integration Testing, Testing External Services, Mocking with Mockito, Test Driven Development (TDD) and more.

integration-testing mockito tdd testing unit-testing

Last synced: 19 May 2026

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/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/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/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/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/i2van/lprun

The LPRun is the LINQPad driver's unit/integration tests runner. Can be used for testing LINQPad 8/LINQPad 7/LINQPad 6 drivers or for running LINQPad scripts.

dotnetcore31 integration-testing linqpad linqpad6 linqpad7 linqpad8 lprun net6 net7 net8 testing testing-tools unit-testing

Last synced: 12 Mar 2025

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/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/tommy-mitchell/get-executable-bin-path

Get the current package's binary path and ensure it's executable.

bin binary executable file fs nodejs package package-json path permissions shell terminal testing unit-testing

Last synced: 07 Mar 2026

https://github.com/sergeymakinen/tests

Common PHPUnit tests stuff

php php-library phpunit test tests unit-testing unittest

Last synced: 06 Apr 2025

https://github.com/itsdorosh/itvdn-angular-testing-course

Repository for ITVDN course "Testing Angular Applications". Check the branches in order to navigate to specific lesson.

angular e2e-testing learning unit-testing

Last synced: 01 Jun 2026

https://github.com/cristianlmartinez/users-managment-microservice

technical test with java and spring boot

aop cucumber java spring-boot unit-testing

Last synced: 25 Jan 2026

https://github.com/felixojiambo/customer-order-system

Customer Order Management API: A service with REST APIs for managing customers and orders, featuring authentication, SMS notifications, and CI/CD setup.

azure cicd database django-rest-framework docker helm jwt kurbenetes openid-connect postgresql python sms-api unit-testing

Last synced: 05 Apr 2026

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/eduardotorresalamo/employeearrayprintingapp

This app is an Object oriented programing (OOP) project made for a class in college. The professor wanted to know where we were in terms of OOP and gave us this asignment where we had to calculate te hourly payrate and sales payrate of different employees while also testing the app for bugs and case testing using JUnit Case testing.

oop testing unit-testing

Last synced: 18 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/robertlorenz/unit-testing

Unit testing demonstration project for university course

javascript jest unit-testing

Last synced: 18 May 2026

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/konsulting/exposer

Access non-public methods and properties on classes.

php reflection testing unit-testing

Last synced: 29 Jan 2026

https://github.com/azevedo-pedro/tdd-testing-ewacademy

A Node.js application for managing car rentals with test-driven development using Mocha, Chai, Sinon, and Istanbul (NYC).

chai mocha nodejs nyc tdd tdd-javascript unit-testing

Last synced: 15 Apr 2026

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/robatwilliams/unit-testing-atoz

A collection of short and practical tips for better unit testing

javascript jest testing unit-testing

Last synced: 18 May 2026

https://github.com/neurospeech/web-atoms-unit

Simple Unit testing framework for web atoms

javascript typescript unit-testing web-atoms

Last synced: 15 Apr 2026

https://github.com/balazs-kis/test-lite

A small .NET Standard library for writing well-structured, clear-cut 3A tests.

arrange-act-assert dotnet dotnet-core dotnet-standard dotnet-standard2 fluent-api unit-test unit-testing unit-tests

Last synced: 14 May 2026