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/beedel/test-double-guide

This guide clarifies the differences between dummies, stubs, fakes, spies, and mocks. It includes practical examples and attempts to clarify the optimal use cases for each type.

mocking mockito test-double test-doubles testing unit-testing

Last synced: 23 Oct 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/moreirak14/logistics-transport-api

O objetivo do sistema é auxiliar o cadastramento de motoristas (caminhoneiros) e seus devidos fretes futuros, tendo visibilidade do que está sendo atribuido para cada motorista!

api-rest django django-rest-framework poetry python sqlite3 unit-testing

Last synced: 23 Oct 2024

https://github.com/davidlj95/angular-18-cypress-jasmine-types

Minimal reproduction for JetBrains IDEs issue about unit test types and Cypress

cypress jasmine jetbrains-ides minimal-reproduction unit-testing webstorm

Last synced: 18 Oct 2024

https://github.com/webcooltz/course-management-api

Node JS API for a course management system.

api expressjs graphql jasmine nodejs rest swagger swagger-ui unit-testing

Last synced: 31 Oct 2024

https://github.com/robsoncastilho/portaeletronica

Exemplo de uso de um stub para eliminar a dependência de DateTime e possibilitar que a classe que precisa de data/hora seja testável.

csharp manual-stub stub unit-testing

Last synced: 17 Oct 2024

https://github.com/justfifi17/student-gradebook-program-

This is a command-line tool that helps instructors manage student data, set grading policies, record and adjust grades, and calculate final scores 📚. It features a simple menu interface and stores data securely for easy access.

command-line-interface data-management file-handling grade-calculator gradebook-managament oop python unit-testing

Last synced: 07 Nov 2024

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

https://github.com/ashmalzahra/javascript-group-capstone-project

This JavaScript capstone project is about building web application based on an external API. The API provides data about TV Shows and the app has been built around it.

api-rest asyncronous best-practices callback code-review es6-modules git-conflicts gitflow html-css-javascript jest json promise single-page-app unit-testing webpack

Last synced: 31 Oct 2024

https://github.com/anastasia-a-zhivaeva/tic-tac-toe

Application from React tutorial https://reactjs.org/tutorial/tutorial.html

game react tutorial typescript unit-testing

Last synced: 07 Nov 2024

https://github.com/anastasia-a-zhivaeva/payment-terminal.front

Test exam on frontend developer vacancy. Payment terminal for the cell providers.

angular e2e-testing interview material unit-testing

Last synced: 07 Nov 2024

https://github.com/arjunmahishi/go-interface-mocker

An online tool to generate mock code for a go interface

golang mock online unit-testing webapp

Last synced: 13 Oct 2024

https://github.com/mariadelfers/tdd-exercises

Set of testing exercises in NetBeans

netbeans-ide tdd test test-automation testing unit-testing

Last synced: 23 Oct 2024

https://github.com/mystackbox/prj-mrp

This application was built to demonstrate practical problem-solving skills using Angular 2+ framework and related technologies (HTML5, Bootstrap, CSS3, etc)

angular-cli angular2 documentation github responsive-web-design restful-api seo unit-testing

Last synced: 31 Oct 2024

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

Implemented a C++ function, learned how to use CMake and Google Test framework for unit testing. Used a custom cpp devcontainer.

cmake cmakelists cpp devcontainer framework google-test makefile nodejs unit-testing

Last synced: 08 Nov 2024

https://github.com/seralaci/unittesting

Unit Testing (.NET Playground)

csharp dotnet testing unit-testing

Last synced: 13 Nov 2024

https://github.com/mahammad-mostafa/things-catalogue

This is the capstone project of the fourth module in the Microverse program. It is a console app for handling items inside a catalogue built with Ruby & PostgreSQL.

gitflow-workflow microverse microverse-projects microverse-ruby microverse-students oop-principles postgresql relational-databases rspec rubocop ruby solid-principles sql unit-testing

Last synced: 31 Oct 2024

https://github.com/andressakarla/testes-automatizados-unitarios-calculadora_ruby

