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/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: 16 Jun 2026

https://github.com/durrezahmed/accenture-virtual-internship

This repository contains the submitted files of the various tasks assigned by Accenture Nordics Developer Virtual Internship.

accenture ai iam internship python uat unit-testing

Last synced: 17 Jun 2026

https://github.com/waikato-datamining/wai-test

Python library for unit tests.

python unit-testing

Last synced: 18 Jun 2026

https://github.com/whiteshadow1234/flutter_widget_and_unit_test

An example of how to do unit test and widget test in flutter

flutter-app unit-testing widget-testing

Last synced: 20 Jun 2026

https://github.com/ionutpetre/proiect-cts

Aplicatie java pentru a rula teste automate

java unit-testing

Last synced: 22 Jun 2026

https://github.com/shishir-dey/rust-samples

A repository to demonstrate basic Rust language programs

ci-cd-pipeline github-actions rust-lang system-programming unit-testing

Last synced: 30 Apr 2026

https://github.com/hussein-m-kandil/odin-where-is-waldo

A web-based "Where's Waldo" game built with Angular as part of studying the Node.js course at The Odin Project.

angular angular-cli angular-testing-library angular2 asychronous frontend fullstack game game-development jest-dom jsdom rxjs tailwindcss testing-library tyepscript unit-testing user-event vitest

Last synced: 30 Apr 2026

https://github.com/damirscorner/20230929-dotnet-moq-exclude-verify

Sample project for 'Exclude setup from verifying in Moq' blogpost

dotnet moq unit-testing

Last synced: 01 May 2026

https://github.com/karenpayneoregon/indexes-ranges-csharp

C# 8 indexes and ranges code samples

csharp indexes ranges unit-testing visual-studio

Last synced: 01 May 2026

https://github.com/autofixture/autofixture.autorhinomocks

AutoFixture.AutoRhinoMocks is a .NET library that integrates AutoFixture with Rhino Mocks, transforming it into an auto-mocking container.

autofixture automocker dotnet mocking rhinomocks unit-testing

Last synced: 01 May 2026

https://github.com/ecampidoglio/autofixture-demo

An example of how to use AutoFixture to write readable and maintainable tests.

autofixture demo test-driven-development unit-testing

Last synced: 08 Jun 2026

https://github.com/safafa/testing_practice

This is a practice exercises for testing javascript functions with Jest.

javascript jest unit-testing

Last synced: 01 May 2026

https://github.com/mogluiz/brand-vue-store

Brand Vue Store is a watch store being developed with vueJS, Nuxt, Vue Test Utils, Jest and Cypress.

e2e-tests integration-testing nuxtjs unit-testing vuejs

Last synced: 01 May 2026

https://github.com/emilio-v/counter-app

Counter app with unit tests

react unit-testing

Last synced: 01 May 2026

https://github.com/coelhoreinaldo/js-unit-tests

Project in which I was responsible for developing specific functions and tests.

jest tdd unit-testing

Last synced: 01 May 2026

https://github.com/actionanand/angular-testing

Angular Testing Repo - A complete guide to Angular Unit Testing and E2E Testing

angular angular12 jasmine local-server proxy proxy-server testing unit-testing

Last synced: 01 May 2026

https://github.com/srodriguezamarillo/milkyroutes

MilkyRoutes es un proyecto en Java que utiliza algoritmos avanzados y estructuras de datos para optimizar rutas en la distribución de productos lácteos. Utiliza un grafo para representar las conexiones y aplica algoritmos de caminos mínimos para encontrar las rutas óptimas.

advanced-java algo avl-tree data-structures dijkstra graph-theory hashing java junit maven optimization route-planning shortest-paths unit-testing

Last synced: 02 May 2026

https://github.com/virtualbrainlab/automated-unit-testing-demo

Demo repo for automated unit testing in Python. Use this as a reference for how to perform unit tests in Python and have GitHub Actions run them.

github-actions python unit-testing

Last synced: 02 May 2026

https://github.com/germanmorini/api-test-unitarios-crud

Ejemplo de pruebas unitarias para una aplicación CRUD

docker h2-database hibernate java jpa junit spring unit-testing

