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/engsahaly/laravel_testing_series_pest_php

Laravel Testing Series Part 2: Mastering Pest PHP Course Files on Udemy

feature-testing laravel laravel-framework pest pestphp phpunit testing unit-testing

Last synced: 18 May 2026

https://github.com/pwall567/log-front-test

Test functions for log-front logging library

java library logging unit-testing

Last synced: 25 Aug 2025

https://github.com/henriqueweiand/nestjs-mongodb-order

Exercise using MongoDB, NestJS, JWT, Jest. This is a simple aplication that some endpoints require login and some not, and the user can create products and than create and order that has those products.

auth e2e-tests github-actions jest mongodb mongoose nestjs swc unit-testing

Last synced: 09 Apr 2026

https://github.com/gabrielalmir/hush

A lightweight, Redis-compatible in-memory data store implemented in Python with async/await support.

asyncio caching lru-cache pytest python queue unit-testing

Last synced: 04 Oct 2025

https://github.com/gcosta0410/y2s1-ldts-laboratorio-de-desenho-e-teste-de-software

Year: 2nd, Semester: 1st, Course: Laboratório de Desenho e Teste de Software (LDTS)

git gradle groovy java unit-testing

Last synced: 04 Oct 2025

https://github.com/travetto/vscode-plugin

VS Code plugin for interacting with the Travetto framework

realtime-feedback travetto typescript unit-testing vscode vscode-extension

Last synced: 05 Oct 2025

https://github.com/pedrokehl/merchants-guide-to-the-galaxy

Solution to the Merchant's Guide to the Galaxy problem.

jest merchants-guide nodejs tslint typescript unit-testing

Last synced: 09 Apr 2026

https://github.com/purwnt/example-vue-jest-unit-testing

Implementation of unit testing in vue application using jest

example jest unit-testing vue-cli

Last synced: 17 Aug 2025

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: 17 Aug 2025

https://github.com/madhur-25/token-gate

A modern C++17 implementation of a thread-safe rate limiter with an LRU Cache for efficient memory management. Fully unit-tested with Google Test and built with CMake.

cmake concurrency cpp cpp17 googletest lru-cache multithreading oop-principles rate-limiter system-design token-bucket unit-testing

Last synced: 05 Oct 2025

https://github.com/segovoni/sql-start-2024-sql-unit-testing-automation

Automate the testing of one or more SQL Server objects using tSQLt, Docker, and GitHub Action!

ci-cd demo docker github-actions sql-server tsqlt unit-testing

Last synced: 10 Apr 2026

https://github.com/rouchdane03/guess_logic_number

This is a little logic game which goal's is to guess the right number in a grid. Also, you can give your opinion about it after finding that number.

api-rest aws cd ci devops github-actions integration-testing java-17-maven-spring-boot-hibernate-jpa spring-boot unit-testing

Last synced: 10 Apr 2026

https://github.com/delph123/supplejs-testing-library

Simple and complete SuppleJS testing utilities that encourage good testing practices.

supplejs testing-framework unit-testing

Last synced: 03 Jan 2026

https://github.com/tueda/cmake-template

A CMake template with unit-testing and micro-benchmarking.

benchmarking c-plus-plus-11 cmake template unit-testing

Last synced: 22 Aug 2025

https://github.com/nurislam03/classassistant

Semester final project for CSE327 (Software Engineering) course at North South University.

design-pattern jwt mongodb node react redux rest-api unit-testing

Last synced: 10 Apr 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/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/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/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/iffyio/erlunit

An elementary unit testing framework for erlang

erlang unit-testing

Last synced: 14 Nov 2025

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/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://jagoda11.github.io/pokemon-react-app/

🐢 displaying pokemons 🐡 React application built with TypeScript that leverages the Pokémon API to display a list of Pokémon and their detailed information. The application consists of two primary pages: a list of Pokémon and a detail page for each individual Pokémon. The detail page also showcases the selected Pokémon's evolutions. 🐹

awesome-list babel ci-cd code-spaces eslint formatting frontend gh-pages github-actions github-pages jest pokemon-api prettier react react-hooks react-router redux typescript unit-testing webpack

Last synced: 02 Oct 2025

https://github.com/k1ngmar/container-tester

A unit-test / benchmark for the ft_containers project