Projeto de Testes Automatizados Unitários desenvolvido para ser executado diretamente no código-fonte em uma calculadora em Ruby nas ferramentas Rspec e GitHub Actions

fixtures github-actions github-workflows json rspec ruby unit-testing

Last synced: 31 Oct 2024

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

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

axios bcrypt express jest jsonwebtoken mongodb mongoose nodejs nodejs-server nodemon react supertest testing unit-testing

Last synced: 12 Nov 2024

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

https://github.com/pawlovskiii/parser-formatted-string-binding-for-cpe-2.3

The task is about writing your parser Formatted String Binding for CPE 2.3. The key thing about the project is the correctness of the inputted string CPE. I firmly focused on various validations including regex to test them within unit tests nextly.

json list-comprehension modules pytest python python-sys regex unit-testing

Last synced: 11 Nov 2024

https://github.com/eliahkagan/subaudit

Subscribe and unsubscribe for specific audit events

audit context-manager events python subscribe testing unit-testing unsubscribe

Last synced: 05 Nov 2024

https://github.com/pawlovskiii/stake-yield-defi-protocol

Application is about reward system protocol within staking certain tokens. It uses ERC20 standards from OpenZeppelin, Oracles from ChainLink, and all different kinds of Mocks. It's well tested, especially within unit and integration tests.

brownie-eth modules python solidity type-hints unit-testing

Last synced: 11 Nov 2024

https://github.com/aabduvakhobov02/myburger-reactjs

The main functionality of the application is that you make a burger by adding ingredients to the burger and order it. Then you can see your order on the checkout page. An objective of the project - My Burger is practicing and learning React JS.

css jest lifecycle-component react-router reactjs redux unit-testing

Last synced: 08 Nov 2024

https://github.com/daniel-brai/ecommerce-drf

A deep dive into Django Rest framework with a focus on database design and performance, unit and end-to-end testing and so on

database-performance-analysis database-schema-design django-rest-framework end-to-end-testing unit-testing

Last synced: 05 Nov 2024

https://github.com/wesleysbmartins/node_test

Jest é um framework de teste unitário de código aberto em JavaScript criado pelo Facebook a partir do framework Jasmine. Jest é uma das ferramentas de teste unitário mais difundidas dentro da comunidade de JavaScript. Aqui vamos explorá-lo usando uma aplicação Node em Typescipt.

jest nodejs npm test typescript unit-testing

Last synced: 24 Oct 2024

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

https://github.com/charlenry/charleshenrisaintmars_9_18082022

Projet Billed - Il s'agit de la partie front-end d'une application permettant de gérer des notes de frais des employés.

api-sqlite bdd bootstrap4 chrome-debugger end-to-end-testing integration-testing jasmine jest tdd unit-testing

Last synced: 15 Nov 2024

https://github.com/diego3/telefonia

TDD, E2E, CI and REST - Web Project

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

Last synced: 12 Nov 2024

https://github.com/waffiqaziz/story-app

Story App is an Android app built for educational purposes, allowing users to post stories with photos, share locations, and discover other people's activities.

android appcompat camerax custom-view espresso google-maps-api kotlin mockito paging3 remote-mediator retrofit2 room-database splashscreenapi ui-testing uix unit-testing

Last synced: 08 Nov 2024

https://github.com/aldenvallestero/serverless-unit-test-boilerplate

This repository is created to help beginners understand the basic, fast and easy way to score almost 100% of unit test coverage using the serverless framework.

javascript jest nodejs serverless unit-testing

Last synced: 10 Nov 2024

https://github.com/course-one/react-unit-testing

A sample unit testing setup for React using GitHub actions.

github-actions react testing unit-testing

Last synced: 13 Nov 2024

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

https://github.com/everythingfunctional/vegetables

For a healthier code base, eat your vegetables

fortran testing unit-testing

Last synced: 08 Nov 2024

https://github.com/aradi/fortuno-export-serial

Serial export of the Fortuno unit testing framework to use as dependency in fpm. Use https://github.com/aradi/fortuno for any issues or pull requests.

