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/space-code/objects-factory

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

swift unit-testing

Last synced: 28 Feb 2025

https://github.com/adrianomonteiroweb/jest-project

Projeto de testes em jest no mรณdulo de fundamentos na Trybe.

jest mock unit-testing

Last synced: 14 Jun 2025

https://github.com/mateusfonseca/dorsetmusiccollection

"Music Collection" Django web application developed for my CAs 1, 2 and 3 at Dorset College BSc in Computing, Year 3, Semesters 1 and 2.

discogs-api django django-security html-css-javascript mvt-architecture object-oriented-programming pycharm-ide python unit-testing webapp

Last synced: 13 Oct 2025

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

Tests using Vitest library (Jest)

jest tdd test unit-testing vitest

Last synced: 29 Aug 2025

https://github.com/andrew-bekhiet/slash_dot

Flutter eCommerce app demo using flutter_bloc, riverpod and freezed. Uses GitHub Actions for automatically testing and releasing the apk

dio flutter flutter-bloc freezed mockito rest-api riverpod rxdart unit-testing

Last synced: 13 Oct 2025

https://github.com/olivegamestudio/musts

Musts is a unit test helper library, to encourage writing things like value.MustBeTrue() and result.MustBeSuccess();

csharp library musts unit-testing

Last synced: 06 Jul 2025

https://github.com/asrieldreemurrgm/jest_testing_practice

Practice project for testing components and user interactions using React, Redux, and Jest.

frontend react react-testing-library redux testing typescript unit-testing

Last synced: 13 Oct 2025

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/charles-dr/contacts-server

Node API for contact management

expressjs nodejs sql sqlite typescript unit-testing

Last synced: 04 Apr 2025

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/padosoft/laravel-test

Base classes for Testing Laravel app and packages

laravel laravel-package test-laravel unit-testing

Last synced: 21 Feb 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/ericneves/myseries

๐Ÿฆง API Restfull created with NodeJS, ExpressJS, MongoDB (mongoose), Unit Testes (jest), Docker and more...

api-rest jest mongodb nodejs unit-testing

Last synced: 11 Mar 2025

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

Unit tests for proofing the MCWrapper project.

mcwrapper unit-testing

Last synced: 13 Oct 2025

https://github.com/fakhranii/jest-unit-testing-demo

testing demo using jest framework

javascript jest unit-testing

Last synced: 22 Feb 2025

https://github.com/netodeolino/book-tdd-dio

TDD using JUnit, Mockito, and Hamcrest

hamcrest mockito tdd unit-testing

Last synced: 04 Jul 2025

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/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: 11 Mar 2025

https://github.com/autokmg/spring-boot-apps-testing-practices

Delve into the world of Spring Boot testing to enhance project quality and readiness. This repository covers unit tests, SpringBootTest annotation, JUnit, and testing slices, providing comprehensive insights and tools for robust application testing.

java-11 junit spring-boot unit-testing

Last synced: 16 Sep 2025

https://github.com/sharonnavarro/angular-testing-jest

Angular proyect with Jest as JavaScript testing framework

angular jest test unit-testing

Last synced: 28 Feb 2025

https://github.com/mejanh/django-ecommerce

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

django django-rest-framework python unit-testing

Last synced: 28 Apr 2025

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: 13 Oct 2025

https://github.com/itanex/unittesting

.NET Unit Testing Examples

csharp unit-testing

Last synced: 24 Mar 2025

https://github.com/dzmitrypanamarenka/page-loader

js-cli utility which downloads your page with assets

cli node-js promises unit-testing

Last synced: 25 Mar 2025

https://github.com/estnafinema0/yadro-cpp-test

C++20 simulation of a computer club management system with token parsing, error reporting and unit/integration tests (Google Test).

cpp20 googletest integration-testing object-oriented-programming parser tokenizer unit-testing

Last synced: 24 Aug 2025

https://github.com/gbroques/freecad16-unit-tests-poc

Proof-of-concept for running python unit tests for FreeCAD 0.16 in a Docker container with Travis CI.

docker freecad freecad-workbench python travis-ci unit-test unit-testing unittest