benchmark containers stl unit-testing

Last synced: 01 Sep 2025

https://github.com/natvalentine/checkers

Checkers emulator using Java Springboot and Event Driven Architecture

amqp cqrs event-driven-architecture hexagonal-architecture java nosql reactive-mongo spring-boot spring-security unit-testing

Last synced: 22 Apr 2026

https://github.com/kanzatahreem/jest-testing

Wrote a few practical tests for JavaScript functions using the Jest library by following the AAA pattern to make your tests easier for other developers to read and understand. Used the TDD approach in practice.

javascript jest tdd unit-testing

Last synced: 15 Apr 2026

https://github.com/appleipx/news-feed

МыслиВслух

celery python3 redis rest-api unit-testing

Last synced: 05 May 2026

https://github.com/kazu69/export-context

Executing not exported js code and browser js code in a Sandbox With Node's VM Module

context dom esnext javascript testing unit-testing

Last synced: 30 Jun 2025

https://github.com/davidogalo/file_search_server

A Python-based server application designed to efficiently search through a large text file. This project demonstrates the implementation of a multi-threaded server with SSL support, capable of handling multiple client queries simultaneously. The project includes configuration management, logging, and benchmarking different file-search algorithms.

error-handling logging multithreading scripting search-algorithms ssl unit-testing

Last synced: 16 May 2025

https://github.com/alexashley/mockattributes

Mockito-like annotations for .NET

csharp mocking tdd unit-testing

Last synced: 27 Feb 2025

https://github.com/norvirae/idemili

Unity TPS Game

unit-testing unity3d

Last synced: 19 Jun 2026

https://github.com/ebubekirtabak/riflebird

Automated test generation & repair — produces unit, integration, E2E, performance, accessibility and visual tests automatically to cut development time.

ai e2e llm testing unit-testing visual-testing

Last synced: 13 Jan 2026

https://github.com/iamabdelrahman/csharp-study

A structured repository for my C# learning journey, including examples, labs, and problem-solving solutions. 🚀

csharp design-patterns linq oop solid-principles unit-testing

Last synced: 16 May 2025

https://github.com/aimenux/mediatrdemo

Using mediatr to enforce cqrs and loose coupling between components

entity-framework integration-testing mediatr net80 unit-testing

Last synced: 16 Aug 2025

https://github.com/bismasaeed00/demoproject

It is a demo project to test Swift features and design according to MVP architecture.

ios13 mvp swift unit-testing xcode11

Last synced: 15 Mar 2025

https://github.com/elisaborba/buy-smith

O BuySmith é uma aplicação em Typescript que utiliza Sequelize para gerenciar produtos medievais. Conta com autenticação JWT para segurança e oferece funcionalidades para CRUD de itens, proporcionando uma experiência de compra intuitiva.

docker express jwt-authentication mysql nodejs sequelize typescript unit-testing

Last synced: 11 Apr 2026

https://github.com/fimbres/next-start

This is my first project using Next.Js, also I have implemented Unit and integration testings

authentication css-modules environment-variables integration-testing isg javascript jest mui nestjs react routing ssg ssr test-library-react unit-testing

Last synced: 11 Apr 2026

https://github.com/andresweitzel/microservice_mercadolibre_users_aws

Microservice for user management exemplifying part of the ML development architecture, implemented with Systems Manager Parameter Store, Api-Gateway, Serverless, Lambda, NodeJs, Sequelize, Jest, Testing, Mysql, Amazon RDS, among others.

amazon-rds api-gateway api-rest api-restfull aws jest-tests lambda-functions mercadolibre microservice mysql nodejs sequelize serverless-framework serverless-offline serverless-offline-plugin ssm systems-manager-parameter-store tdd testing unit-testing

Last synced: 11 Apr 2026

https://github.com/xhunter74/powermonitor.api

PowerMonitor API is a backend service for monitoring, collecting, and analyzing power consumption and availability data.

api mocha nestjs nodejs passport unit-testing

Last synced: 11 Apr 2026

https://github.com/mockupcode/gunit

Golang Test Framework

framework go golang gunit test testing unit-testing

Last synced: 20 Jan 2026

https://github.com/randjelaa/junit-calculator

This project involves creating a Calculator and CalculatorAdvanced class in Java with full unit testing using JUnit5. Tests must be parameterized, use Hamcrest matchers, and cover all code paths to achieve 100% coverage.

