Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/alansastre/java-junit-mockito

Ejemplos de testing unitario con JUnit 5 y Mockito en Java.

java java11 java17 java8 junit junit5 mockito testing unit-testing

Last synced: 13 Jan 2025

https://github.com/vb-consulting/xunit.npgsql

XUnit Testing Suite for PostgreSQL Databases and .NET Standard 2.1

csharp dotnet netcore npgsql postgresql testing unit-testing xunit

Last synced: 07 Nov 2024

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

An example project looking at how we can use Core Data in our unit tests

coredata ios swift unit-testing

Last synced: 22 Nov 2024

https://github.com/christianhelle/autofaker

Python library designed to minimize the setup/arrange phase of your unit tests

python unit-testing

Last synced: 16 Nov 2024

https://github.com/pthom/cmake_registertest

cmake scripts for googletest / catch / doctest. Automatic tests registration, even inside library code.

catch cmake cmake-scripts cpp doctest googletest static-library unit-testing unit-tests

Last synced: 07 Nov 2024

https://github.com/vomnes/hypertube

This project proposes to create a web application that allows the user to research and watch videos. The player will be directly integrated to the site, and the videos will be downloaded through the BitTorrent protocol.

api bittorrent golang imdb javascript mongodb movies nodejs oauth sass streaming unit-testing vuejs websockets

Last synced: 22 Nov 2024

https://github.com/fluidtrends/savor

Make your Node Typescript unit testing a piece of cake.

bdd chai instabuljs javascript mocha nodejs nyc sinon tdd typescript unit-testing

Last synced: 07 Nov 2024

https://github.com/arakelian/docker-junit-rule

JUnit Rule for creating reusable Docker containers that live across JUnit test clases

apache docker java java-11 java-8 junit junit-rule unit-testing

Last synced: 01 Nov 2024

https://github.com/0xopenbytes/t

🧪 Quickly test expectations

ios swift testing unit-testing

Last synced: 06 Nov 2024

https://github.com/gaumala/kotlinsnapshot

Experimental Snapshot Testing in Kotlin

android gradle java kotlin snapshot-testing unit-testing

Last synced: 14 Dec 2024

https://github.com/joseluisq/karma-jasmine-typescript

Sample of Unit Testing using Karma, Jasmine and Typescript.

jasmine karma typescript unit-testing

Last synced: 24 Oct 2024

https://github.com/yshui/test.h

Header only C unit testing framework

c header-only unit-test unit-testing unit-testing-framework

Last synced: 30 Oct 2024

https://github.com/tebogoyungmercykay/python_api_development_booth_fastapi

FastAPI API Development Booth: A comprehensive repository showcasing best practices and examples for building robust and efficient API using FastAPI in Python.

alembic ci-cd database-migrations docker fastapi github-actions heroku jwt-authentication jwt-token nginx-proxy postgressql python3 sqlalchemy-python unit-testing uvicorn virtualenv

Last synced: 21 Jan 2025

https://github.com/whatishedoing/didyouknow

Exporing the awesome features of programming languages

cplusplus csharp features javascript perl python unit-testing

Last synced: 16 Dec 2024

https://github.com/yosefhesham/todo-list

a to-do list website task by (@microverseinc), you can easily manage your daily tasks

css es6 html javascript jest js unit-testing webpack

Last synced: 17 Dec 2024

https://github.com/joanstinson/zork

A Zork game in C++ using Unitary Testing with CppUnit.

cplusplus-11 cpp cppunit game unit-testing zork

Last synced: 20 Nov 2024

https://github.com/dangmoody/temper

Single header-only testing framework written in C99.

c c99 test testing tests unit unit-testing unit-testing-framework unit-testing-library

Last synced: 09 Nov 2024

https://github.com/hilsonxhero/falcon-db

Admin dashboard built with the powerful Vuejs 3 framework! :rocket:

jest scss tailwind typescript unit-testing vuejs

Last synced: 14 Nov 2024

https://github.com/tfrommen/unit-test-examples

Example code for my talks and workshops on unit testing.

example-code javascript php testing unit-testing

Last synced: 09 Nov 2024

https://github.com/ajb413/pubnub-functions-mock

Mocks PubNub Functions modules for event handler unit testing

chai javascript mocha nodejs pubnub pubnub-functions serverless unit-testing

Last synced: 21 Oct 2024

https://github.com/bmvantunes/youtube-react-testing-video2-config-jest-react-testing-library

Setup React.js Testing environment: Next.js, ts-jest, jest, react testing library, eslint plugins for jest and react-testing-library and GitHub Actions

eslint github-actions jest react-testing-library testing unit-test unit-testing

Last synced: 03 Dec 2024

https://github.com/powerman/check

Helpers to complement Go testing package