Last synced: 01 Mar 2025

https://github.com/vitaliibezuhlyi/ordersapi

A set of clean approaches based on cqrs (mediatR) to api development using the fictional example of customer orders

api-rest asp-net-core cqrs mediatr sqlite unit-testing x-unit

Last synced: 12 Jun 2025

https://github.com/enzorooschqueiroz/flask-user-crud-api

The main goal is to provide a solid foundation for learning technologies like Docker, unit testing, continuous integration (CI/CD), and automated deployment.

actions ci-cd devops docker flask-api unit-testing

Last synced: 13 Oct 2025

https://github.com/milanowicz/php-testing

Library for PHPUnit testing

php phpunit testing testing-tools unit-testing

Last synced: 23 Apr 2025

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: 27 Feb 2025

https://github.com/flyingotta/onlinestatcalculator-springbootmvc-js-java

Built online statistics calculator (lin regression, mean etc.) using Java, JS, HTML, and Spring Boot's MVC framework. Build processes and dependencies handled by Maven. Thymeleaf templating engine as view layer, Spring controllers to handle HTTP requests. This inlcluded 100% code coverage unit testing and E2E testing using Junit and Playwright.

e2e-testing integration-testing java javascript junit-jupiter maven-pom playwright-tests spring-mvc thymeleaf-template-engine unit-testing

Last synced: 02 Apr 2025

https://github.com/priyanshscpp/scheduler-gtest

Demonstrates OS-level thinking (round-robin, priority, etc.). Very relevant for CPU/microarchitecture work.

cpp gtest operating-systems qualcomm unit-testing

Last synced: 04 Sep 2025

https://github.com/0xalihn/cio_mockitodemo

Android Mockito unit testing with Mock and Stubs

android junit4 mockito unit-testing

Last synced: 14 Oct 2025

https://github.com/michalzagrodzki/simple-vue-app

Simple web app presenting use of Vue.js technology.

ci-cd circleci flex-box javascript netlify sample-project unit-testing vue vue-router

Last synced: 11 Mar 2025

https://github.com/gpreviatti/store_python_clean_arch

Simple application using clean architecture and python

clean-architecture python unit-testing

Last synced: 16 Mar 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: 01 Mar 2025

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: 12 Mar 2025

https://github.com/zairbulos/spring-boot-testing

Unit Testing Spring Boot.

java spring-boot testing unit-testing

Last synced: 27 Aug 2025

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: 04 Jul 2025

https://github.com/bahertamer/countriesapp

A modularized iOS countries info app using Swift Concurrency & SwiftUI.

clean-architecture modularization mvvm swift swift-6 swift-package-manager swift-testing swiftui unit-testing

Last synced: 31 Mar 2025

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

https://github.com/esraakamel1195/angular-testing-course-1-start

Simple courses management app - practice with angular course specially Unit testing

angular cypress jasmine typescript unit-testing

Last synced: 07 Sep 2025

https://github.com/rybalkin-an/user-app

Testing REST API Spring Boot App with Keycloak, Java 17, Gradle, Junit5, Testcontainer, RestAssured, MockMvc, Wiremock, Integration Testing

integration-testing junit5 keycloak mocking mockmvc rest-api restassured spring-boot testcontainers unit-testing wiremock

Last synced: 27 Feb 2025

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: 02 Apr 2025

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: 19 Feb 2025

https://github.com/anastasia-a-zhivaeva/tic-tac-toe

Application from React tutorial https://reactjs.org/tutorial/tutorial.html

game react tutorial typescript unit-testing

Last synced: 19 Feb 2025

https://github.com/virag-ky/fullstackopen-part4

This repository contains my exercise submissions for the Full Stack Open course from Part 4.

expressjs javascript jest mongodb mongoose nodejs nodemon unit-testing

Last synced: 28 Feb 2025

https://github.com/andrehora/quiz

Simple quiz!

python unit-testing

Last synced: 24 Mar 2025

https://github.com/geobas/minimal-symfony

A minimal project written in Symfony 2.8

symfony2 unit-testing

Last synced: 09 Apr 2025

https://github.com/bv7dev/graphql-api-template

