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

https://github.com/simonthorell/cpp20-stl-examples

C++20 STL algorithms exploration including external libraries (libcurl and nlohmann/json) as well as API integration.

api cpp-library cpp20 json unit-testing

Last synced: 16 Apr 2026

https://github.com/mayconrfreitas/usermanager

Studies about ASP.NET Core Web API, Swagger, microservices, unit testing and Docker.

api api-rest asp-net-core docker dotnet5 microservices mongodb swagger unit-testing web

Last synced: 16 Apr 2026

https://github.com/mohamedabdelhalim1/multiauth

The MultiAuth project is a web application developed using Laravel, designed to manage multi-user authentication systems with separate roles for users and staff. The project is structured following a microservices architecture, which allows for scalable and maintainable code.

authentication authorization clean-architecture clean-code laravel-framework microservices-architecture unit-testing

Last synced: 04 Mar 2026

https://github.com/nawodyaishan/webdev-js-unit-test-jest

Unit testing sample with Jest and Puppeteer

async jest puppeteer unit-testing

Last synced: 16 Apr 2026

https://github.com/undefined-io/terraform-aws-testable-module

An AWS focused Terraform Module Template with Unit and Integration Tests

github-actions integration-testing module terraform terraform-module unit-testing

Last synced: 05 Mar 2026

https://github.com/ricardomilhazes/softwaretesting

Project made for Software Analysis and Testing class

haskell java javascript quickcheck refactoring unit-testing

Last synced: 17 Apr 2026

https://github.com/andreros/react-testing-environments

Application bundle with the purpose of gathering several pre-configured, ready to use sample applications, each one with a clean working test environment with the various technologies available.

react reactjs testing-environment testing-tools typescript unit-testing

Last synced: 17 Apr 2026

https://github.com/marcus-v-freitas/mvfc.mongodbflow

A purpose-driven .NET library that provides a clean, opinionated surface for managing MongoDB repositories, entity mapping, and transactional data flows.

asp-net-core crud csharp di-container dotnet flow integration-testing mapping mongo-driver mongodb nosql repository repository-pattern testcontainers transaction unit-of-work unit-testing

Last synced: 03 Apr 2026

https://github.com/tkraak/ava-jsdom

:rocket: Experimenting with AVA, jsdom and jQuery

ava javascript jquery jsdom unit-test unit-testing

Last synced: 17 Apr 2026

https://github.com/mcloughlan/arduinounitplatformio

My template for using ArduinoUnit unit tests with Platform IO

arduino embedded platformio unit-testing

Last synced: 10 May 2026

https://github.com/foncki/binarysearchtree

This assignment is an implementation in java of a binary search tree with one special operation: Balance.

binary-search-tree java maven unit-testing

Last synced: 17 Apr 2026

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

Tests using Vitest library (Jest)

jest tdd test unit-testing vitest

Last synced: 17 Apr 2026

https://github.com/silvestrevivo/testing-form

Unit testing excercise for React with Jest, following the Udemy Tutorial from @StephenGrider

enzyme javascript jest reactjs redux unit-testing

Last synced: 17 Apr 2026

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

https://github.com/tiibuturner/ping

One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to PING! three different websites that can be found on a websites.txt file. After that our job was to create a new file, wrote website IP-addresses in there and the average time for pinging.

python unit-testing

Last synced: 03 Jun 2026

https://github.com/danieldantasdev/aspnetcore-unit-testing_course-luisdev-part-2_dotnet-8_csharp-12

Curso da Formação ASP.NET Core focado em testes unitários com xUnit, Moq, NSubstitute, Fluent Assertions e Bogus. Ensina fundamentos, padrões de escrita, mocking e boas práticas para criar testes eficientes e robustos em APIs .NET.

aspnetcore backend bogus clean-code csharp dotnet fluent-assertions luisdev moq nsubstitute tdd unit-testing xunit

Last synced: 17 Apr 2026

https://github.com/moveaxlab/react-native-invariants

Check React Native invariants with react-test-renderer.

react-native unit-testing

Last synced: 17 Apr 2026

https://github.com/bintangyosua/nest-shortenurl

A high-performance, reliable URL shortening service built with NestJS.

nestjs nodejs prisma unit-testing

Last synced: 10 May 2026

https://github.com/tiibuturner/rockpaperscissors