go golang golang-library unit-testing

Last synced: 09 Nov 2024

https://github.com/minapecheux/unity-unittestingpong

A sample Unity Pong game to show how to do basic unit testing with the Test Framework package, with a CI/CD integration thanks to Codemagic.

pong pong-game test testing unit-test unit-testing unity unity2d

Last synced: 07 Nov 2024

https://github.com/ab-noori/finance-tracker

The Ruby on Rails Budget-app project is aimed at creating a mobile web application that enables budget management, including user registration and login for data privacy, the introduction of new transactions linked to categories, and the display of expenditures per category.

bootstrap-5 finance-management font-awesome postgresql-database render-deployment ruby-app ruby-gem ruby-on-rails unit-testing

Last synced: 11 Oct 2024

https://github.com/kilemonn/cpp-socketlibrary

C++ Bluetooth and Network socket library for both Windows and Linux.

bluetooth cmake cpp17 library linux make server-socket socket socket-library unit-testing wifi windows

Last synced: 16 Nov 2024

https://github.com/splitbrain/dokuwiki-travis

Environment setup script for testing DokuWiki plugins on travis-ci

dokuwiki travis-ci unit-testing

Last synced: 17 Oct 2024

https://github.com/nickemma/country-app-metrics

This web application is build with react and provides statistical insights on Countries around the world and there continents. The application allows users to filter through the information by different continents and countries..

animation react redux restful-api scss unit-testing

Last synced: 15 Nov 2024

https://github.com/haarcuba/testix

Mocking framework for Python with *exact* Scenarios

mock mocking-framework python unit-testing unittest

Last synced: 19 Nov 2024

https://github.com/amdmi3/testing.h

Small and simple single-header library for writing C++ unit tests

c-plus-plus header-only testing unit-testing

Last synced: 17 Nov 2024

https://github.com/cesarparra/test-data-framework

The Salesforce Test Data Builder framework allows you to intuitively create Salesforce SObject data for your unit tests using a fluent language. It provides base support for any SObject, standard or custom, out of the box, but allows you to adapt it to your custom needs.

apex framework salesforce salesforce-developers salesforcedx sfdx testing unit-testing

Last synced: 28 Nov 2024

https://github.com/deverebor/studie-book-grokking-algorithms

Notes, challenge resolutions, and applications of the Grokking Algorithms book content with unit tests

algorithms-and-data-structures grokking-algorithms jest typescript unit-testing

Last synced: 06 Nov 2024

https://github.com/ecoapm/xunit.ts

a TypeScript unit testing framework, following standard xUnit patterns

assertions hacktoberfest tdd testing typescript unit-testing

Last synced: 26 Nov 2024

https://github.com/recursivelogic/react-redux-boilerplate

React / Redux / CSS Modules / Enzyme / Mocha / Chai Boilerplate

boilerplate chai css css-modules enzyme mocha react redux unit-testing webpack

Last synced: 24 Dec 2024

https://github.com/vitorcarvalho67/tslibraryapi

A sleek and efficient Node.js REST API using Prisma and TypeScript for managing library operations, from book rentals to author tracking

api-rest docker-compose library-api mysql-database nginx nodejs prisma server-side solid-principles typescript unit-testing vitest

Last synced: 02 Dec 2024

https://github.com/atualariao/stage3project

ASP.NET Web API ecommerce - CQRS MediatR and Repository pattern, Testing Implementation - (UnitTest, Integration), API Versioning and Serilog implemented for Controllers - (+Serilog - db) + Swagger Documentation and Basic Authentication

api-versioning asp-net bogus cqrs-pattern dapper-dot-net-core ecommerce-api efcore6 faker integration-testing mediatr mockapi mssql-database serilog swagger-ui unit-testing webapi

Last synced: 12 Oct 2024

https://github.com/urbanjost/m_framework

aggregate small modules used for unit testing, comparing results to expected values, logging, creating messages, ...

fortran fortran-package-manager fpm unit-testing

Last synced: 30 Dec 2024

https://github.com/douaa1819/citronix

Citronix is a farm management system built with Spring Boot, designed to help farmers manage farms, fields, trees, harvests, and sales. It allows efficient tracking of tree growth, seasonal harvests, and sales revenue, all while optimizing farm productivity.🌱👨‍🌾

java maven mockito postgresql restful-api spring-boot unit-testing

Last synced: 07 Dec 2024

https://github.com/dumijay/pfreak

pFreak is a unit-level 2-in-1 JavaScript benchmarking and testing framework.

automation benchmark developer-tools devtools framework headless javasscript performance puppeteer test ui unit-testing ux

Last synced: 10 Oct 2024

https://github.com/luanpersini/tests-node-backend-tests-using-jest-typescript

