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/cdhunt/testing

A unit test runner for PowerShell

testing unit-testing

Last synced: 28 Oct 2024

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

The unit test helpers for Swoole

swoole unit-test unit-testing

Last synced: 08 Oct 2024

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: 27 Oct 2024

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: 07 Nov 2024

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: 07 Nov 2024

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

Generic unit-testing runner for front-end.➰

ava front-end puppeteer test testing unit unit-testing

Last synced: 12 Oct 2024

https://github.com/albertopirillo/ing-sw-2021-pirillo-rocco-veliz

SW implementation of the board game "Master of Renaissance" using Object-Oriented programming and the MVC architectural pattern, relying on the Java programming language.

javafx-gui multiplayer-game mvc-architecture software-engineering unit-testing

Last synced: 11 Oct 2024

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

continuous integration for Arduino

arduino ci unit-testing

Last synced: 12 Oct 2024

https://github.com/ghilain/food-recipee

This is a Capstone project being built in the second module of curriculum at microverse. it's an application that uses the MealDB API to display meals and instructions on how to make the meals. The project also utilizes the Involvement API to update and display comments and likes for the meals

css3 eslint html5 javascript npm unit-testing

Last synced: 28 Oct 2024

https://github.com/kdinev/jsunit-gen

Unit test generator for JavaScript.

javascript typescript unit-testing

Last synced: 11 Oct 2024

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: 13 Oct 2024

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

Unit testing C# code with NUnit and Moq

csharp dotnet dotnet-core moq nunit unit-testing

Last synced: 13 Oct 2024

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: 12 Oct 2024

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

Teste de mutação em Kotlin usando Pitest.

kotlin mutation-testing pitest unit-testing

Last synced: 13 Oct 2024

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: 12 Oct 2024

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: 17 Oct 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: 01 Nov 2024

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: 13 Oct 2024

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: 15 Oct 2024

https://github.com/mozameljawad/tdd-project

In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.

rspec ruby unit-testing

Last synced: 02 Nov 2024

https://github.com/squiddev/omnomnom

An OCaml test runner inspired by Tasty

ocaml unit-testing

Last synced: 20 Oct 2024

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: 21 Oct 2024

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

Joule 🔸: A Jekyll library for Unit Testing

jekyll open-source unit-testing

Last synced: 25 Oct 2024

https://github.com/germanysources/abap_test_injection

Test Injections in ABAP before release 750

abap test-automation unit-testing

Last synced: 02 Nov 2024

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

🃏😂 Make jest expect more convenient.

assertion expect jest jest-extended unit-testing

Last synced: 04 Nov 2024

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: 30 Oct 2024

https://github.com/ivangfr/springboot-testing-mysql

Goals: 1) Create a simple Spring Boot application to manage users; 2) Explore the utilities and annotations that Spring Boot provides for testing; 3) Test using Testcontainers.

integration-testing java mapstruct mysql spring-boot spring-data-jpa springdoc-openapi testcontainers unit-testing web

Last synced: 30 Oct 2024

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: 05 Nov 2024

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

:lemon: :cherries: :watermelon: My cheatsheet for writing unit tests with Moq.NET and MSTest

csharp dotnet microsoft moq moq-framework mstest testing unit-testing

Last synced: 05 Nov 2024

https://github.com/khesualdo/openid-connect-id-token-validator

:crown: :trophy: :moneybag: This code provides the basic steps required to locally verify an ID Token signed using asymmetric encryption (eg. RS256). It uses packages from Microsoft for key parsing and token validation. The code is also testable and comes with a suite of unit tests.

asymmetric-cryptography authentication authorization csharp dotnet json-web-key json-web-token jwk jwt jwt-decode microsoft mocking moq oidc-jwks-verify openid-connect rs256 single-sign-on sso unit-testing

Last synced: 05 Nov 2024

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: 07 Nov 2024

https://github.com/codecop/rabatt-rechner-kata

Exercise for finding tests for boundary conditions.

boundary-conditions code-kata exercise kata test-cases unit-testing

Last synced: 06 Nov 2024

https://github.com/rubydevi/todolist-minimalist

In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.

babel html-css-javascript jest unit-testing webpack

Last synced: 07 Nov 2024

https://github.com/shulard/atoum-xml-extension

An atoum extension to perform tests on XML files

atoum atoum-extension dtd unit-testing xml-document xpath

Last synced: 07 Nov 2024

https://github.com/urbanjost/m_msg

convert all common variables to a string in Fortran using unlimited polymorphic variables

fortran fortran-package-manager fpm testing unit-testing

Last synced: 08 Nov 2024

https://github.com/alexf91/ltest

A unit testing framework for Lean 4

lean lean4 unit-testing unittest

Last synced: 01 Nov 2024

https://github.com/rproenza86/simplerestapi-graphql-client