One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to make a classic game of rock-paper-scissors and your opponent (computer) plays random. There is also an deliberation about the subject (enough tests, what to consider in a testing). Deliberation is (unfortunately) only in Finnish.

python unit-testing

Last synced: 04 Jun 2026

https://github.com/alonach/countries-next-test

School practices of unit testing and cypress

cypress unit-testing

Last synced: 17 Apr 2026

https://github.com/keplersj/jest-serializer-react-helmet-async

Serializer to display react-helmet-async data in Jest Snapshots

jest jest-snapshots react react-helmet react-helmet-async seo unit-testing

Last synced: 18 Apr 2026

https://github.com/paulkastel/02-temperatureconverter

An application wrote in C# with WPF using MVVM pattern. User provide an temperature and program return proper value in other units (Kelvin, Farenheit, Celsuis).

mvvm temperature-converter unit-testing wpf

Last synced: 18 Apr 2026

https://github.com/tawounfouet/google-it-automation-with-python

Six-course certificate, developed by Google and designed to provide IT professionals with in-demand skills -- including Python, Git, and IT automation.

bash-scripting error-handling git inheritance poo python regex shell-scripts unit-testing

Last synced: 04 Apr 2026

https://github.com/starlet-engine/math

Lightweight header-only math library for Starlet projects

cmake cpp header-only math meson opengl starlet unit-testing

Last synced: 15 May 2026

https://github.com/charles-dr/contacts-server

Node API for contact management

expressjs nodejs sql sqlite typescript unit-testing

Last synced: 04 Apr 2026

https://github.com/geobas/yii-simple-cms

:floppy_disk: A simple CMS to startup your application. View site:

cms unit-testing yii

Last synced: 18 Apr 2026

https://github.com/bradlab/nest-devops-starter

A modern boilerplate for building scalable NestJS applications with a clean DevOps setup. Includes Docker, CI/CD with GitHub Actions, Prettier, ESLint, Jest, and production-ready configuration. Perfect for quickly bootstrapping professional Node.js backends with best practices out of the box.

backend cicd clean-code devops docker github-actions linter nestjs postgresql software-architecture typescript unit-testing

Last synced: 05 Apr 2026

https://github.com/kathleenwest/usermanagementwebapidemo

This repository contains a simple User Management Web API built with ASP.NET Core. The API provides CRUD operations for managing user data, including creating, retrieving, updating, and deleting users. The project uses Entity Framework Core with SQLite as the database provider and includes comprehensive unit tests.

asp-net-core coding-challenge coding-interview crud-application csharp csharp-app csharp-code demo demo-app entity-framework-core live-website middleware sqlite swagger unit unit-test unit-testing unit-tests user-management-system web-api

Last synced: 18 Apr 2026

https://github.com/olegweremyew/mytodolist

React + TypeScript + Redux + Material-UI + Uni-tests

material-ui react redux typescript unit-testing

Last synced: 05 Apr 2026

https://github.com/damirscorner/20210702-ng-flush-microtasks

Sample project for "Angular testing: flush vs. flushMicrotasks" blogpost

angular async unit-testing

Last synced: 18 Apr 2026

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

https://github.com/habbatul/binarfud

Challange Product Binar Academy X MSIB Wave 5.

jasper-report postgresql slf4j spring-boot spring-data-jpa spring-security unit-testing

Last synced: 18 Apr 2026

https://github.com/andresweitzel/centralized_version_control_system_v1_nodejs

Centralized version control system implemented with NodeJS, Typescript, Jest, Express, dotenv, nodemon, morgan, others.

dotenv express filesystem integration-testing jest morgan nodejs nodemon tdd typescript unit-testing

Last synced: 05 Apr 2026

https://github.com/vivek290100/judgexpert-backend

Scalable backend using Repository Pattern and SOLID principles. Implemented real-time execution, authentication, Stripe webhooks, and Redis. Deployed with CI/CD on AWS EC2, S3, Nginx, and Cloudflare

brevo redis-cache repository-pattern s3-buckets solid-principles unit-testing webhook

Last synced: 19 Apr 2026

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

https://github.com/simone-sanfratello/tollo

javascript testing library AAA schema

bdd engine javascript nodejs tdd test testing unit-testing

Last synced: 19 Apr 2026

https://github.com/chayan2024/dogtestapp

A simple DogTestApp app in jetpack compose with list of Dog Breeds and Details page.

