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/rustam-tolipov/unit-test-practice

Learn how to create and solve the unit test. This repository is made for practice purposes on coding challenges. Also, you can find out how many coding challenges I have solved here, for starting actually πŸ˜‰

javascript unit-testing

Last synced: 29 Mar 2025

https://github.com/karenpayneoregon/dotnet-vbnet-unit-testing

A place to learn unit testing with VB.NET

unit-testing vbnet

Last synced: 23 Mar 2025

https://github.com/mokkapps/jasmine-test-selector

Visual code extension to list and select jasmine tests

describe it jasmine jasmine-tests test testing unit-test unit-testing vscode vscode-extension

Last synced: 18 Feb 2025

https://github.com/hazae41/asn1

Zero-copy ASN.1 and DER coding 🏎️

asn1 browser decoding der encoding esmodules javascript nodejs parser typescript unit-testing zero-copy

Last synced: 19 Apr 2025

https://github.com/piotr-kalanski/spark-local

API enabling switching between Spark execution engine and local fast implementation based on Scala collections.

scala spark unit-testing

Last synced: 07 Apr 2025

https://github.com/razonyang/swoole-unit

The unit test helpers for Swoole

swoole unit-test unit-testing

Last synced: 13 Mar 2025

https://github.com/gustavofreze/mutation-test-kotlin

Teste de mutaΓ§Γ£o em Kotlin usando Pitest.

kotlin mutation-testing pitest unit-testing

Last synced: 16 Mar 2025

https://github.com/fmontes/file-browser-ngrx

A File Browser app with @angular and @ngrx for state management

angular fmonteslab frontend javascript ngrx rxjs statemanagement unit-testing

Last synced: 29 Apr 2025

https://github.com/olegweremyew/social_network

React + TypeScript + Redux + Uni-tests

react redux social-network typescript unit-testing

Last synced: 15 Mar 2025

https://github.com/cdhunt/testing

A unit test runner for PowerShell

testing unit-testing

Last synced: 02 Apr 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/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: 01 Feb 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/hustcc/jest-expect

πŸƒπŸ˜‚ Make jest expect more convenient.

assertion expect jest jest-extended unit-testing

Last synced: 08 Apr 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: 28 Jan 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/mcascone/test-jenk-unit

My journey into the land of Jenkins Pipeline Unit Testing.

declarative-pipeline groovy jenkins powershell unit-testing

Last synced: 15 Apr 2025

https://github.com/benscabbia/autoname.xunit

An xUnit extension to dynamically generate human readable test names.

c-sharp unit-testing xunit

Last synced: 30 Mar 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: 29 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: 18 Mar 2025

https://github.com/tomavic/angular-philosophies

🧘 Things I think about when I write Angular code 🧘 inspired by React Philosophies

angular angular-ssr e2e e2e-testing ngrx redux redux-toolkit rxjs ssr state-management typescript unit-testing

Last synced: 11 Feb 2025

https://github.com/dylibso/xtp-test-go

A Go test framework for xtp / Extism plugins.

extism plugins testing unit-testing wasm webassembly

Last synced: 31 Mar 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: 14 Feb 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/esraa-ragab7/natask

MVVM + RxSwift + Unit testing

mvvm rxswift unit-testing

Last synced: 02 Apr 2025

https://github.com/thibaudcolas/unit-test-workshop

Unit testing 101 workshop, in JavaScript with Jest (via create-react-app).

javascript jest unit-testing workshop

Last synced: 05 Apr 2025

https://github.com/meyskens/continuous-ino

continuous integration for Arduino

arduino ci unit-testing

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

https://github.com/asif-faizal/informed

Informed is a News app built with Flutter's Test-Driven Development (TDD) and Clean Architecture with 49 tests. It focuses on modularity, testability, and maintainability by organizing the app into distinct layers: presentation, domain, and data. The project ensures high code quality through comprehensive testing and best practices.

bloc clean-architecture ui-testing unit-testing

Last synced: 08 May 2025

https://github.com/jl-/tupe

Generic unit-testing runner for front-end.➰

ava front-end puppeteer test testing unit unit-testing

Last synced: 15 Mar 2025

https://github.com/stakx/dissecting-moq4

An experiment in reducing Moq 4 to a smaller set of core features by removing "convenience" features one after another, and documenting the process along the way.

