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/rafalbielec/fxexchange

FX Exchange console app written in C# for converting monetary amounts into target currencies using a base currency. Configured to use DKK as the base currency.

cli console-application csharp dotnet net8 unit-testing

Last synced: 11 Jun 2026

https://github.com/sushantdhumak/generating-tv-scripts

Deep Learning Nanodegree Project : To generate Simpsons TV scripts using part of the Simpsons data-set of scripts from 27 seasons.

batching hyperparameter-tuning lookup-table lstm lstm-neural-network neural-network preprocessing recurrent-neural-network tensorflow tokenization tokenized-sentences tuning-parameters unit-testing word-embeddings

Last synced: 26 Mar 2025

https://github.com/manlikenacho/dice

A simple dice rolling application

golang unit-testing

Last synced: 28 May 2026

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/asishkumar-gouda/devsecops-app-cicd

This project is to implement DevSecOps practices to a Typescript application. CI/CD using GithubActions and ArgoCD with K8s. GHCR as Container Registry.

argocd devsecops docker ghcr github-actions source-code-analysis unit-testing

Last synced: 13 Apr 2026

https://github.com/herikerbeth/async-method

Spring Boot web application designed to asynchronously lookup GitHub user information. It queries GitHub's API to fetch data about users, and the lookup process is handled asynchronously using CompletableFuture, allowing for scalable service architecture.

java junit maven mockito-junit spring-boot spring-web test-driven-development unit-testing

Last synced: 13 Apr 2026

https://github.com/bperlakih/swift4cart

A simple e-commerce cart solution in Swift 4

checkout ios11 swift-4 unit-testing

Last synced: 10 Jan 2026

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/bonnyad9/bny.unittests

C# library for simple unit testing

chsarp csharp-library library unit-testing

Last synced: 15 Jul 2025

https://github.com/valentinosvaldo/github-profile

Show github profiles with his repositories

github react unit-testing

Last synced: 09 May 2026

https://github.com/o0y0o/jest-allure-reporter

📋 A custom Jest reporter to compatible with Allure.

allure jest npm-package unit-testing

Last synced: 13 Apr 2026

https://github.com/tinribs507/find-a-book

This Android application demonstrates my ability to integrate apps with external APIs and follow best practice. Find a Book (FAB) leverages Google Books API to allow users to search for books based on key words, titles, subjects, publishers and dates published.

android api-rest best-practices data-handling jetpack-compose kotlin moshi mvvm-architecture navigation repositories retrofit search-functionality unit-testing viewmodel-livedata

Last synced: 19 Apr 2026

https://github.com/thefeij/movie-search-api

Movie Search API to search for information about movies

docker elasticsearch godoc golang kubernetes makefile redis-cache unit-testing

Last synced: 06 Oct 2025

https://github.com/thepatrickniyo/mockito-junit-world

Devops exam to serve for implementation of unit testing, intergration testing, e2e testing with junit and mocking

e2e-tests h2 integration-testing java junit mockito springboot unit-testing

Last synced: 14 Apr 2026

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/junnyyy/python-unit-tests

Python Unit Test Example

python testing unit-testing unittest

Last synced: 10 Oct 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: 14 Apr 2026

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/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/wajid7511/unit_test_play_list

This repo will be used for Playlist which will be uploaded to my youtube channel https://www.youtube.com/@WajidKhanZeroDeveloper

c-sharp mstest unit-testing

Last synced: 27 Jan 2026

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: 20 Apr 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/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/jubayer98/a-simple-java-game-testing-using-unit-testing-functionality

In this simple bowling game, several test cases are created to verify the code's functionality and identify any bugs, ensuring the system operates as intended.

software-testing unit-testing

Last synced: 23 Oct 2025

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/sa-k1b/django_grocery_recommendation

A product recommendation system using the Apriori algorithm. Built with Django, Dockerized, and set up with CI/CD via GitHub Actions for automatic updates and deployment on Render.

cicd django docker github-actions gunicorn machine-learning python recommendation-system render unit-testing whitenoise

Last synced: 06 May 2026

https://github.com/iamigi/sentiment-analysis

Sentiment analysis frontend app built with Svelte, TypeScript, and SCSS. It allows users to input a short text and analyze its sentiment (positive, neutral, or negative) using the Hugging Face Inference API.

husky scss-styles sveltekit typescript unit-testing

Last synced: 24 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/imtiajahammad/cloudcustomers

This is a .NET 6 Web API from scratch using test driven development! I have covered creating a new solution, adding new web and unit test projects to the solution, and writing unit tests.

dotnet-core httpclient tdd test-driven-development testdrivendevlopment unit-testing unittesting webapi webapi-core xunit xunit-tests

Last synced: 15 Apr 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/jmakeig/mltap

A JavaScript test harness for MarkLogic that (roughly) implements the Node.js tape API

marklogic tap test-harness unit-testing

Last synced: 06 Feb 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/foresterre/sif

🐺 Yet another parameterized testing library for Rust

