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/chiragyadav2003/unit-testing

A simple unit-testing project with CI/CD pipeline for testing

deep-mocking express mocking postgresql prisma supertest testing-spy typescript unit-testing vitest zod

Last synced: 30 Jan 2025

https://github.com/kauatwn/unittesting_demo

Demonstração de testes unitários utilizando xUnit com exemplo básico de domínio.

clean-architecture csharp dotnet unit-testing xunit

Last synced: 17 Jan 2025

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

This is a simple explanation and implementation of Unit Testing.

junit5 mockito unit-testing

Last synced: 25 Jan 2025

https://github.com/sherlockboy/laravel-unit-testing

Unit Testing, Exception Handling example in Laravel

exception-handling laravel php php-unit unit-testing

Last synced: 31 Jan 2025

https://github.com/kauatwn/moqunittesting_demo

Demonstração de testes de unitários utilizando Moq e xUnit com exemplo básico de domínio e aplicação.

csharp dotnet entity-framework moq unit-testing xunit

Last synced: 17 Jan 2025

https://github.com/bberkay/computer-science-studies

Includes some subjects such as DSA, Design Patterns, Clean Code and much more.

computer-science dsa oop socket-programming solid unit-testing

Last synced: 31 Jan 2025

https://github.com/emilio-v/counter-app

Counter app with unit tests

react unit-testing

Last synced: 08 Feb 2025

https://github.com/robatwilliams/unit-testing-atoz

A collection of short and practical tips for better unit testing

javascript jest testing unit-testing

Last synced: 25 Jan 2025

https://github.com/olivegamestudio/musts

Musts is a unit test helper library, to encourage writing things like value.MustBeTrue() and result.MustBeSuccess();

csharp library musts unit-testing

Last synced: 25 Jan 2025

https://github.com/lapplislazuli/unitshop

Two Workshops on UnitTests

java junit unit-testing workshop

Last synced: 07 Feb 2025

https://github.com/sdepouw/ngrx-sandbox

Playing around with concepts of NgRx Store (actions, reducers, selectors and effects).

angular best-practices cypress marbles-testing ngrx-store rxjs testing-library unit-testing

Last synced: 01 Feb 2025

https://github.com/puntorigen4u/checki

Checki is an AI-powered CLI tool that intelligently generates complete unit tests for your React components. Using advanced AI techniques, it understands your components and creates comprehensive Jest tests, reducing manual work and enhancing your testing efficiency.

ai automation cli cli-tool developer-tools javascript jest react react-testing test-generation testing-tools unit-testing

Last synced: 01 Feb 2025

https://github.com/actionanand/angular-testing-2

This is an example app for angular unit testing

angular angular7 jasmine testing unit-testing

Last synced: 07 Feb 2025

https://github.com/actionanand/angular-testing

Angular Testing Repo - A complete guide to Angular Unit Testing and E2E Testing

angular angular12 jasmine local-server proxy proxy-server testing unit-testing

Last synced: 07 Feb 2025

https://github.com/zumerlab/zumerbox-tests

A zumerBox tool for unit and visual testing files

jest testing-tools unit-testing visual-testing zumerbox

Last synced: 14 Feb 2025

https://github.com/kcdipina26/fullstackjavadevelopment

These projects demonstrate a robust understanding of modern web development technologies and software engineering principles, readying me for a transition from academic training to impactful professional contributions.

api css ecommerce-website full-stack git html intellij java java-maven-ecs javascript junit nodejs object-oriented-programming pgadmin4 postgres postgressql unit-testing visual-studio-code vuejs

Last synced: 14 Feb 2025

https://github.com/geobas/minimal-symfony

A minimal project written in Symfony 2.8

symfony2 unit-testing

Last synced: 15 Feb 2025

https://github.com/mainageorge/codingdojo

This is a project create an application that receives a three-letter code for a North American Country and returns a list of all countries a driver must travel through to go from the United State of America to the destination

api csharp dependency-injection entity-framework-core netcore unit-testing xunit

Last synced: 07 Feb 2025

https://github.com/andresweitzel/centralized_version_control_system_v1_nodejs

Centralized version control system implemented with NodeJS, Typescript, Jest, Express, dotenv, nodemon, morgan, others.