GraphQL server project built using Apollo Server and ExpressJS.

apollo-server expressjs graphql integration-testing jest unit-testing

Last synced: 06 Nov 2024

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: 23 Oct 2024

https://github.com/kumuluz/kumuluzee-testing

KumuluzEE Testing is a set of tools and utilities for testing KumuluzEE microservices.

cloud-native integration-testing java javaee kumuluz microprofile microservices testing unit-testing

Last synced: 05 Nov 2024

https://github.com/sevlamare/enumerables

Rebuild of a few iterators methods from Enumerable.

ruby ruby-language unit-testing

Last synced: 21 Oct 2024

https://github.com/sevlamare/web_scraper

Get data from web pages to tables.

nokogiri rspec ruby unit-testing

Last synced: 21 Oct 2024

https://github.com/verbasu/rust_api_client_2024

Trying to interact with REST API and parse JSON-response at April 2024

api api-rest json json-parser rust rust-lang struct types unit-testing

Last synced: 30 Oct 2024

https://github.com/olegsych/inspector

A simple .NET Reflection API for white-box unit testing.

dotnet dotnet-standard reflection unit-testing

Last synced: 18 Oct 2024

https://github.com/ashwinvis/beyond-100-test-cov

A.K.A. Why 100% test coverage is not good enough OR Typing + Unit tests

mypy pyconse pyconse2022 pytest typing unit-testing

Last synced: 30 Oct 2024

https://github.com/marlysson/projetoestacionamento

Projeto simples para administração de estacionamento usando testes com TDD.

java java-tests unit-testing

Last synced: 14 Oct 2024

https://github.com/stepanzh/scoredtests.jl

Test utilities with scoring.

julia teaching-assistant unit-testing

Last synced: 05 Nov 2024

https://github.com/marlysson/fluxocomprajava

Mini-Aplicação de um fluxo de compras online pra mostrar como usar testes com JUnit e Hibernate.

java unit-testing

Last synced: 14 Oct 2024

https://github.com/leotm/book-store

MVP app for Vendigo's coding exercise for an online book shop 📚 Chose to try the new Angular 5. Followed by successful 2 hours of live pair programming implementing and learning HapiJS on the fly. Later further successful phone interviews with the CEO, then investor Mads Faurholt.

angular5 bootstrap4-alpha6 chai coding-exercise hapi http-get json karma-jasmine minimal mocha mvp nodejs sinon typescript unit-testing

Last synced: 11 Oct 2024

https://github.com/m7moudgadallah/softlink

is a simple and efficient URL shortener designed to streamline the process of creating and sharing shortened URLs.

expressjs functional-testing integration-testing jest mongodb mongoose nodejs postman rest-api unit-testing

Last synced: 08 Nov 2024

https://github.com/m7moudgadallah/express-skeleton

This is a repository that provides a project skeleton for Node.js applications built with the Express.js framework. It includes a predefined set of middleware and error handling configurations, making it easier to start developing your web applications.

custom-error-handling expressjs jest nodejs project-skeleton unit-testing

Last synced: 08 Nov 2024

https://github.com/nlesc-nano/assertionlib

A package for performing assertions and providing informative exception messages.

assertion assertion-library assertions python-3 python-3-6 python-3-7 python-3-8 python-3-9 testing unit-testing

Last synced: 12 Oct 2024

https://github.com/teekaytech/tic-tac-toe-js

A popular TicTacToe game where players can continue playing after each round and the winner of each round is being stored until the game is reloaded. Built with JavaScript.

babel javascript jest unit-testing

Last synced: 31 Oct 2024

https://github.com/adshan/dotnet-digital-school-messaging-rabbitmq

Microservices, Clean Architecture, CQRS with MediatR, Repository Pattern, Fluent Validation and RabbitMQ such as messaging broker.

cqrs-pattern dotnet entity-framework fluent-validations integrate-events mediator-pattern microservice net5 rabbitmq repository-pattern sql-server unit-testing

Last synced: 06 Nov 2024

https://github.com/ashmalzahra/math-magicians

This project is about building the core functionality of a calculator and is, a full website that includes 3 sub-pages. A medium-fidelity wireframes has been used to create a UI.

deployment jest react-router reactjs single-page-app unit-testing

Last synced: 31 Oct 2024

https://github.com/ianwalter/test-server

Easily create a minimal Koa server for testing

koa mock-server server test test-server testing unit-testing

Last synced: 22 Oct 2024

https://github.com/wittline/python

Software Analysis, Design and Construction with Python

coverage coverage-report logging pep8 software-design software-quality unit-testing

Last synced: 14 Oct 2024

https://github.com/aashrafh/reactbullets

Some points I wrote before start coding Oud frontend in addition to some helpfull rsources which was a helping hand.

best-practices bullets front-end front-end-development frontend frontend-framework javascript learning learning-resources notes react reactjs unit-testing

