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

A bare-bones unit testing framework.

haxe testing unit-testing

Last synced: 26 Oct 2025

https://github.com/marlon-couto/js-unit-tests

Implementação de funções e testes unitários usando JavaScript e a biblioteca de testes Jest

javascript jest unit-testing

Last synced: 09 Apr 2025

https://github.com/squiddev/omnomnom

An OCaml test runner inspired by Tasty

ocaml unit-testing

Last synced: 17 Oct 2025

https://github.com/primus-anonymous/atms-ios

OSM data based ATMs locator

alamofire cuckoo mvvm rxswift swift unit-testing

Last synced: 11 Mar 2025

https://github.com/hernandosebastian/rick-and-morty-wiki

Rick and Morty Wiki is a web app with a user-friendly interface. It fetches character data from the Rick and Morty API, utilizing caching for optimal performance. Built with HTML, CSS, Bootstrap and JavaScript, it follows a modular architecture, employing ES modules, entities, mappers, and services. Includes Jest for testing.

bootstrap css entity esmodules html javascript jest-tests localstorage mapper netlify oop rickandmortyapi unit-testing wrapper

Last synced: 09 Apr 2025

https://github.com/sieep-coding/connect4

Connect 4 created using C and Raylib.

c header-files makefile raylib raylib-c shell-script unit-testing

Last synced: 03 Jul 2025

https://github.com/kralizek/fakerabbitmq

A library of fakes targeting the RabbitMQ .NET client

dotnest-standard dotnet dotnet-core dotnet-framework rabbitmq testing unit-testing

Last synced: 17 Mar 2025

https://github.com/sitholewb/usersapi

This is an API for registering and authenticating users. It uses JWT token and it supports different OAuth providers like Facebook, Google, etc

asp-net-core-api-starter aspnetcore dotnet dotnet-core facebook-oauth2 jwt jwt-bearer-tokens jwt-claims nunit-tests oauth-provider oauth-providers oauth2 unit-testing

Last synced: 17 Oct 2025

https://github.com/undecaf/angularjs-template

Vorlage für Projekte mit AngularJS und Angular Material

angularjs angularjs-material end-to-end-testing jasmine karma testcafe unit-testing

Last synced: 11 Mar 2025

https://github.com/saddamarbaa/software-testing

==> Software testing examples with Jest and also with (mocha and chai)

bdd-tests end-to-end-testing integration-test jest mocha-chai tdd-test unit-testing

Last synced: 12 Jun 2025

https://github.com/pranavh-2004/resumebuilder

An automated resume builder in Python that generates professional PDFs based on user data and customizable templates

automation cli developer-tools pdf-generation python reportlab resume-generator unit-testing

Last synced: 13 Oct 2025

https://github.com/filozoff/xctestextension

A collection of additional assertion methods for `XCTest` framework.

swift test tests unit-testing xctest

Last synced: 16 Mar 2025

https://github.com/siguici/vut

VUT is a lightweight framework for rule validation and unit testing in Vlang. Simplify code correctness checks, data validation, and unit testing in your V projects with this efficient tool.

assert assertions assurances ensure expect expectations filters sanitization sanitizers schema test-suite test-suites testing-framework unit-testing validation validators vlang vlang-package vut

Last synced: 28 Feb 2025

https://github.com/c0zen/wiki

Just a bunch of stuff about Front-End stuff to help me (and maybe you) to have access to good pratices, reminders and snippet.

angular css front-end protip reminders sass unit-testing wiki

Last synced: 09 Apr 2025

https://github.com/tidev/titanium-karma-client

Karma test runner client for Titanium

karma npm-package testing titanium unit-testing

Last synced: 10 Oct 2025

https://github.com/corentinth/vscode-test-pilot

Automatically generate test base templates for JavaScript and TypeScript functions.

extension jest mocha template test unit-testing vitest vscode vscode-extension

Last synced: 07 Apr 2025

https://github.com/cod-e-codes/love2d-testgame

A Love2D survival game featuring procedural world generation, enemy AI, and dynamic gameplay mechanics.

2d-game enemy-ai game-development game-testing indie-game love2d lua lua-testing procedural-generation survival-game test-coverage unit-testing

Last synced: 06 Oct 2025

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

An example project to show how we can implement a model to simplify form validation

