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/lacegiovanni17/drones-backend

Designed and implemented a RESTful API 🔗 service to manage a fleet of 10 drones🚀 for efficient medication 💊delivery, optimizing logistics🚚

expressjs git javascript joi-validation mysql nodejs nodemon sequalize typescript unit-testing

Last synced: 09 Apr 2026

https://github.com/hozlucas28/adventjs-solutions-2023

Repository with the solutions of AdventJS (2023) programming challenges by @midudev.

2023 adventjs challenges husky javascript jest midudev mit-license prettier testing typescript unit-testing

Last synced: 28 Apr 2026

https://github.com/mystackbox/prj-monakali-attorneys.inc

A mobile-friendly angular 2+ website developed using lazy-loading approach to enhance site-performance. CSS Grid-layout and Flexbox models were used to design responsive UI. .

angular-cli angular-devtool angular-universal angular2 bootrap-5 css3 font-awesome grid-layout html5 karma-jasmine lazy-loading node-js npm responsive-web-design scss search-engine-optimisation unit-testing visual-studio-code windows-11

Last synced: 31 Jan 2026

https://github.com/thejoltjoker/fsu23d-the-restaurant

Second group assignment in the full stack course at Medieinstitutet.

react tailwind unit-testing vite vitest

Last synced: 10 Apr 2026

https://github.com/therealpad/vueapplication

Web application template using vuejs and server side rendering

e2e express makefile nightwatch proxy sass server-side-rendering ssr typescript unit-testing vite vue

Last synced: 10 Apr 2026

https://github.com/lubrum/github-actions-with-go

Integração Contínua e Entrega Contínua com Go, AWS EC2, AWS ECS, AWS Fargate, Docker, Github Actions

automated-testing aws aws-ec2 aws-ecs aws-ecs-fargate aws-rds aws-rds-postgres bash ci ci-cd continuous-delivery devops docker docker-compose github-actions go golang pipeline unit-testing

Last synced: 10 Apr 2026

https://github.com/dtroupe18/networktesting

Examples on how to test API calls

ios11 mockingjay nimble quick spacex-api swift4 unit-testing

Last synced: 20 Jul 2025

https://github.com/autofixture/autofixture.nunit2

AutoFixture.NUnit2 is a .NET library that integrates AutoFixture with NUnit 2.x, allowing you to effortlessly generate test data for your unit tests.

dotnet dotnet-core nunit nunit2 tdd unit-testing

Last synced: 20 Jan 2026

https://github.com/aimenux/echowebapidemo

A web api that echoes back request infos

echo fluent-assertions integration-testing net80 unit-testing webapi xunit

Last synced: 24 Jul 2025

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/mbuesch/dummy-esp-idf-sys

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

dummy esp-idf stub unit-testing

Last synced: 23 Jun 2025

https://github.com/hardi17/rssfeedsreader

Fetching XML response using retrofit converter simplexml. Kotlin | Retrofit | MVVM | XML

dagger-hilt junit kotlin mockito mvvm retrofit2 simplexmlconverterfactory turbine unit-testing

Last synced: 21 Jun 2025

https://github.com/mystackbox/prj-portfolio

Personal portfolio application built using Angular framework, with an objective to showcase Front-End Development skills such as Responsive Web Design (HTML, CSS, JavaScript, and other UI libraries), and Angular (Modules, Components, Forms, Routing, API Integration, Animations, etc. )

angular-cli angular-forms angular2 css3 flexbox-layout grid-layout html5 node-js responsive-web-design restful-api rxjs scss unit-testing

Last synced: 14 Apr 2026

https://github.com/codecop/tax-table-kata

Exercise for finding tests for boundary conditions.

boundary-conditions code-kata exercise kata test-cases unit-testing

Last synced: 13 May 2025

https://github.com/damirscorner/20210827-ng-test-http-errors

Sample project for "Testing failing HTTP requests in Angular" blogpost

angular http-client unit-testing

Last synced: 02 Jul 2026

https://github.com/dkhorev/spot-n-plus-1-sql-query-problems-early

This is a repo with example code for article https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4

laravel sql unit-testing

Last synced: 11 Mar 2025

https://github.com/shuddha2021/distributed-system-simulator-in-golang

A lightweight distributed system simulator in Go, featuring concurrency, HTTP endpoints, and unit tests.

concurrency data-structures distributed-systems error-handling go goroutines http-server restful-api synchronization thread-safety unit-testing

Last synced: 15 May 2025

https://github.com/m7moudgadallah/expressjs-prisma-postgres-demo

This is a personal practice project for experimenting with Prisma, Express.js, and PostgreSQL.

