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/alexashley/mockattributes

Mockito-like annotations for .NET

csharp mocking tdd unit-testing

Last synced: 11 Nov 2024

https://github.com/samuelematias/calculator_app

🧪 A simple Flutter app with several unit tests, widget testing, and integration tests/e2e.

dart e2e-testing flutter integration-testing unit-testing widget-testing

Last synced: 11 Nov 2024

https://github.com/samuelematias/abstraction_unit_test_get_it

How you can create unit test using abstraction (with get_it) in Flutter 🧪

abstraction dart flutter interface unit-testing

Last synced: 11 Nov 2024

https://github.com/samuelematias/abstraction_unit_test_provider

How you can create unit test using abstraction (with Provider) in Flutter 🧪

abstraction dart flutter interface unit-testing

Last synced: 11 Nov 2024

https://github.com/babkock/cis152

Homework for my Data Structures class.

qt5 qtcreator unit-testing

Last synced: 11 Nov 2024

https://github.com/aimenux/echowebapidemo

A web api that echoes back request infos

echo fluent-assertions integration-testing net80 unit-testing webapi xunit

Last synced: 11 Nov 2024

https://github.com/aimenux/middlewarestylesdemo

Using various styles for writing custom middlewares

fluent-assertions integration-testing middleware net80 unit-testing

Last synced: 11 Nov 2024

https://github.com/aimenux/pipelinebehaviorsdemo

Using pipeline behaviors to implement cross-cutting concerns

integration-testing mediatr net80 pipeline-behaviors unit-testing

Last synced: 11 Nov 2024

https://github.com/aimenux/mediatrdemo

Using mediatr to enforce cqrs and loose coupling between components

entity-framework integration-testing mediatr net80 unit-testing

Last synced: 11 Nov 2024

https://github.com/eliasnogueira/junit5-before-after-all

Project that shows how to deal with general pre and postconditions using JUnit5

integration-testing java junit junit5 system-testing test-automation unit-testing

Last synced: 14 Nov 2024

https://github.com/sancakerkan/atm-machine-unittesting

This repository contains unit tests for an ATM Machine simulation program written in Java. The main goal of this project is to practice writing assertion cases and creating test suites.

java junit junit5 maven software-quality-assurance testing unit-testing

Last synced: 11 Nov 2024

https://github.com/lenin-anzen/angularjs-karma-jasmine

Basic unit testing for an AngularJS app with Karma + Jasmine

angularjs express jasmine karma rest-api unit-testing

Last synced: 12 Nov 2024

https://github.com/alexchasx/laravel-payment-app

An example of TDD development

laravel php phpunit tdd unit-testing

Last synced: 12 Nov 2024

https://github.com/nicktheodoro/area-code

Validate and categorize phone numbers by area code. Given valid area codes and a list of numbers, output the count of valid numbers per area code, adhering to specified validation rules.

go golang regular-expression unit-testing validation

Last synced: 11 Nov 2024

https://github.com/ianbrayoni/rubykoans

Learning Ruby through unit testing with http://rubykoans.com/

ruby unit-testing

Last synced: 12 Nov 2024

https://github.com/ledsouza/django-api-escola-02

Este projeto implementa uma API REST completa para gerenciar dados de uma escola fictícia, desenvolvida durante o curso de Django REST Framework da Alura. A API fornece acesso a informações sobre alunos, cursos e matrículas, além de implementar recursos avançados como cache com Redis e tradução personalizada.

django django-rest-framework python redis unit-testing

Last synced: 14 Nov 2024

https://github.com/lunardiver/pimovementdetector

Raspberry Pi based movement detection system that can notify other systems over TCP.

csharp dotnet dotnet5 image-processing movement-detection raspberry-pi raspberrypi tcp unit-test unit-testing unittest vscode

Last synced: 13 Nov 2024

https://github.com/shishir-dey/rust-samples

A repository to demonstrate basic Rust language programs

ci-cd-pipeline github-actions rust-lang system-programming unit-testing

Last synced: 14 Nov 2024

https://github.com/gbroques/freecad16-unit-tests-poc

Proof-of-concept for running python unit tests for FreeCAD 0.16 in a Docker container with Travis CI.

docker freecad freecad-workbench python travis-ci unit-test unit-testing unittest

Last synced: 13 Nov 2024

https://github.com/foncki/binarysearchtree

This assignment is an implementation in java of a binary search tree with one special operation: Balance.

binary-search-tree java maven unit-testing

Last synced: 14 Nov 2024

https://github.com/chayan2024/dogtestapp

A simple DogTestApp app in jetpack compose with list of Dog Breeds and Details page.

dagger-hilt espresso-tests flowapi instrumentation-tests jetpackcompose mvvm-architecture solid-principles unit-testing

Last synced: 14 Nov 2024

https://github.com/imtiajahammad/cloudcustomers

This is a .NET 6 Web API from scratch using test driven development! I have covered creating a new solution, adding new web and unit test projects to the solution, and writing unit tests.

dotnet-core httpclient tdd test-driven-development testdrivendevlopment unit-testing unittesting webapi webapi-core xunit xunit-tests

Last synced: 16 Nov 2024