This template provides a basic GraphQL API and unit testing.

graphql graphql-api template typegraphql-typeorm typescript unit-testing

Last synced: 28 Feb 2025

https://github.com/justfifi17/student-gradebook-program-

This is a command-line tool that helps instructors manage student data, set grading policies, record and adjust grades, and calculate final scores ๐Ÿ“š. It features a simple menu interface and stores data securely for easy access.

command-line-interface data-management file-handling grade-calculator gradebook-managament oop python unit-testing

Last synced: 19 Feb 2025

https://github.com/kauatwn/unittesting_demo

Demonstraรงรฃo de testes unitรกrios utilizando xUnit com exemplo bรกsico de domรญnio.

clean-architecture csharp dotnet unit-testing xunit

Last synced: 11 Mar 2025

https://github.com/kcdipina26/fullstackjavadevelopment

These projects demonstrate a robust understanding of modern web development technologies and software engineering principles, readying me for a transition from academic training to impactful professional contributions.

api css ecommerce-website full-stack git html intellij java java-maven-ecs javascript junit nodejs object-oriented-programming pgadmin4 postgres postgressql unit-testing visual-studio-code vuejs

Last synced: 09 Apr 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/bonnyad9/bny.unittests

C# library for simple unit testing

chsarp csharp-library library unit-testing

Last synced: 15 Jul 2025

https://github.com/luigirazum/money-compass

MoneyCompass is a mobile web application where you can manage your budget. You have a list of payments associated with a category, so that you can see how much money you spent and on what. It allows you to register and log in to keep the data private, introduce new categories and payments and see the money spent on each category. Give it a try!

authentication autorization budget integration-testing mobile-app model-view-controller mvc-pattern postgresql rails ruby-on-rails unit-testing validation

Last synced: 28 Feb 2025

https://github.com/zumerlab/zumerbox-tests

A zumerBox tool for unit and visual testing files

jest testing-tools unit-testing visual-testing zumerbox

Last synced: 09 Apr 2025

https://github.com/alfianandinugraha/todoo

Todoo - Example reactjs App with unit testing

jest react reactjs ttd typescript unit-testing

Last synced: 01 Apr 2025

https://github.com/djben/swift-mock-gen

Easy yet powerful mock impl generation for protocols for Swift unit tests

codegen swift swift-macros unit-testing

Last synced: 06 Jul 2025

https://github.com/bethanyuo/truffle-deploy

Develop and Deploy Smart Contracts with Truffle.

smart-contracts truffle truffle-framework truffle-testing unit-testing

Last synced: 02 Mar 2025

https://github.com/bethanyuo/truffle-unit-test

Develop and Unit Test Smart Contracts with Truffle

smart-contracts solidity truffle truffle-testing unit-testing

Last synced: 02 Mar 2025

https://github.com/igneus/getest-minimal-setup

minimal example of running Eiffel tests with Gobo Eiffel's getest

eiffel minimal-example unit-testing

Last synced: 15 Oct 2025

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

A tiny unit testing library for Lua.

lua unit-testing

Last synced: 15 Oct 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: 12 Jun 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/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/dizzydroid/reelrec

ReelRec is a movie recommendation system built as a project for the Software Testing course at FOE | ASU. Tell ReelRec what movies you like, and it will suggest others from the same genres!

application java movies-streaming testing unit-testing

Last synced: 12 Jun 2025

https://github.com/quinntynebrown/customerservice

CustomerService using ASP.NET Core, MediatR, Angular 6.x

angular6 aspnetcore cqrs ddd event-sourcing integration-testing mediatr unit-testing

Last synced: 17 Mar 2025

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/kockaadmiralac/pygame-tests

WIP Pygame testing framework.

pygame unit-testing

Last synced: 19 Feb 2025

https://github.com/wibosco/viewinspector-example

An example project using ViewInspector to test SwiftUI screens

swiftui unit-testing

Last synced: 07 Jul 2025

https://github.com/etheryen/odin-battleship

Battleship game with semi-smart ai created in vanilla js using webpack and tested with jest.

jest unit-testing webpack

Last synced: 25 Mar 2025