expressjs jest nodejs postgresql prisma-orm unit-testing

Last synced: 09 Apr 2026

https://github.com/mohammadnazm/jest-writing-tests

A concise and practical guide to writing tests using Jest, a widely-used JavaScript testing framework. Learn how to set up and create effective test cases, perform assertions, and ensure comprehensive test coverage. Improve your JavaScript testing skills and enhance the quality and reliability of your code with this invaluable resource.

javascript jest tests unit-testing

Last synced: 17 May 2026

https://github.com/pvfarooq/college-management-tenant

This repository contains the tenant-side application for managing college operations as part of a multi-tenant SaaS platform. Each college functions as an independent tenant, with its own dedicated database to ensure data isolation and security.

crm django django-rest-framework docker docker-compose jwt management-system postgresql python3 unit-testing

Last synced: 31 Dec 2025

https://github.com/dmlubera/YetAnotherTodoApp

Simple Todo API in .NET 5.0 using clean architecture, CQRS, EF Core, Swagger, unit and e2e testing

clean-architecture cqrs e2e-testing net50 unit-testing webapi

Last synced: 11 Mar 2025

https://github.com/artiomtr/gclados

Simple unit testing framework for the C language

testing unit-testing

Last synced: 05 Aug 2025

https://github.com/matt-colen/iphone-calculator

Clone build of the iPhone calculator

javascript testing unit-testing vanilla-js

Last synced: 11 Mar 2025

https://github.com/joanjane/test-doubles-training

Test doubles and testability exercises and samples in dotnet core

netcore test-doubles testing unit-testing

Last synced: 11 Mar 2025

https://github.com/biemannt/sql-matrix

Development tool for creating multiple unit tests for MS SQL database projects.

mssql sql ssdt unit-testing

Last synced: 29 Apr 2026

https://github.com/gmbeddard/ee200-binary_tree_tests

A comprehensive test suite for evaluating 10 BST implementations. Includes validation of insertion, deletion, search, traversal, and memory management, with detailed analysis of failures and bugs.

binary-search-tree cpp20 unit-testing

Last synced: 18 Jul 2025

https://github.com/hhrogersii/cssUnit

A css unit testing framework with w3c testharness and spec generation tools

css unit-testing

Last synced: 11 Mar 2025

https://github.com/dlealv/officescripts-unit-test-framework

Lightweight, extensible unit testing framework for Office Scripts, inspired by libraries like JUnit. Provides basic assertion capabilities and defines the structure for executing test cases. Designed for easy integration and extension within Office Scripts projects

officescript officescripts testing testing-framework testing-library typescript unit-testing unit-testing-framework

Last synced: 17 May 2026

https://github.com/Aeon-DR/LearningProgressTracker

JetBrains Academy Project: Learning Progress Tracker

hashing regex unit-testing

Last synced: 10 May 2025

https://github.com/islandcontroller/cutest-template

Eclipse Embedded CDT Project Template for "cutest" test projects

cutest eclipse-cdt embedded-c unit-testing

Last synced: 26 May 2026

https://github.com/RatulAlMamun/Jest-odyssey

This repository is my dedicated playground to practice and experiment with Jest, explore its features and capabilities, and improve my testing skills. I will use this repository to develop and test small, isolated code snippets, and to explore new testing techniques and best practices.

expressjs jest unit-testing

Last synced: 11 Mar 2025

https://github.com/eric-souzams/my-finances

My Finances is a application that used Springboot + Spring Security + JWT + Spring Data JPA + JUnit + Mockito + React JS

axios integration-testing java junit5 jwt jwt-authentication lombok mockito react reactjs sping-boot spring spring-boot spring-security springdatajpa test typescript unit-testing

Last synced: 10 Apr 2026

https://github.com/radiopizza/tpu-labs-android-development

This repository serves as a collection of laboratory assignments completed during the "Android Software Development" elective course

android android-studio constraintlayout coroutines dialogs fragments-layout gridlayout intents kotlin listener livedata navigation oop recyclerview regular-expression resources seekbar unit-testing viewmodel xml

Last synced: 17 May 2026

https://github.com/imtjl/qa-fundamentals

Software Quality Testing - a 3rd year CSE banchelor course in ITMO University

integration-testing load-testing monitoring qa quality-assurance software-testing unit-testing

Last synced: 23 Mar 2025

https://github.com/andylvua/FlowerStore

Lab 5, 7, 8 and 9 assignment of OOP course

ci-cd java maven oop unit-testing

Last synced: 11 Mar 2025

https://github.com/mustafos/bankapp