data swift unit-testing validator

Last synced: 16 Mar 2025

https://github.com/eneas-almeida/customer-clean-architecture

📜 Guia Clean Architecture, elaborado por Enéas Almeida com o principal objetivo de facilitar os repasses de informações à equipe.

clean-architecture conventional-commits ddd docker docker-compose jest kafka makefile mongoose nodejs redis typescript unit-testing

Last synced: 12 Oct 2025

https://github.com/iagoantunes/mygoals

:blue_book: Simple app for setting and tracking your goals, allowing you to add amounts gradually until completion. [Flutter,Asp.Net]

asp-net flutter flutter-bloc unit-testing

Last synced: 09 Oct 2025

https://github.com/kulloveth/cardinfofinder

An application that will accept input from a user via soft input keyboard or recognize them from images and display their card details

coroutines dagger-hilt espresso-tests livedata mockito mvvm-architecture ui-testing unit-testing viewmodel

Last synced: 24 Oct 2025

https://github.com/ceddlyburge/unit-testing-calculations

Companion repository for "How to Make Calculation Tests Simpler and More Expressive with These New Refactorings" article

calculations expressive-coding patterns refactoring unit-testing

Last synced: 28 Apr 2025

https://github.com/nicolab/crystal-testify

Testing utilities for Crystal lang specs. OOP abstraction for creating unit and integration tests.

crystal crystal-lang integration integration-testing spec test unit-testing xunit

Last synced: 25 Mar 2025

https://github.com/esraa-ragab7/natask

MVVM + RxSwift + Unit testing

mvvm rxswift unit-testing

Last synced: 02 Apr 2025

https://github.com/hisoka37/unit-testing

Practical tests for JavaScript functions using the Jest library.

javascript jest testing unit-testing

Last synced: 02 Apr 2025

https://github.com/farshaddavoudi/chargingassignment.withtests

Comprehensive assignment project showcasing best testing practices and methodologies, featuring robust unit, integration, and end-to-end tests. This project involves developing an API for a simplified smart charging domain. Includes CRUD operations for Groups, Charge Stations, and Connectors with strict adherence to functional requirements.

api bogus c-sharp clean-architecture cqrs-pattern end-to-end-testing fluent-assertions integration-testing moq-framework onion-architecture unit-testing xunit

Last synced: 05 Jul 2025

https://github.com/willacosta/flutter_image_test_utils

Provides an easier and simple way to test flutter network images

dart flutter flutter-test image-utils unit-testing

Last synced: 25 Mar 2025

https://github.com/codecaiine/testing-practice-jet-js

This project is a practical test for JavaScript functions using the Jest library. It follows the AAA pattern to make the tests easier for other developers to read and understand. TDD approach was also practiced. This project is in line with Microverse requirements on unit testing.

javacript jest tdd testing unit-testing

Last synced: 17 Oct 2025

https://github.com/devmunyi/blog-app

The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

authentication authorization cancancan devise gitflow integration-testing model-spec mvc-architecture postgresql request-specs rspec-rails ruby-on-rails unit-testing

Last synced: 25 Aug 2025

https://github.com/mchalapuk/fake-promise

:pray: Total control over when ES6 promises are resolved. Intended for use in unit tests.

es6-promise fake javascript mock promise resolve testing unit-testing

Last synced: 25 Oct 2025

https://github.com/bushmusi/my-catalog

In this project we have create a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your program's class structure.

linter oop pgsql ruby tdd unit-testing

Last synced: 26 Apr 2025

https://github.com/hustcc/jest-expect

🃏😂 Make jest expect more convenient.

assertion expect jest jest-extended unit-testing

Last synced: 12 Jun 2025

https://github.com/luontola/tdd-mooc-untestable-code

Exercise about unit testing legacy code

javascript kata legacy-code unit-testing

Last synced: 25 Apr 2025

https://github.com/sgrprmnk/swiggy

Design a class structure for a UNO game that allows multiple players to participate. The game should support the standard rules of UNO, including drawing cards, playing cards, skipping turns, reversing the direction of play, and declaring a winner

correctness java junit object-oriented-design unit-testing

Last synced: 20 Feb 2025

https://github.com/insight-architectures/unit-testing-csharp

This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.

autofixture csharp dotnet guide moq nunit3 unit-testing