architecture documentation dotnet dotnet-core internals mock mocking mocking-library moq net45 netstandard20 software-architecture unit-testing

Last synced: 15 May 2025

https://github.com/reyguillaume/bus-gestion-app

DΓ©veloppΓ©e pour l'entreprise Go'bus, cette application a pour but d'informatiser et de centraliser leurs processus administratifs.

back-end cicd css front-end github-actions javascript jest mysql php unit-testing

Last synced: 17 Mar 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/bluedotbrigade/daten-lokator

Streamline your automated .NET tests: load the right input with 1 line of code.

csharp dotnet tdd testing testing-framework unit-testing

Last synced: 20 Dec 2024

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/theryansmee/jest-mocking-like-a-pro

Mocking data like a pro (Jest & Angular tutorial)

angular jest mocking tutorial unit-testing

Last synced: 26 Mar 2025

https://github.com/abhirockzz/junit-sample-project

simple example for JPA unit testing

javaee jpa junit unit-testing

Last synced: 07 Apr 2025

https://github.com/akshit8/go-mongodb

The all-in-one guide for using Mongodb with Go.

ci go mongodb unit-testing

Last synced: 06 Mar 2025

https://github.com/rubberduck203/shunit2examples

Spike to see how hard it would be to TDD Bash scripts

bash shunit2 unit-testing

Last synced: 23 Mar 2025

https://github.com/winterpuma/bmstu_testing

bmstu, IU7-7, ВСстированиС ΠΈ ΠžΡ‚Π»Π°Π΄ΠΊΠ° ПО (2020)

7term bmstu e2e-tests iu7 testing unit-testing

Last synced: 06 Mar 2025

https://github.com/loay-ashraf/MVVM-Testing-Example

An example of testing MVVM application (both Unit and UI) using XCTest framework.

mvvm tdd ui-testing unit-testing

Last synced: 11 Mar 2025

https://github.com/mackenzie-high/unit_test_c

A nano unit testing framework for C

c framework minimalistic unit-testing unlicense

Last synced: 04 Mar 2025

https://github.com/flandrade/express-typescript-scaffolding

An opinionated scaffolding: Express + TypeScript + Sequelize

express factory linter scaffolding sequelize starter tests typescript unit-testing

Last synced: 16 Mar 2025

https://github.com/mjetpax/80sMixtapeAPI

The 80's mixtape API is a fun application that creates mixtapes of top pop hits from the 1980s!!

api docker docker-compose go golang postgresql unit-testing

Last synced: 11 Mar 2025

https://github.com/akitsu-sanae/yurusanae

C++ header only testing library

cpp header-only unit-testing

Last synced: 11 Mar 2025

https://github.com/elyse502/alx-backend-javascript

Utilizing JavaScript in backend development to create scalable applications.

javascript nodejs typscript unit-testing

Last synced: 15 May 2025

https://github.com/baralmanish/easy-travel-node-graphql

GraphQL api build on top of node. Techs used: Docker, PostgreSQL

docker graphql node postgresql typescript unit-testing

Last synced: 06 Mar 2025

https://github.com/sucodelarangela/ruby-practices

Houve uma Γ©poca em que eu nΓ£o tinha muito o que fazer, entΓ£o resolvi estudar Ruby e testes unitΓ‘rios.

rspec ruby unit-testing

Last synced: 14 Mar 2025

https://github.com/kanch231004/TwitterDemo

This app demonstrates Paging3 with clean architecture using Kotlin and MVVM pattern. Please star the repository if you find it helpful.

android-application clean-architecture flows hilt-android kotlin-coroutines mvvm-architecture paging-library-in-android paging3 system-design unit-testing

Last synced: 11 Mar 2025

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

Serializer to display React Helmet data in Jest Snapshots

jest jest-snapshots react react-helmet seo side-effects snapshot-testing unit-testing

Last synced: 14 Dec 2024

https://github.com/lllucius/skilltest

Command line Alexa skill tester

alexa avs server skill testing unit-testing unittest voice

Last synced: 11 Mar 2025

https://github.com/Martin-BG/SoftUni-JavaScript-Advanced

JavaScript Advanced course at SoftUni - Oct 2018

course dom javascript jquery softuni unit-testing

Last synced: 11 Mar 2025

https://github.com/arfnsamsul/react-native-testing-sample

sample code of unit testing, snapshot testing, & code coveragw

code-coverage enzyme jest react react-native snapshot-testing testing unit-testing