The BankApp boasts a clean and modern interface, with a user-friendly design that allows for easy navigation and interaction. Users can securely log in to their accounts, view their balances, transactions, and account details, and even transfer funds to other accounts.

mvvm-architecture rest-api swift uikit unit unit-testing

Last synced: 21 Mar 2025

https://github.com/rabestro/learning-week-2023

Unit Test: the Good, the Bad, and by AI

ai bdd diffblue epam sample-code tdd-java unit-testing

Last synced: 08 Nov 2025

https://github.com/owenstrength/COMP-1210

Auburn University COMP 1210 Fundamentals of Computing Classwork

auburn auburn-university fundamentals-of-computing fundamentals-of-programming java junit unit-testing

Last synced: 11 Mar 2025

https://github.com/jewel109/blog-server

Blog Api with end to end testing for user to following other user, create blog post , real time news feed , notifications. Used event driven architecture in kafka, elasticsearch for fast search , mongodb for data storage and redis for caching

docker-compose elasticsearch endtoendtesting jest kafka mongodb redis rest-api tyepscript unit-testing

Last synced: 20 Jan 2026

https://github.com/corocoto/test-mocks

Repo that contain mocks for unit-testing by Jest

jest jest-tests mock mocks testing unit-test unit-testing

Last synced: 15 May 2026

https://github.com/amr-yasser226/ambulance-management-system-dsa

A centralized system for managing ambulance services across multiple hospitals, utilizing data structures to optimize ambulance allocation and improve emergency response times.

algorithms ambulance-management-system course-project cpp data-structures emergency-services hospital-simulation optimization patient-dispatch priority-queue queue real-time-simulation resource-allocation simulation stack systems-design unit-testing zewail-city

Last synced: 17 Jul 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/mruruc/junit-mockito

Junit5 and Mockito Tutorials

junit5 mockito unit-testing with-java

Last synced: 13 Nov 2025

https://github.com/dummumounika/ecommerce-project

This repository contains a monolithic Ecommerce application developed using Spring Boot. The application supports various operations related to products, categories, add to cart, customers, and units, offering a robust platform for managing an online store. The project includes functionalities for creating, updating, viewing, and deleting records.

actuator aop async-await email-sender java junit jwt maven mysql profile redis-cache restful-api spring-boot spring-data-jpa swagger unit-testing

Last synced: 26 Jan 2026

https://github.com/AlineGuiseline/desafio-lab-180s

Desafio proposto pela empresa @180seg durante o evento Talent Fest, proporcionado pela @Laboratoria. API de cadastro e exibição de segurados

express express-validator javascript jest nodejs unit-testing

Last synced: 11 Mar 2025

https://github.com/augusto11cb/loyalty-program-buenos-coffee

This project developed to study and apply the most recent features of JUnit 5 | The main functionality of this software is provide some benefits for customers based on their level of loyalty.

assertion-methods assumptions dynamic-testing extension- extension-points java java8 junit5 nested-test parameterized-tests test-lifecycle unit-testing

Last synced: 16 Jul 2025

https://github.com/usmanmehmood55/c_asserts

A very basic assertion library written in C

assert c unit-testing

Last synced: 16 Jul 2025

https://github.com/arxone/besttest

A smart replacement to the old, decaying MStest :wink:

mstest unit-testing

Last synced: 28 Sep 2025

https://github.com/danielbatres/unit-testing-csharp

This project is to learn about unit testing and FIRST principles with c#.

csharp first test testing unit-testing xunit xunit-tests

Last synced: 26 May 2026

https://github.com/miljanamilunovic/banking-app-nunit-testing

Unit testing banking app implemented in C#

csharp nunit-tests qa unit-testing

Last synced: 10 Apr 2025

https://github.com/justinefricou/pushswap

A program to sort lists of integers and float numbers, using only specific operations. Unit testing framework used: Criterion

sorting-algorithms unit-testing

Last synced: 08 Jul 2025

https://github.com/samuelematias/abstraction_unit_test_get_it

How you can create unit test using abstraction (with get_it) in Flutter 🧪

abstraction dart flutter interface unit-testing

Last synced: 10 Apr 2026

https://github.com/wojciechdlugosz/currency-react-app-unit-testing

First tests - unit testing, integration testing

integration-testing react unit-testing

Last synced: 16 May 2026

https://github.com/roluochke/food-truck-finder

A Flask application that uses Mapbox and the Mobile Food Facility Permit dataset from DataSF to provide information about food trucks near a specific location., and includes tests.

flask json mapbox python unit-testing

Last synced: 08 May 2026

https://github.com/florian-a/tokenizer

J'échange 🍕 contre ce token, jure il va prendre de la valeur !