dotenv express filesystem integration-testing jest morgan nodejs nodemon tdd typescript unit-testing

Last synced: 01 Feb 2025

https://github.com/andresweitzel/grpc_ip_geolocation_api_integration_nodejs

gRPC protobuf api for the integration of IPWHOIS.IO services implemented with Nodejs, Expressjs, Jest, Testing, others.

expressjs grpc ip-location-api ip-whois jest morgan nodejs nodemon protobuf protocol-buffers tdd testing unit-testing

Last synced: 01 Feb 2025

https://github.com/andresweitzel/microservice_openweather_nodejs_jest_aws

Microservice for the integration of the Open Weather API with focus on unit and integration tests implementing Nodejs, Jest, Serverless-framework, aws-lambda, api gateway, git, others.

api-gateway aws-lambda git integration-testing jest jest-tests nodejs serverless-framework unit-testing

Last synced: 01 Feb 2025

https://github.com/dev-eranda/reactjs-design-system-engineer

This projects covering advanced topics like performance optimization, component architecture, and scalable design systems for enterprise-level React applications.

accessibility-testing cicd css css-architecture design-patterns npm npm-package reactjs reusable-components storybook typescript unit-testing visual-regression-testing

Last synced: 01 Feb 2025

https://github.com/icarusso/sparksql-unittest

Simple utilities for testing Spark SQL queries, functions, and applications

spark-sql unit-testing

Last synced: 02 Jan 2025

https://github.com/turskyi/drummachine

A pure Kotlin project showcasing class usage, JUnit testing, and coroutine-based audio playback. Designed for JVM, not Android.

audio-playback concurrent-programming junit jvm kotlin kotlin-coroutines kotlin-example unit-testing

Last synced: 01 Feb 2025

https://github.com/turskyi/stringcalculator

A simple Java program that evaluates mathematical expressions provided as strings. Demonstrates Test-Driven Development (TDD) with comprehensive tests using JUnit and Mockito.

java junit junit5 software-development string-calculator tdd test-driven-development unit-testing

Last synced: 01 Feb 2025

https://github.com/edmartt/wrapper-piper

this microservice calculates the distance of two coordinates via publish/subscribe queue

docker docker-compose euclidian-distance flask publish-subscribe python redis rq unit-testing

Last synced: 01 Feb 2025

https://github.com/bv7dev/graphql-api-template

This template provides a basic GraphQL API and unit testing.

graphql graphql-api template typegraphql-typeorm typescript unit-testing

Last synced: 10 Jan 2025

https://github.com/flyingotta/onlinestatcalculator-springbootmvc-js-java

Built online statistics calculator (lin regression, mean etc.) using Java, JS, HTML, and Spring Boot's MVC framework. Build processes and dependencies handled by Maven. Thymeleaf templating engine as view layer, Spring controllers to handle HTTP requests. This inlcluded 100% code coverage unit testing and E2E testing using Junit and Playwright.

e2e-testing integration-testing java javascript junit-jupiter maven-pom playwright-tests spring-mvc thymeleaf-template-engine unit-testing

Last synced: 08 Feb 2025

https://github.com/haabiy/flaskstringify

Flask-based API for string processing. It offers functionalities to manipulate and transform strings efficiently

api flask unit-testing

Last synced: 15 Feb 2025

https://github.com/flazefy/pet-store-be

created using golang echo

backend echo golang mysql petshop seeding unit-testing

Last synced: 16 Feb 2025

https://github.com/diego3/telefonia

TDD, E2E, CI and REST - Web Project

api-rest continuous-integration e2e-test tdd unit-testing

Last synced: 10 Jan 2025

https://github.com/alvarogarcia7/legacysecuritymanager-kata-java

a kata for practicing the legacy code refactoring. Using the constraint of IDE-based refactoring techniques in the beginning, until the code is fully tested

acceptance-testing either end-to-end-testing functional infinitest infinitest-args java java-8 javaslang kata legacy-code legacy-kata maven oop tdd travis-ci trikitrok unit-testing vavr

Last synced: 10 Jan 2025

https://github.com/virag-ky/fullstackopen-part4

This repository contains my exercise submissions for the Full Stack Open course from Part 4.

