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/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/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/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/vensas/testing-playground

Showcase several ways to test modern applications by example of a .NET service and a React SPA.

accessibility-testing axe-core integration-testing jest playwright react-testing-library testcontainers unit-testing xunit

Last synced: 07 May 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/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/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/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/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/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/fgvn/codebrdg_tt

This .NET API provides endpoints for adding and retrieving data,

api-rest cqrs dotnet mssql repository unit-testing unitofwork

Last synced: 27 Jan 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/dr1n/porjatinet

Parser and viewer for http://www.porjati.net/

caliburn core csharp dotnet hap parsing scraper unit-testing webview wpf xunit

Last synced: 07 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/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/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/bodiali/blog-api-client

This platform is designed for readers to explore and interact with blog posts through RESTful API architecture. The Log Blog ensures seamless content delivery and engagement. As a reader, you can browse posts, and leave comments all through a dynamic and responsive interface powered by modern web technologies.

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

Last synced: 13 Jun 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/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/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/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/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/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/pawlovskiii/parser-formatted-string-binding-for-cpe-2.3

The task is about writing your parser Formatted String Binding for CPE 2.3. The key thing about the project is the correctness of the inputted string CPE. I firmly focused on various validations including regex to test them within unit tests nextly.

json list-comprehension modules pytest python python-sys regex unit-testing

Last synced: 07 May 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/hipparchus2000/personalspendinganalysis

[Finished] C# Windows Forms Application for analysing my personal spending (code is free on Gitlab) written in 27 hours including SQL back end, PDF reporting, Charting, Json export, Data Mining. UnitTests, DI, fakeRepo for testing. Adding WebApp implementation.

c-sharp charts dependency-injection pdf-generation sql sql-server unit-testing windows-forms

Last synced: 07 May 2026

https://github.com/space-code/objects-factory

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

swift unit-testing

Last synced: 13 Jun 2026

https://github.com/mairess/project-js-unit-tests

Utilizando o módulo Jest do NodeJS, a meta é escrever testes que verifiquem o funcionamento adequado das funções.

es6 jest jest-tests unit-testing

Last synced: 07 May 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/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/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/ryangoodwindev/mcwrapper.cli.tests

Unit tests for proofing the MCWrapper.CLI project.

mcwrapper-cli unit-testing

Last synced: 13 Oct 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: 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/iagoantunes/habits

:notebook: Mobile App developed in Flutter and Firebase that allows the control of monthly habits. Unit tests, firestore database

dart firebase firestore flutter unit-testing

Last synced: 07 May 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/mamaz/tdd-example

Example on how to do Test Driven Development

python tdd unit-testing

Last synced: 01 Feb 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/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: 14 Mar 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/everythingfunctional/vegetables

For a healthier code base, eat your vegetables

fortran testing unit-testing

Last synced: 01 Feb 2026

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/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/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/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/vrudas/software-testing-examples

An educational project to teach students how to test their application code

code-testing java junit5 tdd unit-testing

Last synced: 10 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/silvestrevivo/testing-notetoself

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

enzyme jest reactjs second udemy-tutorial unit-testing

Last synced: 08 May 2026