42 cicd erc-20 ethereum hardhat tokenizer unit-testing

Last synced: 15 Jul 2025

https://github.com/nicktheodoro/area-code

Validate and categorize phone numbers by area code. Given valid area codes and a list of numbers, output the count of valid numbers per area code, adhering to specified validation rules.

go golang regular-expression unit-testing validation

Last synced: 15 Jul 2025

https://github.com/iliyalb/simple_unittest

👷‍♂️ Testing a console and a class library with one unit test project

dotnet unit-testing

Last synced: 07 Apr 2025

https://github.com/andresweitzel/grpc_ip_geolocation_api_integration_nodejs

gRPC protobuf api for the integration of IPWHOIS.IO services implemented with Nodejs, Expressjs, Jest, Testing, others.

expressjs grpc ip-location-api ip-whois jest morgan nodejs nodemon protobuf protocol-buffers tdd testing unit-testing

Last synced: 11 Apr 2026

https://github.com/martinkostelecky/demoinsuredpersonsregisterwebapp

Demo web application of insured persons and their insurances. MVC architecture providing basic CRUD operations of insured persons and their insurances. All stored in PostgreSQL database useing Docker conteinerization. The application is responsive and provides basic login and front-end control of entering valid data through beans validation api.

docker java lombok mockito mvc postgresql spring-boot spring-security thymeleaf unit-testing

Last synced: 11 Apr 2026

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

Unit tests for proofing the MCWrapper project.

mcwrapper unit-testing

Last synced: 02 Jul 2026

https://github.com/RayanVakil/Web-App-Forum-Project1

Stackoverflow type forum app implementing servlets, jdbc, sql, jsp, css, bootstrap, docker, log4j, unit testing and more. Created by William Chung and I.

bootstrap css docker java jsp servlets unit-testing

Last synced: 11 Mar 2025

https://github.com/cp-dharti-r/devops-golang-unit-test-check

Configure GitHub workflow for running unit tests, which should be passed without errors.

go-testing golang tdd test-driven-development testing unit-testing

Last synced: 05 Apr 2025

https://github.com/sakuraisayeki/rimtest

Unit Testing Framework for Rimworld

rimworld rimworld-modding unit-testing

Last synced: 22 Jul 2025

https://github.com/iffyio/erlunit

An elementary unit testing framework for erlang

erlang unit-testing

Last synced: 14 Nov 2025

https://github.com/mirokrastanov/software-engineering-softuni

🏛️📐📆🎓 Holds problem solutions, projects, exam solutions, various assets and extra materials related to my Software Engineering education in SoftUni.

back-end css development e2e-tests front-end full-stack html javascript projects softuni software-engineering student unit-testing web

Last synced: 14 Apr 2026

https://github.com/piharpi/forum-api-clean-architecture

Implementation clean architecture, unit testing, integration test, & functional test

automation-testing clean-architecture functional-testing integration-testing unit-testing

Last synced: 14 May 2026

https://github.com/andresweitzel/apirest_electronic_devices_expressjs

Rest Api about electronic devices implemented with Express, Morgan, Railway ,NodeJS, Sequelize, Jest Testing, dotenv, cors, express-validator, Nodemon, Swagger, Swagger-ui, PostgreSQL, ohers.

cors dotenv express-js express-validator integration-testing jest-tests morgan-middleware nodejs nodemon postgresql railway-app sequelize-orm supertest swagger-api swagger-ui tdd testing unit-testing

Last synced: 11 Apr 2026

https://github.com/dianazabelina/3d-viewer

Program for visualizing wireframe 3D models

cpp education gtest gui mvc qt unit-testing viewer wireframe

Last synced: 24 Apr 2026

https://github.com/vshal9921/unit-test-sample

Creating various test cases to test our android application

android junit4 unit-testing

Last synced: 16 May 2026

https://github.com/linx64/githubusers

Sample project for GitHub Users with Jetpack Compose & Koin

android compose coroutines-android kotiln unit-testing

Last synced: 15 May 2026

https://github.com/rsvilenov/fluentassertions.properties

Unofficial FluentAssertions extensions for testing the behavior of class/struct/record properties.

assertions c-sharp fluent-assertions unit-testing xunit

Last synced: 07 Apr 2025

https://github.com/davidlj95/angular-routerlinkactive-testing

Example of how to test an Angular's RouterLinkActive directive with best practices. Angular v17

angular jasmine routerlink routerlinkactive unit-testing

Last synced: 27 Sep 2025

https://github.com/ashawley/jgit-scalacheck

JGit Scalacheck tests

git jgit scala scalacheck unit-testing

Last synced: 17 May 2026