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/marschall/memoryfilesystem-junit-provider

A Memoryfilesystem based @TempDir provider for JUnit

filesystem inmemory junit junit5 unit-testing

Last synced: 15 Nov 2024

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

Teste de mutação em Kotlin usando Pitest.

kotlin mutation-testing pitest unit-testing

Last synced: 22 Jan 2025

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

A place to learn unit testing with VB.NET

unit-testing vbnet

Last synced: 29 Jan 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: 17 Nov 2024

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: 23 Jan 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: 23 Jan 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: 24 Jan 2025

https://github.com/rtmigo/neatest_py

Runs unit tests with standard Python unittest module. Automates test discovery. Can be conveniently invoked from Python code

automation package python test testing unit-testing unittest

Last synced: 20 Nov 2024

https://github.com/edrisym/e-wallet

This E-Wallet project is developed using the Test-Driven Development (TDD) approach. It is built with .NET 8 and uses SQL Server for database management. The project utilizes XUnit for unit testing and FluentAssertions for expressive and readable assertions in tests.

csharp digitalwallet dotnet-core dotnet8 e-wallet e-wallet-system ewallet fluentassertions multicurrency multicurrency-wallet sqlserver test unit-testing wallet xunit

Last synced: 21 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: 22 Jan 2025

https://github.com/newhoteng/metrics

Metrics is a single-page-application built with react and redux. It fetches air quality data for selected cities from an API and displays the cities with their corresponding air quality index (aqi) on the homepage. Clicking on a city on the homepage directs users to a details page which lists the concentration of the various pollutants.

css-modules react react-router react-testing-library redux-toolkit snapshot-testing spa unit-testing webpack

Last synced: 05 Feb 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: 22 Jan 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: 30 Jan 2025

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

MVVM + RxSwift + Unit testing

mvvm rxswift unit-testing

Last synced: 08 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: 05 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: 22 Dec 2024

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

An xUnit extension to dynamically generate human readable test names.

c-sharp unit-testing xunit

Last synced: 06 Feb 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: 06 Feb 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: 22 Dec 2024

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

A Go test framework for xtp / Extism plugins.

extism plugins testing unit-testing wasm webassembly

Last synced: 06 Feb 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: 31 Dec 2024

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: 23 Jan 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: 09 Jan 2025

https://github.com/natanaelvich/iweather_ignite-rocketseat-23

Iweather is a mobile app that shows the weather forecast for the next 5 days. The app was developed using React Native and Expo.

expo integration-testing jest react-native unit-testing

Last synced: 01 Feb 2025

https://github.com/b0o/mulberry

🫐 Single-file Lua BDD library for testing Neovim plugins

bdd bdd-framework bdd-tests lua lua-bdd lua-testing neovim neovim-lua testing testing-library unit-testing

Last synced: 09 Feb 2025

https://github.com/pwall567/kjson-test

Library for testing Kotlin JSON applications

json kotlin unit-testing

Last synced: 11 Dec 2024

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

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

A JavaScript/TypeScript test framework for xtp / Extism plugins.

extism plugins testing unit-testing wasm webassembly

Last synced: 13 Dec 2024

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: 11 Jan 2025

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

SmallTest — SmallTalk unit tests, from scratch

pharo pharo-smalltalk smalltalk unit-testing

Last synced: 06 Jan 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: 19 Dec 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: 22 Dec 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: 22 Dec 2024

https://github.com/asacxyz/testes_unitarios_em_java_domine_junit_mockito_e_tdd

Para acompanhamento do curso Testes unitários em JAVA: Domine JUnit, Mockito e TDD

junit tdd tdd-java unit-testing

Last synced: 11 Jan 2025

https://github.com/424nkita-csharsfta4/moodle_diplomka

Дипломная работа для ТТиИП, мобильное приложение для студентов🔥

algorithms android asp-net-core backend csharp dart educational-project firebase flutter frontend graphql ios mobile-app moodle router social-app study-project ui-ux unit-testing

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

https://github.com/mustansirzia/js-exam

This is a very simple JavaScript exam to make you feel comfortable with arrays, strings, objects and JavaScript in general.

ecmascript javascript jest practice testing unit-testing