Repository containing backend test examples for an api built using typescript and nodejs. Unit, end-to-end and integration tests.

e2e-tests end-to-end-testing example integration-test integration-testing nestjs qa qaautomation unit-testing unittest

Last synced: 23 Oct 2024

https://github.com/gjbex/defensive_programming_and_debugging

This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.

bash best-practices c cpp debugging fortran mpi openmp parallel-programming python training unit-testing

Last synced: 22 Nov 2024

https://github.com/hadiuzzaman524/flutter-clean-architecture

This repository serves as your guide to implementing clean architecture, domain-driven design, unit testing, widget testing, and various industry-standard patterns in your Flutter projects.

clean-architecture clean-code dark-theme dependency-injection dio domain-driven-design flutter flutter-examples flutter-test uncle-bob unit-testing widget-testing

Last synced: 21 Nov 2024

https://github.com/unional/ava-fixture

Fixture test for https://github.com/avajs/ava

ava fixture nodejs unit-testing

Last synced: 18 Nov 2024

https://github.com/kasir-barati/nestjs-materials

NestJS tips, tricks, Notes, Things which are not in doc and I used to figure them out and use them

docker docker-compose e2e javascript microservices mongodb nestjs nodejs postgresql rabbitmq stripe tips-and-tricks typescript unit-testing

Last synced: 01 Dec 2024

https://github.com/fabianacampanari/object-oriented-programming

🧬 Here you'll find OOP exercises, exams, notes, and environment setup instructions relevant to the curriculum covered in class.

design-patterns encryption-decryption homebrew modules oriented-object-programming package pep8 pip3 pipenv pipenv-upgrader python3 solid-principles unit-testing virtual-environment

Last synced: 27 Oct 2024

https://github.com/aidenszeto/cppcs

The C++ Command Shell. A light-weight command line interface built for C++ unit testing and scripting.

c-plus-plus cli scripting unit-testing

Last synced: 17 Dec 2024

https://github.com/stevegrunwell/intro-to-testing

Slides for "Testing Like You've Never Tested Before (Because You Haven't)"

integration-testing mockery phpunit slides testing unit-testing

Last synced: 12 Oct 2024

https://github.com/malteriesch/test-db-acle

A PHP library to facilitate easy and concise tests for the database layer, initially with MySql and Sqlite, with others possible to add...

database-layer fixtures lightweight mysql php phpunit unit-testing

Last synced: 12 Oct 2024

https://github.com/felipeaz/microservices-boilerplate

Microservices boilerplate built using Hexagonal architecture, DDD principles & SOLID

boilerplate docker-compose golang-application kong-api-gateway microservice microservices-architecture swagger unit-testing

Last synced: 07 Jan 2025

https://github.com/jason-fox/fox.jason.unit-test

Unit Testing and Code Coverage Framework for DITA Open Toolkit Plugins

code-coverage coverage dita-ot dita-ot-plugin testing unit-testing

Last synced: 09 Dec 2024

https://github.com/mhweiner/cjs-mock

'Immutable' NodeJS module mocking (CJS) for unit testing purposes. Similar to proxyquire, but simpler and safer. Sponsored by https://aeroview.io

commonjs commonjs-modules mock mocking mocking-library mocking-utility mockito proxyquire testing-tools unit unit-testing

Last synced: 28 Oct 2024

https://github.com/3shape/docker-ci

Helps you build rock-solid Docker images. Written as a Powershell Core module. Install from PSGallery.

cmdlets docker docker-images hacktoberfest hacktoberfest2020 integration-testing linting module powershell powershellcore unit-testing

Last synced: 04 Dec 2024

https://github.com/robertmain/codeigniter-starter

A CodeIgniter starter project with pre-configured templating, a base model, exceptions and much, much more. Oh my!

codeigniter composer mvc php unit-testing

Last synced: 11 Oct 2024

https://github.com/js-test-gen/js-test-gen

Generating js test templates with a little help from babel & prettier :vhs:

babel jest js js-templates mocha prettier unit-testing

Last synced: 15 Jan 2025

https://github.com/tommylemon/unitauto-py

☀️ 机器学习单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性、可用性和性能。☀️An unit testing platform powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions.

automation automation-library python python-lib python-library python3 test-automation test-library testautomation unit-test unit-testing unittest unittesting ut

Last synced: 28 Oct 2024

https://github.com/dernasherbrezon/mockfs

Java FileSystem for simulating IOExceptions

filesystem java jdk7 junit mock unit-testing

Last synced: 14 Nov 2024

https://github.com/ryantusi/word-frequency-analyzer-and-visualization