hamcrest java junit unit-testing

Last synced: 01 Jul 2025

https://github.com/sanish07/library-application-testing

Library Management System - Unit Testing with JUnit, Hamcrest and Mockito testing frameworks.

hamcrest java junit5 mockito unit-testing

Last synced: 21 May 2026

https://github.com/an-prata/scrutiny

A simple, easy to use, and lightweight unit testing framework written in and for C.

benchmarking c unit-testing

Last synced: 28 May 2026

https://github.com/tienhuynh-tn/math-util

This repo stores a Java library to support for the Math calculation. Using some technologies such as unit test, tdd, ddt,...

cd ci ddt java junit5 tdd unit-testing

Last synced: 15 Mar 2025

https://github.com/damirscorner/20210430-testing-actual-code

Sample project for "What code are your unit tests testing?" blogpost

integration-testing mocking unit-testing

Last synced: 24 Mar 2025

https://github.com/dinorain/checkoutaja

Go REST example for product checkout service, supported with authentication module.

clean-architecture docker go golang jwt jwt-token microservice postgresql redis rest-api swagger unit-testing

Last synced: 16 Jan 2026

https://github.com/fombi-favour/space-traveler-capstone

Space Traveller's Hub is web-app to book a virtual rocket and join mission this web using Space X Api for the data

api reactjs redux unit-testing

Last synced: 12 Apr 2026

https://github.com/hayaaburaed/simple-string-calculator

🧮 A simple JavaScript string calculator designed for learning unit testing with Jest.

javascript jest unit-testing

Last synced: 12 Apr 2026

https://github.com/medamineharbaoui/remitly_technical_test

A RESTful API for managing SWIFT codes of financial institutions, built with Spring Boot, Hibernate, and MySQL for the backend, and Next.js for a user-friendly frontend. The application parses SWIFT codes from CSV files, stores them in a database, and provides endpoints for retrieval. Fully containerized with Docker for easy setup and deployment.

docker docker-compose dockerfile hibernate-orm junit mockito mysql nextjs restful-api spring-boot unit-testing

Last synced: 11 Jun 2025

https://github.com/rvguradiya/junit-exploration

A repository exploring the key features of JUnit 5 (Jupiter). It includes examples for parameterized tests, lifecycle methods, assertions, exception handling, timeouts, tagging, and nested tests, with detailed documentation for each feature.

java junit-jupiter junit5 mocking mockito test-automation testing-best-practices unit-testing

Last synced: 11 Jun 2025

https://github.com/arin-paliwal/engage-360

Engage360 🎯 is a platform to enhance employee engagement and foster workplace collaboration. Features include dashboards 📊, recognition tools 🏆, and feedback systems 💬 for Admins, Managers, and Employees. Build a thriving, connected organization!

contextapi react react-router redux tailwindcss typescript unit-testing

Last synced: 12 Apr 2026

https://github.com/a-viv-a/generate-combinations

Generate all combinations of an object from a description, with type safety

generation typescript unit-testing

Last synced: 28 Mar 2025

https://github.com/rouchdane03/spring-boot-project-customer

This is a simple backend api which perform CRUD operation within a customer object

aws aws-ec2 awseb awsecs cicd dev github-actions integration-testing java maven spring-boot unit-testing

Last synced: 04 Feb 2026

https://github.com/anscoder/retailapp

RetailApp is an iOS shopping app built with Swift, SwiftUI, and Combine, demonstrating modern architecture patterns like Dependency Injection and MVVM. It allows users to browse products, view details, and manage their cart.

dependency-injection ios-swift mock swift-package-manager swiftui-example swiftui-learning swinject unit-testing

Last synced: 30 Mar 2025

https://github.com/geozi/javascript-jasmine

Showcases the use of Jasmine for performing unit tests.

jasmine-tests unit-testing vanilla-javascript

Last synced: 01 Apr 2025

https://github.com/spt-development/spt-development-test

A collection of utility classes useful for unit and integration testing.

apache-http email greenmail http integration-testing jms junit-extension logback testing unit-testing

Last synced: 23 Apr 2025

https://github.com/course-one/react-unit-testing

A sample unit testing setup for React using GitHub actions.