case hacktoberfest macro parameterized parameterized-test rust test testing unit unit-test unit-testing

Last synced: 25 Feb 2026

https://github.com/edsonwade/todo-system-application

This is a robust and scalable TODO application designed to help manage tasks efficiently. With a sleek frontend and a powerful backend, this app is built to enhance productivity.

axios-react cicd docker-compose flyway-migrations jpa-hibernate maven postgresql spring-boot tailwindcss unit-testing

Last synced: 31 Jan 2026

https://github.com/nruslanr/items-k8s

Example of synchronous communication between Spring Boot microservices

circuit-breaker docker integration-testing k8s mock-testing open-feign rest-api spring-boot synchronous-communication unit-testing

Last synced: 25 Feb 2026

https://github.com/asrieldreemurrgm/postgresql_jdbc_crud

Full Java backend project featuring complete CRUD functionality using PostgreSQL and JDBC. Implements a generic DAO pattern, test-driven development (TDD) with JUnit 5, and secure environment-based configuration for database connections.

backend crud dao-design-pattern database environment-variables generic-data-structure java jbdc junit5 pgadmin4 postgresql spring-tool-suite4 tdd test-driven-development unit-testing

Last synced: 15 Apr 2026

https://github.com/natserract/unit-test-javascript

🚀 Build your own Jest using pure Javascript

babel es6 javascript nodemon unit-testing

Last synced: 15 Apr 2026

https://github.com/everythingfunctional/vegetables

For a healthier code base, eat your vegetables

fortran testing unit-testing

Last synced: 01 Feb 2026

https://github.com/mamaz/tdd-example

Example on how to do Test Driven Development

python tdd unit-testing

Last synced: 01 Feb 2026

https://github.com/tomkyle/find-run-test

Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem

php php-testing phpunit unit-testing unit-tests

Last synced: 25 Feb 2026

https://github.com/mohabashraf-byte/digitalsignalprocessing

Simple console application for applying Digital Signal Processing (DSP) techniques on signals.

digital-signal-processing oops-in-python python3 unit-testing

Last synced: 01 Feb 2026

https://github.com/tafthorne/clang-cpputest-gcc

Docker Image packaging CppUTest http://cpputest.github.io/ ontop of Clang & The Docker Official Image for GNU gcc

clang clang-static-analyzer cpputest docker docker-hub docker-image gcc gcc-complier unit-testing

Last synced: 15 Apr 2026

https://github.com/gbdsantos/iweather

Project 07, named iWeather, aims to learn and practice about automated testing, publishing apps and CI/CD with React Native. Developed within the React Native track of Rocketseat's Ignite Bootcamp.

2023 ci-cd eas expo integration-testing jest react-native unit-testing

Last synced: 15 Apr 2026

https://github.com/renatozr/car-dealership-api

An API that handles vehicle data from a car dealership

expressjs mongoose oop swagger typescript unit-testing zod

Last synced: 15 Apr 2026

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: 15 Apr 2026

https://github.com/doamaral/python-unittest

Resultado de algumas explorações de testes unitários com Python e Unittest

oop-principles python unit-testing unittest

Last synced: 15 Apr 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

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/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/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/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/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/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/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/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/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/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/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/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/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/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/imdesai00/unit-testing

You can perform testcases of your dotnet core web api. using this test cases you can find out how much your api give optimal solution.

api apitesing1 csharp dotnetcore dotnetcorewebapi testing unit-testing

Last synced: 16 Feb 2026

https://github.com/samwson/pascal-test

An Object Pascal unit test library.

object-pascal pascal unit-testing

Last synced: 19 Mar 2026

https://github.com/mattjesc/gpu-accelerated-fap

GPU-Accelerated Frequency Analysis Prototype using CUDA, Unit Testing, and User-Defined Settings

c cmake cpp cuda cufft googletest gpu gpu-acceleration gpu-computing gpu-programming nvidia signal-processing test test-automation testing unit-testing

Last synced: 16 Apr 2026

https://github.com/ale-soares/vue-test-utils-crash-course

Vue test utils crash course project made to use as unit testing studying in Vue 3

jest unit-testing vue vue-test-utils vuejs

Last synced: 29 Apr 2026

https://github.com/raelnogpires/unit-tests-jest

Testes unitários utilizando a biblioteca Jest.

javascript jest unit-testing

Last synced: 16 Apr 2026

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: 16 Apr 2026

https://github.com/dananderson/cassandra-test

Cassandra Test is a Java test framework for writing unit tests and integration tests against a Cassandra database.

cassandra cassandra-database cassandra-test java spring-test unit-testing

Last synced: 01 Apr 2026

https://github.com/uchamod/flutter-unit-test

This repository is help to understand and implement unit testing in Flutter applications in easy way.

dart flutter mockup unit-testing

Last synced: 16 Apr 2026

https://github.com/htest-dev/htest-html

Write tests in HTML, with reactive evaluation and mock interactions!

testing unit-testing

Last synced: 03 Mar 2026