Last synced: 16 Oct 2025

https://github.com/dansantander/trax

Rails app for helping you with keeping track of your tasks and fees per activity with no complications.

integration-tests postgresql rails5 rspec ruby unit-testing

Last synced: 08 Apr 2025

https://github.com/gustavohennig/simpledependencymanager

Simple Dependency Manager for Java, useful for small projects, Android Apps and Integration Tests

android dependency-injection inject java service-locator unit-testing

Last synced: 11 Mar 2025

https://github.com/maxicorrea/java-simple-calculator

This repository contains some practices on Testing using a simple calculator as a domain.

end-to-end-testing java practices swing-gui unit-testing

Last synced: 28 Feb 2025

https://github.com/hrkings/express-typescript-full-template

A full feature Express API template, including database, Babel toolchain and full testing support

api babel database dx express express-js hot-reload integration-testing javascript mocha postgres rest-api typescript unit-testing

Last synced: 05 Oct 2025

https://github.com/ra1nz0r/scheduler_app

Планировщик - возвращает следующую дату выполнения задачи в зависимости от переданных параметров её повторения.

cicd go restapi server sql sqlite3 taskfile unit-testing yaml

Last synced: 06 Sep 2025

https://github.com/rocker2102/todo-laravel

A simple app to learn the basics of Laravel 8 framework [Under Dev.]

blade-template-engine bootstrap-5 laravel-8 php-8 todoapp unit-testing

Last synced: 14 Jun 2025

https://github.com/pfpack/pfpack-unit-test

PrimeFuncPack Unit Test - a functional programming pack for .NET

csharp dotnet dotnet-core functional-programming unit-test unit-testing

Last synced: 01 Mar 2025

https://github.com/feathersui/openfl-utest-tools

Command line tools for running utest tests with OpenFL

cli haxe openfl unit-testing utest

Last synced: 16 Mar 2025

https://github.com/fortedigital/forte.functions.testable

In-memory orchestration for testing Durable Functions

azure-functions azure-functions-v2 durable-functions net-core unit-testing

Last synced: 20 Aug 2025

https://github.com/cdlm/st-st

SmallTest — SmallTalk unit tests, from scratch

pharo pharo-smalltalk smalltalk unit-testing

Last synced: 05 Apr 2025

https://github.com/imolein/gambiarra

A tiny lua unit-testing library. Mirror of

lua testing unit-testing

Last synced: 11 Mar 2025

https://github.com/goapt/gee-app

A golang application with complete unit testing

gee golang unit-testing

Last synced: 26 Mar 2025

https://github.com/yannickzahinda/space-travellers-hub

Space travellers hub is a website for space travelers allowing them to reserve a rocket for traveling, to join a mission, to leave it and to check their profile for rockets and missions recorded

javascript jsx-syntax reactjs redux-thunk redux-toolkit unit-testing

Last synced: 23 Apr 2025

https://github.com/tobuya/catalog_of_my_things

Here, we have created a console app that will help us to keep a record of different types of things we own: books, music albums, movies, and games. Built using Ruby.

postgresql rspec ruby unit-testing

Last synced: 14 Mar 2025

https://github.com/ilieschibane/projet-gl3_test-unitaire_simulation-ascenseur

An application to showcase how to use Unit Testing in java using Junit5

java junit5 software-engineering unit-testing

Last synced: 23 Mar 2025

https://github.com/fakiolinho/javascript-unit-tests-playground

This is a playground so i can run some javascript unit tests fast

babel es6 javascript jest mocha tape testing unit-testing

Last synced: 29 Mar 2025

https://github.com/agl0809/react-location-history-player

Display a heat layer on the map using your Google Maps Timeline history

es6 google-maps-api javascript react react-component react-google-maps reactjs unit-testing

Last synced: 26 Mar 2025

https://github.com/helpscout/jekyll-joule

Joule 🔸: A Jekyll library for Unit Testing

jekyll open-source unit-testing

Last synced: 14 Mar 2025

https://github.com/solenoden/unittestingdemo

A small demo Typescript Node app to demonstrate my knowledge of Unit testing with Mocha and Chai

chai mocha mocha-chai mocha-chai-test mocha-tests node-typescript nodejs typescript unit-testing

Last synced: 12 Sep 2025

https://github.com/mxschmitt/golang-tdd-example