Last synced: 02 May 2026

https://github.com/puntorigen4u/checki

Checki is an AI-powered CLI tool that intelligently generates complete unit tests for your React components. Using advanced AI techniques, it understands your components and creates comprehensive Jest tests, reducing manual work and enhancing your testing efficiency.

ai automation cli cli-tool developer-tools javascript jest react react-testing test-generation testing-tools unit-testing

Last synced: 02 May 2026

https://github.com/matiasjastrebow/tp-tadp-metaprogramacion

Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024

metaprogramming mocking reflection rspec ruby spies testing unit-testing

Last synced: 02 May 2026

https://github.com/damirscorner/20210108-ng-component-level-test

Sample project for "Component-level services in Angular and testing" blogpost

angular dependency-injection jasmine unit-testing

Last synced: 02 May 2026

https://github.com/rurfy/urlx

Laravel 12 URL shortener with click tracking, QR codes, stats, tests, and CI/CD

ci-cd laravel php postgresql qr-code rest-api sqlite unit-testing url-shortener web-app

Last synced: 02 May 2026

https://github.com/yogiex/unit-testing-practice

belajar unit testing menggunakan library mochajs

api-server backend-server chai chai-http javascript mocha-tests nodejs unit-testing

Last synced: 02 May 2026

https://github.com/muzammil-git/flutter_test_suite

Performed unit, widget & integration testing.

flutter integration-testing unit-testing widget-testing

Last synced: 03 May 2026

https://github.com/rogozhka/go-generate-mockgen

Small wrapper to simplify gomock generation. Automatically infers interface names and file paths after you place the same (!) go:generate expression for all the occurences. Eliminates the need to manually specify 5 generation parameters. ⌨️ Reduces boilerplate code and minimizes errors. 🎸 Charged for good test coverage :)

bash-script go-generate gomock unit-testing

Last synced: 03 May 2026

https://github.com/foldermaster/functioncalculationwpfapp

WPF app for calculation of function values.

completed csharp unit-testing wpf

Last synced: 03 May 2026

https://github.com/ysocrius/django-credit-approval

Django-based REST API for automated credit approval and loan management with PostgreSQL, Redis, Celery, and Docker. Features credit score calculation, loan eligibility assessment, interest rate correction, and comprehensive API documentation with Swagger/OpenAPI integration.

api-documentation banking celery containerization credit-approval credit-scoring django django-rest-framework docker docker-compose financial-services fintech loan-management postgresql python redis rest-api risk-assessment swagger-ui unit-testing

Last synced: 09 Jun 2026

https://github.com/damirscorner/20220617-dotnet-ignored-assertions

Sample project for 'Ignored failing assertions in mock callbacks' blogpost

dotnet moq unit-testing

Last synced: 04 May 2026

https://github.com/codeofnode/allrounder

It validate everything. From rest call to dbvalidation to system commands to unit tests. Just almost everything.

command db mocha-tests rest-api testing unit-testing

Last synced: 04 May 2026

https://github.com/leotm/admin

My successful MVP solution to a coding exercise to create an admin view for new user data.

admin-dashboard angular5 bootstrap4-beta2 coding-exercise crud hapi karma-jasmine nodejs scss typescript unit-testing user-management

Last synced: 04 May 2026

https://github.com/andresweitzel/microservice_openweather_nodejs_jest_aws

Microservice for the integration of the Open Weather API with focus on unit and integration tests implementing Nodejs, Jest, Serverless-framework, aws-lambda, api gateway, git, others.

api-gateway aws-lambda git integration-testing jest jest-tests nodejs serverless-framework unit-testing

Last synced: 05 May 2026

https://github.com/paulshpilsher/internal-transfers

POC Go microservice for internal account management and money transfers. REST API, PostgreSQL, Iris web framework, and robust decimal handling for financial safety. Includes Docker support, unit tests, and clean layered architecture.

docker docker-compose go golang iris postgres transactions unit-testing

Last synced: 05 May 2026

https://github.com/cba85/jest-jwt-auth-tests-example

🎓 Jest tests example for a API using JWT authentication (register, login)