📊 The Word Frequency Analyzer and Visualization is a Python program designed to analyze the frequency of words in a given text or a set of texts. This tool is perfect for anyone interested in understanding the distribution of words within a passage and visualizing the most commonly used words. 🔍

analyzer cs50p cs50p-final-project data-visualization database flask matplotlib modules nltk object-oriented-programming python unit-testing webapp word-frequency

Last synced: 19 Nov 2024

https://github.com/xaizek/stic

Simple Tests In C (with optional pure C automatic test registration)

automatic-test-registration c test-framework unit-testing

Last synced: 15 Oct 2024

https://github.com/tkssharma/javascript-testing-world

🥼🧬🧪🔬🧫🦠 All about javascript Testing using Different Libraries 2021 [Become Smart Developer] 🥼🧬🧪🔬🧫🦠

code code-coverage-html coverage-report cypress e2e-tests istanbuljs jasmine jest jest-snapshots karma-jasmine mocha mocha-chai nestjs-graphql nock nyc sinon testing unit-testing

Last synced: 19 Nov 2024

https://github.com/henriqueweiand/nestjs-ecommerce

Example to exercise clean architecture with different databases + cache layer + DDD

cache clean-architecture ddd e2e-tests github-actions jest mongodb mongoose nestjs postgresql prisma unit-testing

Last synced: 14 Nov 2024

https://github.com/astrodynamic/photolab-in-qt-cpp

PhotoLab is a C++17 program that applies filters to BMP images. It implements the MVC pattern, provides a GUI using the Qt library, and includes convolution filters and color correction algorithms. Developed within the PLab namespace and with a full set of unit-tests.

bmp-image cmake convolution convolution-filter cpp filter gui image image-processing make matrix mvc qt qtw unit-testing

Last synced: 12 Jan 2025

https://github.com/mgernand/extensions.logging.mock

A unit-testing extension for verifying a logger mock.

logging mock moq ms-extension-logging test testing unit-testing verification

Last synced: 29 Nov 2024

https://github.com/mrdulin/jest-v26-codelab

Learning jestjs v26.x.x testing framework by examples

jestjs react-router-dom reactjs typescript unit-testing

Last synced: 13 Nov 2024

https://github.com/ndleah/currency-converter

💱 A program that will perform currency conversion using data fetched from an open-source API

api-rest currency-converter python unit-testing web-scraping

Last synced: 13 Nov 2024

https://github.com/scratchaddons/meow

Scratch Addons unittests.

actions nodejs unit-testing unittest

Last synced: 08 Nov 2024

https://github.com/manydeps/cxxbuild

cxxbuild is a python script to easily generate C/C++ build files for cmake and bazel.

bazel build-automation build-system build-tool builder c catch2 cmake conan cpp cxxbuild cxxdeps dependencies fmt python requirements unit-testing vcpkg

Last synced: 09 Oct 2024

https://github.com/virag-ky/oop-school-library

This is a console app project which behaves as a school library. The user can add persons(students, teachers), add books, add rentals, list all books, list all persons/students/teachers and list all rentals by a given person's ID.

classes oop rspec rubocop ruby unit-testing

Last synced: 12 Nov 2024

https://github.com/minapecheux/unitytutorials-unittesting

The code for a short tutorial on how to implement basic unit testing in Unity/C# using the Unity Test Framework (in text or video format)!

automation ci-cd cicd csharp devops devops-tools test testing unit-testing unittest unity

Last synced: 07 Nov 2024

https://github.com/jamiefdhurst/journal

A simple blog available as an API, written in Go with accompanying tests and documentation. Can be used as a useful starting point for Go web projects.

golang rest-api sqlite unit-testing

Last synced: 28 Oct 2024

https://github.com/romeh/springboot-postgres-embedded-dao-testing

an exmaple for spring data DAO unit testing with embeded postgres in spring boot application

dao lombok mapstruct postgresql spring-boot swagger2 unit-testing

Last synced: 06 Nov 2024

https://github.com/alustau/clinic

This is a simple project about clinic

doctor elegance interview ruby rubyonrails simple solid unit-testing

Last synced: 25 Dec 2024

https://github.com/shankybnl/junit-jacoco-example

This tutorial is for beginners to set up jacoco in gradle project and get the code coverage of unit tests

code-coverage coverage-report gradle jacoco java junit unit-testing

Last synced: 08 Nov 2024

https://github.com/johann-s/jsunitsaucelabs

Allow you to run your unit test throw Saucelabs without Grunt

javascript nodejs saucelabs saucelabs-api unit-testing

Last synced: 06 Nov 2024

https://github.com/atomic-testing/atomic-testing

Portable UI testing library: Simplify and unify across frameworks and libraries

component-library end-to-end-testing materi playwright reactjs test testing testing-tools ui-testing unit-testing

Last synced: 07 Nov 2024