Test driven development in Golang based on Martin Fowlers stack example.

golang simple tdd unit-testing

Last synced: 28 Mar 2025

https://github.com/tsbrandon1010/TestGenie

Automatically generate unit tests for your code.

ai llm testing-tool unit-testing

Last synced: 11 Apr 2025

https://github.com/mendixlabs/javaunittestreference

Reference implementation for unit testing custom Java actions using JUnit 5 and Mockito.

java mendix unit-testing

Last synced: 01 Jul 2025

https://github.com/randhir200/budgetbuddy

BudgetBuddy is a expense tracking application designed to help you monitor and manage your spending with ease. Built with a modern tech stack, this project leverages the strengths of HTML, CSS, JavaScript, React, Node.js, Express, MongoDB, and PostgreSQL to deliver a seamless and efficient user experience.

css docker express html javascript linux mongodb mongoose nginx nodejs pm2 postgresql react unit-testing

Last synced: 10 Apr 2025

https://github.com/alielderawi/geoassistant

A geofence-based reminder app built with Kotlin features clean architecture, robust testing, offline support, Firebase integration, best practices for permissions, reactive UI, and background updates using WorkManager.

accessibility android bindingadapter clean-architecture design-patterns firebaseui flow geofencing kotlin-android kotlin-coroutines map mvvm-architecture notifications reactive-programming reactive-ui reactiveui room test-automation testing unit-testing

Last synced: 15 Oct 2025

https://github.com/mihailgaberov/misc

This repo would contain any stuff that deserves to be preserved.

animations bangup bash css es6 html js misc tdd unit-testing

Last synced: 07 Jul 2025

https://github.com/wlsf82/jest-unit-testing

Projeto demo para a live 7 da playlist JavaScript para QAs do canal TAT no YouTube.

javascript jest js-para-qas talking-about-testing unit-testing

Last synced: 31 Mar 2025

https://github.com/nikitapanasevych/angular-shopping-cart

Online store project. FakeStoreAPI used for data, for development used: Angular, ngrx, rxjs, Angular-material, SCSS, unit tests with karma and jasmine.

angular angular-material karma-jasmine mobile-first ngrx responsive-web-design rxjs typescript unit-testing

Last synced: 11 Aug 2025

https://github.com/marschall/memoryfilesystem-junit-provider

A Memoryfilesystem based @TempDir provider for JUnit

filesystem inmemory junit junit5 unit-testing

Last synced: 13 Apr 2025

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

An example project to show how using custom request classes can lead to a more modular project that is easier to test

nsurlsession swift unit-testing url urlrequest

Last synced: 16 Mar 2025

https://github.com/contributte/tester

🧪 Nette Tester with extra horse power.

contributte integration-testing mocks nette tester testing unit-testing

Last synced: 22 Sep 2025

https://github.com/bhovhannes/jestor

Defines how Jest mocks should behave

implementation jest mock spy unit-testing

Last synced: 06 Apr 2025

https://github.com/bjoernq/kmockit

Kotlin friendly wrapper for JMockit

kotlin mocking unit-testing

Last synced: 22 Apr 2025

https://github.com/jsuyog2/express-sequelize-api

Express Sequelize API repository! This project is a robust and scalable RESTful API built using Express.js and Sequelize. It provides a clean and efficient backend solution for managing data and handling various API requests in a Node.js environment.

api api-development backend express expressapi expressjs expressjs-api jwt jwt-auth jwt-authentication jwt-token loginapi node nodejs postgresql role-based-access-control sequelize unit-testing

Last synced: 25 Jul 2025

https://github.com/hadichahine/cest

A traditional unit testing library for C.

c cest tdd test-driven-development testing unit-testing

Last synced: 28 Mar 2025

https://github.com/tebogoyungmercykay/concurrent-testing-framework

This project demonstrates the use of a custom multi-threaded testing framework to compare the performance of sequential and concurrent test execution. The framework uses custom annotations to specify the execution mode and order of tests.

annotations concurrent-synchronization gradle junit5 kotln runner testing unit-testing

Last synced: 22 Apr 2025

https://github.com/egorand/kotlin-unit-tests

Sample code for a workshop session called "Better Unit Tests with Kotlin"

junit kotlin unit-testing

Last synced: 20 Mar 2025