https://github.com/c-kiplimo/e-commerce-application-api

This Spring Boot project demonstrates the integration of Stripe payment in e-commerce application. It provides essential functionalities for handling transactions and creating checkout sessions, serving as a practical starting point for projects requiring secure payment processing.

api docker integration-testing java jenkins junit kubernetes mongodb spring-boot unit-testing

Last synced: 13 Nov 2024

https://github.com/bethanyuo/truffle-unit-test

Develop and Unit Test Smart Contracts with Truffle

smart-contracts solidity truffle truffle-testing unit-testing

Last synced: 13 Nov 2024

https://github.com/bethanyuo/truffle-deploy

Develop and Deploy Smart Contracts with Truffle.

smart-contracts truffle truffle-framework truffle-testing unit-testing

Last synced: 13 Nov 2024

https://github.com/akram-sakib/javascript-testing

Experimenting JavaScript testing by using Vitest

javascript testing unit-testing vitest

Last synced: 13 Nov 2024

https://github.com/purwnt/example-vue-jest-unit-testing

Implementation of unit testing in vue application using jest

example jest unit-testing vue-cli

Last synced: 13 Nov 2024

https://github.com/sakapon/klibrary.testing

A library for unit testing using MSTest.

mstest testing unit-testing

Last synced: 16 Nov 2024

https://github.com/osmanaliyardim/testingworkshop

Unit/Integration Testing Workshop with xUnit, NUnit, MSUnit, Moq, Bogus, NSubstitute, FluentAssertions and AutoFixture

autofixture bogus fluentassertions integration-testing moq msunit nsubstitute nunit unit-testing xunit

Last synced: 14 Nov 2024

https://github.com/foiovituh/reflectester

Minimalist implementation of a library for unit test execution ⚙️

java reflection testing tests unit-testing

Last synced: 16 Nov 2024

https://github.com/foiovituh/uva-tester

A minimalist Java library for effortless unit test execution 🍇

java java-annotations java-library maven testing unit-testing unit-tests uva uva-tester uvatester

Last synced: 16 Nov 2024

https://github.com/seralaci/unittesting

Unit Testing (.NET Playground)

csharp dotnet testing unit-testing

Last synced: 13 Nov 2024

https://github.com/aanand058/fragments

A Cloud-Based Solution for Handling Different Types of Fragments

api-server aws docker dynamodb ec2-instance javascript mircoservices unit-testing

Last synced: 13 Nov 2024

https://github.com/piharpi/forum-api-clean-architecture

Implementation clean architecture, unit testing, integration test, & functional test

automation-testing clean-architecture functional-testing integration-testing unit-testing

Last synced: 14 Nov 2024

https://github.com/alansastre/java-junit5

Testing unitario en Java con JUnit 5. PersonalizaciĂłn del testing con API ExtensiĂłn. Suites de testing.

api-extension java java11 java17 java8 junit junit-jupiter junit5 suite test-suite testing unit-testing

Last synced: 13 Nov 2024

https://github.com/cba85/teach-pest-example

🎓 Pest tests example

pest pest-php unit-testing

Last synced: 15 Nov 2024

https://github.com/cba85/jest-tests-example

🎓 Jest tests example for a "fake" API using only a `POST /login` route

integration-testing jest unit-testing

Last synced: 15 Nov 2024

https://github.com/mrbrunelli/terere-builder

My studies of Builder Pattern, Factory Pattern and Repository Pattern with Javascript

builder-pattern design-patterns factory-pattern javascript mocha repository-pattern terere unit-testing

Last synced: 15 Nov 2024

https://github.com/h3rmel/zustand-kanban

A simple kanban board with React, TypeScript and Zustand.

react rippleui tailwindcss testing-library typescript unit-testing vite vitest zustand

Last synced: 15 Nov 2024

https://github.com/doamaral/python-unittest

Resultado de algumas explorações de testes unitários com Python e Unittest

oop-principles python unit-testing unittest

Last synced: 15 Nov 2024

https://github.com/s0fft/sycloth-shop

Clothing-Shop — SSR Ecommerce Project on Django + API on Django REST Framework

api-rest celery django django-rest-framework django-templates ecommerce layout postgresql postman python3 redis server-side-rendering unit-testing

Last synced: 15 Nov 2024

https://github.com/bemxio/binary-vigenere

A C library for encrypting/decrypting data in a binary Vigenère cipher

binary-vignere-cipher bytearray c library unit-testing vigenere vigenere-cipher

Last synced: 15 Nov 2024

https://github.com/jimcresswell/general-js-test-automation-demo

Demo of multi-layer test automation in a two service Node web app with third-party data depencies, including Consumer Driven Contract Testing

api-testing bdd bootstrap4 consumer-driven-contracts cucumber javascript-testing mocha nodejs pact-js portfolio product-behaviour tdd test-automation unit-testing web-testing webdriver

Last synced: 15 Nov 2024

https://github.com/cbuschka/easymock-eval

Example how to write unit tests with easy mock.

easymock java unit-testing

Last synced: 15 Nov 2024

https://github.com/dzy321/docker-mysql-driver

docker mysql driver for unit test

mysql node unit-testing

Last synced: 15 Nov 2024