Last synced: 08 Jan 2025

https://github.com/lebrancworkshop/learn-go-unittest-codebangkok

Learn how to do unit testing via Go Programming Language.

go golang unit-testing

Last synced: 06 Feb 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: 23 Oct 2024

https://github.com/pedrohenrikle/gympass-api

Node.js & Typescript based, developed with concepts like SOLID, DDD, TDD, Repository Pattern, Factory Method and RBAC system. Has unit test for especific use-cases and test E2E for every HTTP controller.

api ddd e2e-tests factory-pattern nodejs repository-pattern solid tdd typescript unit-testing

Last synced: 24 Jan 2025

https://github.com/typed-sigterm/any

Mock anything with a Magic Object.

chai jest mock testing unit-testing vitest

Last synced: 06 Jan 2025

https://github.com/andre-alck/testes_unitarios_em_java_domine_junit_mockito_e_tdd

Para acompanhamento do curso Testes unitários em JAVA: Domine JUnit, Mockito e TDD

junit tdd tdd-java unit-testing

Last synced: 03 Dec 2024

https://github.com/smarttoolfactory/rxjava-style-livedata-and-flow-testobserver

TestObserver class for LiveData to test multiple values like ViewState such as loading, and result states or multiple post and setValues

android-unit-test android-unit-testing livedata unit-testing

Last synced: 08 Jan 2025

https://github.com/lonalore/simpletest

e107 (v2) plugin - Provides a framework for unit and functional testing.

e107 e107-plugin functional-testing plugin testing testing-framework unit-testing

Last synced: 08 Jan 2025

https://github.com/tpal-dev/flutter_scaffold_clean_architecture_app

Flutter scaffold app: Clean Architecture, BLoC, Freezed, DIO HTTP get request + unit tests.

bloc clean-architecture dart dependency-injection dio flutter freezed scaffold-template tdd unit-testing

Last synced: 09 Jan 2025

https://github.com/lfost42/franchise

Evaluates the coverage health of a franchise by determining which locations (in a provided csv file) are farthest apart. Uses Kruskal's minimum spanning tree algorithm to filter pairs of locations that can pass through other locations.

algorithms aspnetcoremvc csharp csv-parsing data-access-object-pattern geolocation logging mapping model-view-conroller statistics tdd unit-testing xunit-tests

Last synced: 02 Feb 2025

https://github.com/risc-os-community/greatest

This is a RISC OS port of the C Unit Testing header only library Greatest. This library works fine with both GCC and DDE compilers.

c c99 dde gcc hacktoberfest hacktoberfest2022 risc-os riscos test test-runner testing tests unit-test unit-testing unit-testing-framework unittesting

Last synced: 15 Jan 2025

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

A Zig test framework for xtp / Extism plugins.

extism plugins testing unit-testing wasm webassembly

Last synced: 06 Feb 2025

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

Utilizing JavaScript in backend development to create scalable applications.

javascript nodejs typscript unit-testing

Last synced: 26 Dec 2024

https://github.com/dabevlohn/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: 26 Jan 2025

https://github.com/vknabel/taps

Taps is a lightweight Unit Test library optimized for asynchronous code and generating TAP13 compatible output.

asynchronous cocoapods reactivex rxswift swift swift-3 swift-package-manager swiftpm tape unit-testing

Last synced: 23 Jan 2025

https://github.com/christopherbate/quicktestcpp

QuickTestCPP - A lightweight C++ unit testing header library.

cpp11 header-library simple unit-testing

Last synced: 17 Dec 2024

https://github.com/tvc12/viu-ts

Boilerplate template for vue3 using typescript, pinia, vue-router and vite

cypress hacktoberfest hacktoberfest2023 pinia unit-testing vite vue3 vue3-typescript vuejs

Last synced: 13 Jan 2025

https://github.com/rsachdeva/illuminatingdeposits-rest

Illuminating Deposits Rest Server Services - Go(Golang); Docker; Kubernetes Ingress Deployment with TLS; Postgres SQL; TLS requests with Sanity test Client; JWT generation for authentication;JWT Authentication for Interest Calculations. With Tests/ Coverage. With Observability - Tracing.