fortran-2018 unit-testing

Last synced: 08 Nov 2024

https://github.com/dmitry-ryazantsev/learningprogresstracker

JetBrains Academy Project: Learning Progress Tracker

hashing regex unit-testing

Last synced: 16 Nov 2024

https://github.com/amany-mm/alx-backend-python

Python Backend Specialization

async integration-testing python unit-testing

Last synced: 17 Nov 2024

https://github.com/devtonin/palmeiras-api

🇳🇬 Palmeiras-model REST API built-in Java with Spring Boot as PoC for the following topics: unit and integration tests, DTO pattern, DIP principle and exception handling.

dependency-inversion-principle exception-handling integration-testing java mapper spring-boot unit-testing

Last synced: 08 Nov 2024

https://github.com/ericneves/myseries

🦧 API Restfull created with NodeJS, ExpressJS, MongoDB (mongoose), Unit Testes (jest), Docker and more...

api-rest jest mongodb nodejs unit-testing

Last synced: 17 Nov 2024

https://github.com/jeandv/unit-integ-tests

Testing - Pruebas unitarias y de integración.

javascript testing tests unit-testing

Last synced: 08 Nov 2024

https://github.com/davorbadrov/testing-playground

A simple Jest environment for playing with tests

jest nodejs unit-testing

Last synced: 16 Oct 2024

https://github.com/daviteixeira-dev/react-unit-testing

Testando aplicações React com Jest & Testing Library

jest react-testing-library unit-testing

Last synced: 08 Nov 2024

https://github.com/waikato-datamining/wai-test

Python library for unit tests.

python unit-testing

Last synced: 09 Nov 2024

https://github.com/kfsantos/go-api-books

REST API with unit tests and coverage percentage

api-rest api-testing coverage gin-gonic go golang gorm-orm json postgres testing unit-testing

Last synced: 08 Nov 2024

https://github.com/chinleung/laravel-browserstack

Run Laravel Dusk tests on BrowserStack.

browserstack browserstack-automate laravel unit-testing

Last synced: 05 Nov 2024

https://github.com/neurospeech/web-atoms-mvvm-todo

Sample Todo Application using Web Atoms MVVM

javascript mvvm sample typescript unit-testing web-atoms

Last synced: 07 Nov 2024

https://github.com/edsonwade/todo-system-application

This is a robust and scalable TODO application designed to help manage tasks efficiently. With a sleek frontend and a powerful backend, this app is built to enhance productivity.

axios-react cicd docker-compose flyway-migrations jpa-hibernate maven postgresql spring-boot tailwindcss unit-testing

Last synced: 14 Oct 2024

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

Useful JUnit Jupiter material

integration-testing junit5 unit-testing

Last synced: 08 Nov 2024

https://github.com/hlibpavlyk/chat-app

An application following Clean Architecture principles, featuring a DDD (Domain-Driven Design) chat system using ASP.NET Core, Entity Framework Core, and SignalR, with CRUD operations, real-time messaging, and comprehensive testing

asp-net-core clean-architecture ddd-architecture integration-testing signalr unit-testing websocket

Last synced: 10 Nov 2024

https://github.com/nruslanr/items-k8s

Example of synchronous communication between Spring Boot microservices

circuit-breaker docker integration-testing k8s mock-testing open-feign rest-api spring-boot synchronous-communication unit-testing

Last synced: 31 Oct 2024

https://github.com/mbuesch/dummy-esp-idf-sys

Dummy replacement for https://crates.io/crates/esp-idf-sys

dummy esp-idf stub unit-testing

Last synced: 31 Oct 2024

https://github.com/felixojiambo/investements_accounts

This project is a Django Rest Framework (DRF) API designed to manage investment accounts. It allows multiple users to belong to an investment account and supports various permission levels for different accounts.

api cicd django-rest-framework docker docker-compose domain-driven-design drf-spectacular jwt-authentication permissions python serialization unit-testing

Last synced: 31 Oct 2024

https://github.com/keplersj/jest-serializer-json-ld-script