api bcryptjs express integration-testing jest jwt supertest unit-testing zod-validation

Last synced: 05 May 2026

https://github.com/neofoxxo/high-street-gym

A gym website with a Blog and XML functionality. Built with Next.js, MySQL, React, Tailwind CSS, and DaisyUI.

daisyui e2e-testing mysql next-auth nextjs13 react unit-testing xml-parsing

Last synced: 05 May 2026

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: 06 May 2026

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

Unit-testing/React excercise developed with Jest + Enzyme, following the the Udemy tutorial from @15Dkatz

enzyme jest reactjs third udemy-tutorial unit-testing

Last synced: 06 May 2026

https://github.com/123mwanjemike/test-driven-development

A Test Driven Development(TDD) learning and practice repository working with factorials and fibonacci series

chai factorials fibonacci mocha mocha-chai mocha-tests tdd unit-testing

Last synced: 06 May 2026

https://github.com/bodiali/blog-api-cms

This platform is for users to author, edit, and create blog posts through RESTful API architecture.

context-api crud react react-router tinymce unit-testing user-authentication

Last synced: 06 May 2026

https://github.com/cristimanolache28/employee-performance-tracker

A backend system built with Spring Boot for managing employees, performance evaluations, and skill progression within an organization.

authentication authorization integration-testing java junit jwt management-system maven mockito mysql opensource performance-tracking rest-api security skills-management springboot unit-testing

Last synced: 06 May 2026

https://github.com/eslamdyab21/world-temperatures-history-analysis

Analysis of history of temperatures of the world in around 270 years

analysis data-engineering etl knime pandas python unit-testing

Last synced: 06 May 2026

https://github.com/sultanalieva-s/discourse

A service for sharing and discussing articles.

django-rest-framework docker docker-compose python unit-testing

Last synced: 07 May 2026

https://github.com/wesleysbmartins/node_test

Jest é um framework de teste unitário de código aberto em JavaScript criado pelo Facebook a partir do framework Jasmine. Jest é uma das ferramentas de teste unitário mais difundidas dentro da comunidade de JavaScript. Aqui vamos explorá-lo usando uma aplicação Node em Typescipt.

jest nodejs npm test typescript unit-testing

Last synced: 07 May 2026

https://github.com/edcsu/vue_test_project

This is a sample test project using mocha+chai+sinon to test mixins

mocha mocha-chai-sinon mocha-webpack unit-test unit-testing vue-cli vue-test-utils vuejs2

Last synced: 07 May 2026

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

Angular proyect with Jest as JavaScript testing framework

angular jest karma testing unit-testing

Last synced: 07 May 2026

https://github.com/faisalazam/ynami

YNaMi -> Why Not Me: Template project to help with future projects. It aims to provide a template with web layout, database, database migrations, testing, feature toggles, security etc.

database-migrations feature-flags gherkin html-css-javascript integration-testing java jquery security spring-boot unit-testing web-layout

Last synced: 07 May 2026

https://github.com/abraojr/beer-stock-api

A beer stock API with Spring-Boot developed for unit testing

api-rest hamcrest-matchers junit5 mockito spring-boot unit-testing

Last synced: 07 May 2026

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

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

django django-rest-framework python unit-testing

Last synced: 01 May 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/abhivaikar/vanillacheck

A vanilla and simple test runner written in Java for writing automated tests.

java test-automation unit-testing

Last synced: 01 May 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/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: 01 May 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/killerasus/gocalc

The purpose of this Calculator is to practice unit testing in Go

codecov github-actions go golang tdd unit-testing

Last synced: 08 May 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/21hook/jest-interfaces

A jest unit testing demos

interfaces jest unit-testing

Last synced: 02 May 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/konsulting/exposer

Access non-public methods and properties on classes.

php reflection testing unit-testing

Last synced: 29 Jan 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/elfaaels/apptask

Flutter App - To Do List (Playgrounds: Provider, Shared Preferences, Unit Testing, Animations)

animation flutter provider-state-management sharedpreferences unit-testing

Last synced: 28 Jan 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/vb64/test.helper.flask

Class for autotests flask python apps

flask unit-testing

Last synced: 02 May 2026