docker docker-compose dockertest go go-test go116 golang helm illuminatingdeposits-rest ingress-nginx integration-testing json jwt-authentication kubernetes observability postgresql rest-api test-coverage tls unit-testing

Last synced: 05 Feb 2025

https://github.com/scribetw/mocking-demo

Some demo code of mocking library usages

java jmockit mocking unit-testing

Last synced: 23 Jan 2025

https://github.com/khouloudhaddad/cart-management

Cart management with native PHP - TDD

php-native php8 tdd unit-testing

Last synced: 10 Jan 2025

https://github.com/feed0/graphs_theory

A repository designed to our Graphs Theory subject's assignment.

graph-algorithms maven unit-testing

Last synced: 22 Dec 2024

https://github.com/pwall567/kjson-spring3-test

Spring Boot 3 testing functions for kjson

json kotlin spring-boot unit-testing

Last synced: 05 Feb 2025

https://github.com/sevlamare/enumerables

Rebuild of a few iterators methods from Enumerable.

ruby ruby-language unit-testing

Last synced: 04 Feb 2025

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: 29 Jan 2025

https://github.com/bedirhanssaglam/quiz-app-with-tests-in-kotlin

Unit tests and Instrumentation test of Quiz App in Kotlin

android instrumentation java kotlin quiz test unit-testing

Last synced: 13 Jan 2025

https://github.com/lynnlangit/ballerina-testing

unit tests for Ballerina Langauge

ballerinaplat unit-test unit-testing unittests

Last synced: 08 Feb 2025

https://github.com/pedroemmanuelbuerger/unit_tests

Projeto para aprimorar meus conhecimentos de testes com a biblioteca do jest.

jest tdd unit-testing

Last synced: 17 Jan 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: 23 Oct 2024

https://github.com/shubham14p3/testing-practice

building Unit Testing that test several different functions with TDD (Jest)Testing Practice with Jest in Javascript.

javascript jest unit-testing

Last synced: 20 Dec 2024

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: 23 Jan 2025

https://github.com/sevlamare/web_scraper

Get data from web pages to tables.

nokogiri rspec ruby unit-testing

Last synced: 04 Feb 2025

https://github.com/eliamyro/movies-collection

An iOS app that uses the moviesdb API for fetching & searching movies

clean-architecture combine coredata dependency-injection unit-testing

Last synced: 16 Jan 2025

https://github.com/ita-alibb/codexproject

Group project of Software Engineering, modelling CodexNaturalis boardgame to distributed MVC game in Java and JavaFX

design-patterns desktop-app distributed-application jar java javadoc javafx maven mvc-architecture rmi tcp tui uml-diagram unit-testing

Last synced: 08 Nov 2024

https://github.com/fatihemres/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: 05 Feb 2025

https://github.com/wojwozniak/nodejs-projects

Solutions to challenges from FCC backend courses

backend chai expressjs javascript mocha mongodb mongoose multer nodejs unit-testing

Last synced: 19 Dec 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: 29 Jan 2025

https://github.com/wolven531/react-hooks-todo

Simple To Do Typescript app, demonstrating react hooks, unit testing with Jest + Enzyme, and end to end testing with Cypress

cypress e2e-testing end-to-end-testing enzyme hooks hooks-api-react jest react react-hooks sass scss testing typescript unit-testing

Last synced: 27 Dec 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: 19 Nov 2024

https://github.com/baralmanish/easy-travel-vue

SPA build on Vue. CRUD is implemented using Vue and GraphQL

graphql tailwindcss typescript unit-testing vue

Last synced: 16 Jan 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: 23 Jan 2025

https://github.com/andresweitzel/api_bioethanol_statistics_dynamodb

Api Rest for the statistical management of production and sales of bioethanol based on cane and corn implemented with Api-Gateway, Nodemon, Serverless-Framework, NodeJs, Jest, DynamoDB, Systems Manager Parameter Store, Lambda, among others.

api-gateway-v2 aws aws-lambda aws-sdk-v3 bioetanol dynamodb git integration-testing jest nodejs nodemon postman-collection serverless-framework serverless-ofline system-manager-parameter-store tdd unit-testing

Last synced: 01 Feb 2025