Last synced: 24 Oct 2024

https://github.com/guidevloper/vitest-logica

Logical exercises to illustrate line of thoughts and unit-test/TDD features.

unit-testing vitest

Last synced: 27 Oct 2024

https://github.com/chrisshim98/loginapp

DotNet x Angular Web Application - with unit tests

angular dotnet-core jasmine nunit unit-testing

Last synced: 31 Oct 2024

https://github.com/drbarnabus/mimic

Fast, friendly and familiar mocking library for modern .NET

csharp dotnet dotnet-core fake mock mocking spy tdd test testing unit-test unit-testing

Last synced: 07 Nov 2024

https://github.com/mitya57/cxxunit

Simple C++ unit testing library

cplusplus header-only testing unit-testing

Last synced: 15 Oct 2024

https://github.com/marcl/facebook-messenger-bot

Fork of Facebook messenger bot to show adding tests to existing code.

bot chai facebook js-testing-made-easy mocha unit-testing

Last synced: 14 Oct 2024

https://github.com/lh0x00/ts-lib-boilerplate

a simple template and easy to start for a library using Typescript and Jest

boilerplate ci jest node template typescript unit-testing

Last synced: 05 Nov 2024

https://github.com/lh0x00/ts-node-boilerplate

a simple template and easy to start to build a Node project using Typescript and Jest

api boilerplate ci jest node server template typescript unit-testing

Last synced: 05 Nov 2024

https://github.com/jonasfschuh/quarkus-social-network-api

A social network built using Quarkus. Includes API testing and telemetry with Prometheus and Grafana

api-tests docker grafana grafana-dashboard java-17 panache prometheus quarkus unit-testing

Last synced: 31 Oct 2024

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

UnitAuto - ☀️ 最先进、最省事、ROI 最高的单元测试,机器学习 零代码、全方位、自动化 测试 方法/函数,用户包含腾讯、快手、某 500 强巨头等。本项目为 C++ 版,支持 C++ 17 以上 ☀️ The most advanced unit testing way powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions. Used by Tencent, Kwai, a Fortune 500 company, etc. This repo is the C++ version, compat C++ 17+.

apiauto apijson cpp cpp-library cpp17 unit-test unit-testing unit-testing-library unitauto unitest unittesting

Last synced: 12 Oct 2024

https://github.com/fracasula/file-to-slack

A little app that reads from a file and sends its content to a Slack webhook

golang slack slack-webhook unit-testing

Last synced: 13 Oct 2024

https://github.com/blaineconnor/tip_calculator

Tip Calculator App by Swift-SnapKit-MVVM-Combine-Snapshot/UI/Unit Tests

combine mvvm mvvm-architecture mvvm-ios snapkit snapshot-testing swift ui-testing unit-testing

Last synced: 07 Nov 2024

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: 14 Oct 2024

https://github.com/mokkapps/rxjs-marble-testing-demo

An Angular demo application to demonstrate RxJS marble tests

angular angular-cli marble-testing rxjs testing unit-testing

Last synced: 07 Nov 2024

https://github.com/berchj/aisurveys

This plugin uses Google artificial intelligence (GEMINI) to take a survey and gives you recomendations based on question and configuration in admin view

ai artificial-intelligence composer gemini gemini-api google google-api php surveys test unit-testing wordpress wordpress-plugin

Last synced: 02 Nov 2024

https://github.com/flazefy/kumande_api

Kumande is consume management apps. So you can list and analyze your consume food or drink. Make a budget to set limit of spending. Analyze your health and sync it with your daily consume. Also you can create reminder to remind your daily food schedule or many more. This is the BE apps, created using Laravel

backend cronjob firebase firebase-cloud-messaging firebase-realtime-database laravel line-bot migrations mysql php rest-api swagger telegram-bot unit-testing

Last synced: 06 Nov 2024

https://github.com/flazefy/gudangku-laravel

GudangKu helps you manage your belongings, from home supplies and food stock to furniture. Set reminders to remind you to cleaning or maybe time to restocking some of your home supplies. In this apps also have generate reports to create shopping or maintenance list. Start organizing your inventory with GudangKu’s features. Created using Laravel

api-testing calendar cronjob csv-export dusk firebase firebase-storage laravel machine-learning mailer migrations mysql pdf php rest-api seeding statistics swagger telegram-bot unit-testing

Last synced: 06 Nov 2024

https://github.com/flazefy/pinmarker

PinMarker is an apps that store data about marked location on your maps. You can save location and separate it based on category or list. You can collaborate and share your saved location with all people. We also provide stats so you can monitoring your saved location. Created using Codeigniter 3

apexcharts authentication authorization bootstrap5 calendar codeigniter coordinates csv file-upload firebase-storage google-maps-api maps mvc pdf php statistics telegram-bot unit-testing

Last synced: 06 Nov 2024