dagger-hilt espresso-tests flowapi instrumentation-tests jetpackcompose mvvm-architecture solid-principles unit-testing

Last synced: 04 Jun 2026

https://github.com/dzy321/docker-mysql-driver

docker mysql driver for unit test

mysql node unit-testing

Last synced: 20 Apr 2026

https://github.com/levieyal/oop-course-exercises

The first exercises in the OOP in Java and python course that took place in the first semester of 2021

docs git github graph-algorithms interfaces numpy python solid-principles unit-testing

Last synced: 20 Apr 2026

https://github.com/janhesters/riteway-testing-library

Example setup of RITEway with Testing Library.

nextjs reactjs riteway tape testing-library unit-testing

Last synced: 20 Apr 2026

https://github.com/adamsolimancs/tic-tac-toe

Javascript visual tic tac toe game that runs in the terminal. The user takes turns playing against the computer until the game ends.

javascript modules nodejs npm unit-testing

Last synced: 20 Apr 2026

https://github.com/nir3x/markuplanguageparser.cpp

MarkupLanguageParser.cpp - Simple C++ Parser for Markup Language

c-plus-plus cpp markup-language parser parsing tree-structure unit-testing

Last synced: 04 Jun 2026

https://github.com/ron96g/supertest-docs

A plugin for supertest that can be used to document REST APIs. It is influenced by the Spring-Boot solution restdocs.

automation docs documentation markdown node restdocs supertest unit-testing

Last synced: 20 Apr 2026

https://github.com/kilemonn/mock-all

A test mock utility library built on top of Mockito to simplify context configuration for test classes.

auto-mocking java jitpack kotlin mocking mockito test-context unit-test-context unit-testing

Last synced: 20 Apr 2026

https://github.com/actionanand/angular-tetsing-1

This is about the basics of angular unit tests

angular angular8 jasmine testing unit-testing

Last synced: 20 Apr 2026

https://github.com/tiibuturner/triangletest

One of our assignments in Ohjelmistotestaus (Software Testing). Assignment was to make a test which declares what kind of an triangle are we talking about. There is also an deliberation about the subject (enough tests, what to consider in a testing). Deliberation is (unfortunately) only in Finnish.

python unit-testing

Last synced: 05 Jun 2026

https://github.com/janascher/calculadora-unit-tests-iterasys

Projeto de calculadora com testes unitários em Jest, desenvolvido durante o curso "Formação em Teste de Software" da Iterasys, demonstrando TDD e DDT.

jest unit-testing

Last synced: 21 Apr 2026

https://github.com/paulkastel/03-ageinseconds

Another program from programming challanges list 1.4. Calculates the difference in time between today and entered date by user. Written in C# with TDD process and YAGNI principle.

c-sharp datetime programming-challenges time unit-testing wpf

Last synced: 21 Apr 2026

https://github.com/shaikrasheed99/go-testing-greet

Testing the Greet functionality with Unit tests, Subtests and Table-driven tests.

go golang subtests table-driven-test tdd tdd-golang unit-testing

Last synced: 05 Jun 2026

https://github.com/drcbeatz/discounts

Python module for identifying dealer discount codes, calculating dealer cost, customer price & profit margin.

ci github-actions parametrized-tests pipenv pytest python unit-testing

Last synced: 21 Apr 2026

https://github.com/zavierferodova/cinema-catalogue

Cinema Catalogue App Using Android Jetpack Component | Dicoding Belajar Android Jetpack Pro Final Submission

android dicoding dicoding-submission instrumentation-testing jetpack-android kotlin-android unit-testing

Last synced: 21 Apr 2026

https://github.com/lauriecai/recipez-ios-app

Recipez is a simple app that displays a list of baked goods from around the world.

concurrency filemanager mobile mvvm-architecture swiftui unit-testing

Last synced: 21 Apr 2026

https://github.com/giri7a/bank-account-management-system

Experience streamlined account management with this Java-based system. From creating and managing accounts to facilitating secure transactions, it boasts a robust testing framework ensuring reliability and thread-safe operations, all encapsulated within a single package.

build-automation concurrency-control concurrenthashmap java junit maven oops synchronization unit-testing

Last synced: 22 Apr 2026

https://github.com/sakapon/klibrary.testing

A library for unit testing using MSTest.

mstest testing unit-testing

Last synced: 24 Apr 2026