github-actions react testing unit-testing

Last synced: 12 Apr 2026

https://github.com/abxsantos/validawaree-backend

Software for validation of analytical data, based on ANVISA, the Brazilian Health Regulatory Agency

backend flask-restful heroku python3 scientific-research unit-testing

Last synced: 03 Oct 2025

https://github.com/aisha-zahid/softwaretesting-cunit

C++ unit testing project with Input Space Partitioning, Edge Pair Coverage, Control Flow Graphs, and CUnit in Eclipse.

cfg cpp cunit eclipse-cdt edge-pair-coverage functional-testing isp software-testing test-cases unit-testing white-box-testing

Last synced: 23 Apr 2025

https://github.com/JandroMejia97/ng-testing

This Angular app is used to learn how to make unit tests with Jasmine

angular jasmine testing unit-testing

Last synced: 10 Mar 2025

https://github.com/gowhale/go-shopping-list

Do you find making shopping lists BORING? Because I sure do... This repo is to automate the creation of shopping lists and to practice my Golang skills!

cooking golang golint mocking revive shopping unit-testing

Last synced: 25 Oct 2025

https://github.com/onatolich/saga-guide

Easy to use, framework agnostic saga testing utility.

redux-saga test testing testing-tool unit-testing

Last synced: 07 Apr 2025

https://github.com/victoreronmosele/shared-preferences-unit-test-flutter

Code demonstration for my blog post: Mocking and Testing Shared Preferences in Flutter Unit Tests

dart flutter fluttertutorials mocking sharedpreferences tutorials unit-testing

Last synced: 20 Apr 2026

https://github.com/kasiprasad/context-spec

A simple Context Specification Framework for Java over JUnit

bdd context integration-testing java junit specification tdd unit-testing

Last synced: 14 Jan 2026

https://github.com/avirupmazumder/qeats

QEats is an app that makes food ordering convenient for millions of users. With just a few taps on their phone, users can relish their favorite food from nearby restaurants.

http interfaces jackson java jmeter lombok mockito mongodb redis rest-api spring-boot springdata unit-testing

Last synced: 12 Apr 2026

https://github.com/masatomizuta/go-redistest

Golang package controls Redis servers for unit tests

go golang redis unit-testing

Last synced: 17 Jan 2026

https://github.com/bvfalcon/junit5-fakesmtp

FakeSMTP for unit-testing smtp clients with JUnit 5

junit junit5 maven smtp smtp-server testing unit-testing

Last synced: 14 Jan 2026

https://github.com/sashaflores/rustfund

Real audit submissions with findings, judge feedback, appeals, and post-review improvements. Part of my smart-contract-security series to grow and share Web3 security knowledge.

audit fuzzing rust smart-contracts solana unit-testing

Last synced: 07 May 2026

https://github.com/daniel-brai/ecommerce-drf

A deep dive into Django Rest framework with a focus on database design and performance, unit and end-to-end testing and so on

database-performance-analysis database-schema-design django-rest-framework end-to-end-testing unit-testing

Last synced: 09 Apr 2025

https://github.com/willie-conway/tdd-bdd-final-project

Test Driven Development (TDD) / Behavior Driven Development (BDD) for IBM 💻📈

behavior-driven-development integration-testing python selenium-webdriver system-testing test-driven-development unit-testing

Last synced: 20 Apr 2026

https://github.com/sjeguedes/symfonytdac

Symfony 3 upgrade and application management

blackfire faker functional-testing phpunit symfony3 symfony4 unit-testing upgrade

Last synced: 02 Jan 2026

https://github.com/tsimbalar/unittestsmaintenancehell

The code for my talk "Unit tests : Maintenance Hell ?" at SoftShake 2013

c-sharp maintenance unit-testing

Last synced: 02 Dec 2025

https://github.com/m7moudgadallah/cpp_testing_for_cp

Simple class used to test functionality by passing the result of function and the expected output

competitive-programming unit-testing

Last synced: 29 Mar 2026

https://github.com/avojak/swt-unit

SWT unit testing utilities

java junit swt unit-testing

Last synced: 10 Aug 2025

https://github.com/daviteixeira-dev/react-unit-testing

Testando aplicações React com Jest & Testing Library

jest react-testing-library unit-testing

Last synced: 13 Feb 2026