expressjs javascript jest mongodb mongoose nodejs nodemon unit-testing

Last synced: 10 Jan 2025

https://github.com/mvandrew/windowsformstest

Integration test repository for Travis CI service.

appveyor travis-ci unit-testing visual-studio

Last synced: 08 Feb 2025

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

Gympass API is a gym app API developed on Rocketseat Ignite course

bcryptjs dayjs docker e2e-tests eslint fastify jwt nodejs postgresql prisma supertest typescript unit-testing vitest zod

Last synced: 03 Jan 2025

https://github.com/aleclarson/testpass

The compass for your code

nodejs testing unit-testing

Last synced: 08 Feb 2025

https://github.com/gabriel-corto/pizza-shop

Application developed during react module 04: HTTP Caches, React Query, Tests and Mocks

end-to-end-testing graphics http-cache mocks radix-ui react-query shadcn-ui tailwindcss unit-testing

Last synced: 03 Jan 2025

https://github.com/dtroupe18/networktesting

Examples on how to test API calls

ios11 mockingjay nimble quick spacex-api swift4 unit-testing

Last synced: 08 Feb 2025

https://github.com/dtroupe18/anatomysharedemocode

Universal application to be used as a collaborative, information-sharing tool in the gross anatomy lab for medical students at RWJMS

firebase ios11 kingfisher social-network swift-4 uitesting unit-testing

Last synced: 08 Feb 2025

https://github.com/faressoft/ticks-tracer

Takes snapshots for an object across event loop ticks

async control debug fake flow nexttick process promise setimmediate snapshot test tick timer trace unit-testing

Last synced: 08 Feb 2025

https://github.com/rybalkin-an/user-app

Testing REST API Spring Boot App with Keycloak, Java 17, Gradle, Junit5, Testcontainer, RestAssured, MockMvc, Wiremock, Integration Testing

integration-testing junit5 keycloak mocking mockmvc rest-api restassured spring-boot testcontainers unit-testing wiremock

Last synced: 10 Jan 2025

https://github.com/zairbulos/spring-boot-testing

Unit Testing Spring Boot.

java spring-boot testing unit-testing

Last synced: 10 Jan 2025

https://github.com/tatilimongi/passchecker

A TypeScript-based password validation tool following Test-Driven Development (TDD) principles, tested with Jest

best-practices jest password-validation software-testing tdd tdd-kata testing typescript unit-testing

Last synced: 09 Feb 2025

https://github.com/jaffar-hussein/password_generator

A simple python application that runs on the terminal that allows the user to create an account and login with their credentials.This app allows the storage of existing account information and also auto generate passwords and create new account credentials

python-3 unit-testing

Last synced: 23 Jan 2025

https://github.com/harsh-sri/mocha-chai-unit-test

Unit test case implementation for nodejs app using mocha and chai assert library.

chai mocha-chai mocha-tests mochajs unit-testing

Last synced: 09 Feb 2025

https://github.com/michalzagrodzki/simple-vue-app

Simple web app presenting use of Vue.js technology.

ci-cd circleci flex-box javascript netlify sample-project unit-testing vue vue-router

Last synced: 17 Jan 2025

https://github.com/fpopic/cmake-googletest-template-project