Serializer to correctly display JSON-LD objects in Jest snapshots

jest jest-serializer jest-snapshots json-ld react react-helmet seo snapshot-testing unit-testing

Last synced: 16 Nov 2024

https://github.com/ale-soares/vue-test-utils-crash-course

Vue test utils crash course project made to use as unit testing studying in Vue 3

jest unit-testing vue vue-test-utils vuejs

Last synced: 08 Nov 2024

https://github.com/ron96g/supertest-docs

A plugin for supertest that can be used to document REST APIs. It is influenced by the Spring-Boot solution restdocs.

automation docs documentation markdown node restdocs supertest unit-testing

Last synced: 15 Oct 2024

https://github.com/kefirjs/chai-kefir

Chai plugin for asserting on Kefir Observables.

chai chai-plugin javascript kefir kefir-observables unit-testing

Last synced: 16 Nov 2024

https://github.com/luigirazum/money-compass

MoneyCompass is a mobile web application where you can manage your budget. You have a list of payments associated with a category, so that you can see how much money you spent and on what. It allows you to register and log in to keep the data private, introduce new categories and payments and see the money spent on each category. Give it a try!

authentication autorization budget integration-testing mobile-app model-view-controller mvc-pattern postgresql rails ruby-on-rails unit-testing validation

Last synced: 12 Nov 2024

https://github.com/thedevtop/go-vio

Virtual I/O package for Go

golang io unit-testing

Last synced: 09 Nov 2024

https://github.com/elisaborba/buy-smith

O BuySmith é uma aplicação em Typescript e Sequelize para gerenciar produtos medievais. Conta com autenticação JWT para segurança e oferece funcionalidades para CRUD de itens, proporcionando uma experiência de compra intuitiva.

docker express jwt-authentication mysql nodejs sequelize typescript unit-testing

Last synced: 09 Nov 2024

https://github.com/itsdorosh/itvdn-angular-testing-course

Repository for ITVDN course "Testing Angular Applications". Check the branches in order to navigate to specific lesson.

angular e2e-testing learning unit-testing

Last synced: 15 Nov 2024

https://github.com/tomerfi/selenium-nunit-robotframework-tutorial

A walkthrough a C# web app tested with Nunit, Selenium, and RobotFramework.

acceptance-testing blog-post dev nunit3 robot-framework selenium unit-testing

Last synced: 01 Nov 2024

https://github.com/JandroMejia97/ng-testing

This Angular app is used to learn how to make unit tests with Jasmine

angular jasmine testing unit-testing

Last synced: 23 Oct 2024

https://github.com/mdecker-mobilecomputing/maven_palindromchecker

Command line application with Java to check if a string is a palindrome word or not (exercise for unit test refactoring)

exercise github-actions java maven palindrome-checker unit-testing

Last synced: 09 Nov 2024

https://github.com/jewel109/blog-server

Blog Api with end to end testing for user to following other user, create blog post , real time news feed , notifications. Used event driven architecture in kafka, elasticsearch for fast search , mongodb for data storage and redis for caching

docker-compose elasticsearch endtoendtesting jest kafka mongodb redis rest-api tyepscript unit-testing

Last synced: 02 Nov 2024

https://github.com/germanmorini/api-test-unitarios-crud

Ejemplo de pruebas unitarias para una aplicación CRUD

docker h2-database hibernate java jpa junit spring unit-testing

Last synced: 15 Nov 2024

https://github.com/wojciechdlugosz/currency-react-app-unit-testing

First tests - unit testing, integration testing

integration-testing react unit-testing

Last synced: 10 Nov 2024

https://github.com/sandwich1699975/arduinounitplatformio

My template for using ArduinoUnit unit tests with Platform IO

arduino embedded platformio unit-testing

Last synced: 05 Nov 2024

https://github.com/hellbus1/ventnews

Flutter based news app built using News API (https://newsapi.org/) for fetching realtime data.

bloc cubit dart flutter flutter-bloc-test integration-testing news-app test test-driven-development unit-testing

Last synced: 15 Nov 2024