Last synced: 11 Mar 2025

https://gitlab.com/johnsonjh/leaktestfe

leaktestfe: A convenience library and front-end for Uber goleak.

go golang goleak goroutines leak-detection testing unit-testing

Last synced: 11 Mar 2025

https://github.com/mmellado/react-tdd-example

Example of how to build a react component using TDD

javascript tdd unit-testing

Last synced: 15 Mar 2025

https://github.com/Bredalis/PyTest

🐍 Testing's librery for Python 🐍

framework librery programming-language pytest python testing unit-testing

Last synced: 11 Mar 2025

https://github.com/mtpontes/blog-san-api

Blog-san is a blog API, where users can create posts, comments and reply to comments.

integration-testing jwt-token rest-api spring-boot spring-security test-containers unit-testing

Last synced: 23 Mar 2025

https://github.com/kaosdev/test-decorators

Typescript decorators for developing framework agnostic tests

decorators jasmine jest mocha testing typescript unit-testing

Last synced: 05 Apr 2025

https://github.com/NashTech-Labs/kafka-unit-testing.g8

A Sample application of Kafka Producer/Consumer API and its unit testing using Embedded Kafka.

embedded-kafka kafka kafka-consumer kafka-producer unit-testing

Last synced: 11 Mar 2025

https://github.com/dotnet-labs/ControllerUnitTests

Unit testing Controllers with ClaimsPrincipal | User | Identity | Claims

claims controller credentials dotnet dotnet5 dotnetcore identity unit-testing unittest user

Last synced: 11 Mar 2025

https://github.com/tkraak/intro-unit-test

:circus_tent: Workshop: Intro to unit testing with AVA

ava javascript learn testing unit-test unit-testing

Last synced: 05 Apr 2025

https://github.com/harsh8088/flutter-test-app

unit, integration test

flutter flutter-test unit-testing

Last synced: 21 Mar 2025

https://github.com/rtmigo/tempground_py

Quick creation of temp projects during unit testing

ci integration-testing process shell stderr stdout temp temporary-directory testing unit-testing

Last synced: 14 Mar 2025

https://github.com/yassercoder/lightwave-ecommerce-website

LIGHTWAVE is an online store that specializes in selling electrical supplies. build with React,ReactQuery & Supabase

css-modules javascript react react-query react-router react-testing-library supabase tailwind-css unit-testing vite vitest

Last synced: 22 Mar 2025

https://github.com/donaldkellett/flask-ping-server

A Flask microservice complete with a fully automated DevOps pipeline

cicd continuous-delivery devops docker flask kubernetes python3 unit-testing

Last synced: 27 Feb 2025

https://github.com/palashmon/learn-mocha-chai

Learning about Unit Testing our JavaScript code using Mocha and Chai

chai examples learning mocha unit-testing

Last synced: 16 Mar 2025

https://github.com/dilermando-lima/spring-boot-complete-unit-test

Project covers how to test api rest springboot with mockito and junit5

example-project java mockito spring-boot unit-testing

Last synced: 14 Mar 2025

https://github.com/serhatpolat/github-user-search-app

React.js - TypeScript - Unit Testing - GitHub REST API - Responsive UI - CSS Animations - Semantic HTML

css-animations github-api react react-testing-library responsive-design semantic-ui typescript unit-testing

Last synced: 25 Feb 2025

https://github.com/haloapping/dsa

Karena stress sama TA yang gak beres-beres, saya akhirnya gabut mempelajari kembali algoritma dan struktur data. Dan akhirnya saya makin pusing :)

algorithms-and-data-structures pusing python3 stress tdd unit-testing

Last synced: 24 Feb 2025

https://github.com/msadeqsirjani/watchlister

🎬 A simple movie search app, built with .NET 7, Vertical Slice Architecture and using TMDB APIs and YouTube APIs for searching and details of the movies.

builder-pattern c-sharp clean-architecture cqrs decorator-pattern docker docker-compose dotnet integration-testing kubernetes mediator-pattern tmdb-api unit-testing vertical-slice-architecture youtube-api

Last synced: 03 Apr 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: 20 Feb 2025

https://github.com/lenin-anzen/javascript-unit-testing

Pruebas unitarias con Karma, Jasmine, Mocha, Jest, Chai...

chai jasmine javascript jest karma mocha unit-testing

Last synced: 01 Mar 2025