(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".

cmake google-test testing unit-testing

Last synced: 10 Jan 2025

https://github.com/andy-messer/quadratic-equation

A program for solving quadratic equations with Unit testing.

c quadratic-solver unit-testing

Last synced: 15 Feb 2025

https://github.com/ryooooooga/cuutest

Simple unittest framework for C

c unit-test unit-testing unittest unittesting

Last synced: 17 Jan 2025

https://github.com/kathleenwest/usermanagementwebapidemo

This repository contains a simple User Management Web API built with ASP.NET Core. The API provides CRUD operations for managing user data, including creating, retrieving, updating, and deleting users. The project uses Entity Framework Core with SQLite as the database provider and includes comprehensive unit tests.

asp-net-core coding-challenge csharp csharp-code demo sqlite unit-test unit-testing user user-management-system web-api

Last synced: 15 Feb 2025

https://github.com/greglixandrao/java-test-with-junit

Esse é um repositório onde estou efetuando os estudos de Testes em Java usando Junit no Bootcamp Jva c-m Spring da Claro com a DIO

dio dio-bootcamp java junit5 testing unit-testing unittest

Last synced: 15 Feb 2025

https://github.com/lukaofirst/learning-unit-tests-dotnet-core

This repository contains all my practices and lessons about Unit Test in .NET Core using xUnit

dotnet-core unit-testing unittest xunit

Last synced: 02 Jan 2025

https://github.com/milanowicz/php-testing

Library for PHPUnit testing

php phpunit testing testing-tools unit-testing

Last synced: 23 Jan 2025

https://github.com/renatozr/car-dealership-api

An API that handles vehicle data from a car dealership

expressjs mongoose oop swagger typescript unit-testing zod

Last synced: 02 Jan 2025

https://github.com/virtualbrainlab/automated-unit-testing-demo

Demo repo for automated unit testing in Python. Use this as a reference for how to perform unit tests in Python and have GitHub Actions run them.

github-actions python unit-testing

Last synced: 15 Feb 2025

https://github.com/fabogit/testing

Tests using Vitest library (Jest)

jest tdd test unit-testing vitest

Last synced: 26 Dec 2024

https://github.com/gowhale/go-shopping-list

Do you find making shopping lists BORING? Because I sure do... This repo is to automate the creation of shopping lists and to practice my Golang skills!

cooking golang golint mocking revive shopping unit-testing

Last synced: 17 Jan 2025

https://github.com/srodriguezamarillo/milkyroutes

MilkyRoutes es un proyecto en Java que utiliza algoritmos avanzados y estructuras de datos para optimizar rutas en la distribución de productos lácteos. Utiliza un grafo para representar las conexiones y aplica algoritmos de caminos mínimos para encontrar las rutas óptimas.

advanced-java algo avl-tree data-structures dijkstra graph-theory hashing java junit maven optimization route-planning shortest-paths unit-testing

Last synced: 16 Feb 2025

https://github.com/jmgogo/mocha-js

A demo for unit testing with the Mocha.js framework.

assertion-framework devcontainer javascript mocha-js node-js unit-testing

Last synced: 16 Feb 2025

https://github.com/dr1n/porjatinet

Parser and viewer for http://www.porjati.net/

caliburn core csharp dotnet hap parsing scraper unit-testing webview wpf xunit

Last synced: 16 Feb 2025

https://github.com/matiasjastrebow/tp-tadp-metaprogramacion

Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024

metaprogramming mocking reflection rspec ruby spies testing unit-testing

Last synced: 30 Jan 2025

https://github.com/oiricaud/javadoc-and-unit-testing

In this assignment, you are going to improve your project by providing more feature implementation, improve documentation using Javadoc, and improve code quality by writing unit test cases using Junit.

javadoc object-oriented school-project unit-testing

Last synced: 17 Jan 2025

https://github.com/th3y3m/xunit-with-moq-and-ci

A Unit Test script using xUnit Testing Framework and Moq to ensure the quality of source code in web app

moq unit-testing xunit

Last synced: 11 Jan 2025

https://github.com/hafizn07/nextjs14_testing

Explore Next.js 14 Unit Testing Practice, leveraging Jest for comprehensive testing. Sharpen your skills with practical exercises and stay current with the latest Next.js features.

jest jest-tests nextjs14 react-testing-library unit-testing

Last synced: 18 Jan 2025

https://github.com/nricheton/tdm

Test data injection framework

dataset testing unit-testing

Last synced: 30 Jan 2025

https://github.com/atomicptr/camelcase

A simple OCaml test framework

ocaml ocaml-library test testing unit-testing

Last synced: 24 Jan 2025

https://github.com/dezashibi-c/cmake_template

A very beginner friendly cmake template for c projects with unit testing

c cmake gcc linux msvc osx template unit-testing windows

Last synced: 11 Jan 2025

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

https://github.com/asacxyz/spring_boot_3_documente_teste_e_prepare_uma_api_para_deploy

Para acompanhamento do curso Spring Boot 3: documente, teste e prepare uma API para o deploy

api api-documentation api-test documentation java spring spring-boot springboot test testing unit unit-test unit-testing

Last synced: 11 Jan 2025