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/mbuesch/dummy-esp-idf-hal

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

dummy esp-idf stub unit-testing

Last synced: 31 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/safafa/testing_practice

This is a practice exercises for testing javascript functions with Jest.

javascript jest unit-testing

Last synced: 20 Oct 2024

https://github.com/rcrdk/gympass-api-nodejs-solid

A GymPass style API app for practicing the API REST on Node.js with SOLID principles.

docker e2e-tests fastify jwt nodejs postgresql prisma-orm rbac solid tdd typescript unit-testing vitest

Last synced: 12 Oct 2024

https://github.com/cesarparra/test-data-framework

The Salesforce Test Data Builder framework allows you to intuitively create Salesforce SObject data for your unit tests using a fluent language. It provides base support for any SObject, standard or custom, out of the box, but allows you to adapt it to your custom needs.

apex framework salesforce salesforce-developers salesforcedx sfdx testing unit-testing

Last synced: 14 Oct 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/carseven/angular-testing

Repository for practicing Angular unit and end to end testing

angular angular14 end-to-end-testing testing unit-testing

Last synced: 17 Nov 2024

https://github.com/kkgthb/web-site-nodejs-02-tests

Code for a teeny-tiny Node.js web server with Jest unit tests to ensure it really says Hello World!

express-js expressjs jest jest-tests node-js nodejs unit-testing web-server webserver

Last synced: 09 Nov 2024

https://github.com/fakhranii/jest-unit-testing-demo

testing demo using jest framework

javascript jest unit-testing

Last synced: 09 Nov 2024

https://github.com/khachornchit/selenium-net-quick-start

Selenium test development by using C#.NET

csharp oop-principles selenium-webdriver unit-testing

Last synced: 10 Nov 2024

https://github.com/wilcywilson/marsroverapi-webapp

A Web Development project using Spring MVC, Hibernate, MySQL, Thymeleaf and NASA API to create a web application that shows Mars Rover Images.

maven mysql nasa-api restful-api spring-boot spring-data-jpa spring-mvc thymeleaf-template-engine tomcat-server unit-testing

Last synced: 11 Nov 2024

https://github.com/dwmcrobb/libdwm

C++ library with a focus on serialization but including a syslog wrapper and a simple unit test facility

cpp20 logging serialization unit-testing

Last synced: 12 Oct 2024

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

https://github.com/henriqueweiand/nestjs-mongodb-order

Exercise using MongoDB, NestJS, JWT, Jest. This is a simple aplication that some endpoints require login and some not, and the user can create products and than create and order that has those products.

auth e2e-tests github-actions jest mongodb mongoose nestjs swc unit-testing

Last synced: 14 Nov 2024

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

https://github.com/victoreronmosele/file-system-test-dart

Code demonstration for my blog post: Mocking and Testing The File System In Unit Tests Dart/Flutter

dart filesystem flutter mocking testing unit-testing

Last synced: 18 Oct 2024

https://github.com/kanzatahreem/jest-testing

Wrote a few practical tests for JavaScript functions using the Jest library by following the AAA pattern to make your tests easier for other developers to read and understand. Used the TDD approach in practice.

javascript jest tdd unit-testing

Last synced: 11 Nov 2024

https://github.com/kilemonn/mock-all

A test mock utility library built on top of Mockito to simplify context configuration for test classes.

auto-mocking java jitpack kotlin mocking mockito test-context unit-test-context unit-testing

Last synced: 16 Nov 2024

https://github.com/florian-a/tokenizer

J'échange 🍕 contre ce token, jure il va prendre de la valeur !

42 cicd erc-20 ethereum hardhat tokenizer unit-testing

Last synced: 10 Nov 2024

https://github.com/robsoncastilho/comparacaosemantica

Exemplo de usa da biblioteca SemanticComparison para comparação semântica de objetos, mesmo sendo de tipos diferentes.

csharp semantic-comparison-lib unit-testing

Last synced: 17 Oct 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/imdesai00/unit-testing

You can perform testcases of your dotnet core web api. using this test cases you can find out how much your api give optimal solution.

api apitesing1 csharp dotnetcore dotnetcorewebapi testing unit-testing

Last synced: 12 Oct 2024

https://github.com/nnnlik/djangopdfmaker

This is a service designed to generate PDF files from a URL or HTML file. The service is built using Django, Django Rest Framework (DRF), Docker and Celery.

celery django flake8 poetry postgres pre-commit-hook redis unit-testing

Last synced: 09 Nov 2024

https://github.com/gcosta0410/y2s1-ldts-laboratorio-de-desenho-e-teste-de-software

Year: 2nd, Semester: 1st, Course: Laboratório de Desenho e Teste de Software (LDTS)

git gradle groovy java unit-testing

Last synced: 29 Sep 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/wickedone/muppet

unit testing your setters, getters, adders, removers, issers and whatevers

infection integration-testing mutation mutation-testing php phpunit tdd test testing testing-tools unit-test unit-testing

Last synced: 28 Sep 2024

https://github.com/victoreronmosele/shared-preferences-unit-test-flutter

Code demonstration for my blog post: Mocking and Testing Shared Preferences in Flutter Unit Tests

dart flutter fluttertutorials mocking sharedpreferences tutorials unit-testing

Last synced: 18 Oct 2024

https://github.com/paulkastel/02-temperatureconverter

An application wrote in C# with WPF using MVVM pattern. User provide an temperature and program return proper value in other units (Kelvin, Farenheit, Celsuis).

mvvm temperature-converter unit-testing wpf

Last synced: 09 Nov 2024

https://github.com/paulkastel/03-ageinseconds

Another program from programming challanges list 1.4. Calculates the difference in time between today and entered date by user. Written in C# with TDD process and YAGNI principle.

c-sharp datetime programming-challenges time unit-testing wpf

Last synced: 09 Nov 2024

https://github.com/hadisfr/cpp-simple-unit-test

a project for Advanced Programming S98 at University of Tehran ~ TAs' Solution

catch2 unit-testing

Last synced: 15 Nov 2024

https://github.com/shaikrasheed99/go-testing-greet

Testing the Greet functionality with Unit tests, Subtests and Table-driven tests.

go golang subtests table-driven-test tdd tdd-golang unit-testing

Last synced: 14 Nov 2024

https://github.com/kockaadmiralac/pygame-tests

WIP Pygame testing framework.

pygame unit-testing

Last synced: 07 Nov 2024

https://github.com/iamigi/linkedinapp

Linkedin fullStack App Angular + NestJS + SQL (TypeORM)

angular image-processing jwt-authentication jwt-token multer nestjs postgressql typeorm unit-testing

Last synced: 10 Nov 2024

https://github.com/muhammadpauzi/learn-unit-testing-with-mocha

🧪 Repository for save the result of learning unit test with ☕ Mocha.

mocha nodejs unit-testing

Last synced: 05 Nov 2024

https://github.com/jmbl1685/unitests-javascript-example

TDD example using Mocha + Chai, Ava, Jest

ava chai jest mocha nodejs tdd unit-testing

Last synced: 09 Nov 2024

https://github.com/souraevshing/testing

Beginners guide to demonstrate testing in ES6 and react library using jest testing framework.

integration-testing jest unit-testing

Last synced: 14 Nov 2024

https://github.com/artcc/presentation-project

Presentation of a Swift project with UIKit using Clean Swift and unit tests

clean-architecture clean-swift code presentation swift unit-testing

Last synced: 09 Nov 2024

https://github.com/darky/klubok

Do notation pipes for Promise-based or pure functions which easy to mock

do-notation functional-programming mock pipe promise unit-testing

Last synced: 12 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/hayaaburaed/simple-string-calculator

🧮 A simple JavaScript string calculator designed for learning unit testing with Jest.

javascript jest unit-testing

Last synced: 13 Oct 2024

https://github.com/wajid7511/unit_test_play_list

This repo will be used for Playlist which will be uploaded to my youtube channel https://www.youtube.com/@WajidKhanZeroDeveloper

c-sharp mstest unit-testing

Last synced: 13 Oct 2024

https://github.com/avojak/swt-unit

SWT unit testing utilities

java junit swt unit-testing

Last synced: 24 Oct 2024

https://github.com/zavierferodova/cinema-catalogue

Cinema Catalogue App Using Android Jetpack Component | Dicoding Belajar Android Jetpack Pro Final Submission

android dicoding dicoding-submission instrumentation-testing jetpack-android kotlin-android unit-testing

Last synced: 10 Nov 2024

https://github.com/foresterre/sif

🐺 Yet another parameterized testing library for Rust

case hacktoberfest macro parameterized parameterized-test rust test testing unit unit-test unit-testing

Last synced: 12 Oct 2024

https://github.com/durrezahmed/accenture-virtual-internship

This repository contains the submitted files of the various tasks assigned by Accenture Nordics Developer Virtual Internship.

accenture ai iam internship python uat unit-testing

Last synced: 10 Nov 2024

https://github.com/adarsonmez/sports-store

Source code of 'Pro ASP.NET Core 6' by Adam Freeman

asp-net-core blazor dotnet-core mvc razor-pages unit-testing

Last synced: 14 Nov 2024

https://github.com/marcopollivier/presentation.tdc.pact-go-node

Projeto usado como base para as apresentações sobre Pact e Testes de contrato no TDC

contract-testing e2e-testing integration-testing testing tests unit-testing

Last synced: 09 Nov 2024

https://github.com/jhtkoo0426/route-finder

An interactive journey planner for transporting via metro in major cities (currently supports London Underground only)

data-structures integration-testing javascript path-planning reactjs unit-testing visualization

Last synced: 09 Nov 2024

https://github.com/simone-sanfratello/tollo

javascript testing library AAA schema

bdd engine javascript nodejs tdd test testing unit-testing

Last synced: 29 Oct 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/elfaaels/apptask

Flutter App - To Do List (Playgrounds: Provider, Shared Preferences, Unit Testing, Animations)

animation flutter provider-state-management sharedpreferences unit-testing

Last synced: 09 Nov 2024

https://github.com/possen/bank

Bank app which demonstrates BrightFutures and how to test UITableViewControllers

brightfutures ios swift swift-package-manager tableview unit-testing

Last synced: 10 Nov 2024

https://github.com/mystackbox/monakali-attorneys-inc

A complete single-page application(SPA) project, developed from scratch using latest web technologies such as HTML5, CSS3 + SCSS, Bootstrap 5.2.x, Font Awesome, and Angular framework, with the implementation of responsive design principles.

angular angular-animations angular-cli devtools git-and-github karma-jasmine node-package-manager responsive-web-design search-engine-optimization unit-testing visual-studio-code

Last synced: 10 Nov 2024

https://github.com/sjeguedes/symfonytdac

Symfony 3 upgrade and application management

blackfire faker functional-testing phpunit symfony3 symfony4 unit-testing upgrade

Last synced: 13 Oct 2024

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

🎓 Pest tests example

pest pest-php unit-testing

Last synced: 15 Nov 2024

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: 28 Oct 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/space-code/objects-factory

The framework that helps you create objects for unit tests with ease

swift unit-testing

Last synced: 12 Nov 2024

https://github.com/temirlan-zh/test-task-user-api

Implementation of a test task for a job application.

e2e-tests jest mongodb mongoose nestjs rabbitmq rest-api typescript unit-testing

Last synced: 24 Oct 2024

https://github.com/thefeij/movie-search-api

Movie Search API to search for information about movies

docker elasticsearch godoc golang kubernetes makefile redis-cache unit-testing

Last synced: 09 Nov 2024

https://github.com/thefeij/go-map-cache

A Golang cache using map data structure

cache golang unit-testing

Last synced: 09 Nov 2024

https://github.com/mahammad-mostafa/school-library

This is the fifth project in the fourth module of the Microverse program. It is about a school library application implemented with Object Oriented Programming concepts using Ruby.

aggregates associations composition decorator-design-pattern decorator-pattern gitflow gitflow-workflow inheritance microverse microverse-projects microverse-ruby microverse-students oop oop-in-ruby polymorphism rspec rubocop ruby solid-principles unit-testing

Last synced: 02 Nov 2024

https://github.com/fongandrew/call-next

Hook to interrupt asynchronous function flow for ease of testing

async javascript stub testing typescript unit-testing

Last synced: 10 Nov 2024

https://github.com/adaiasmagdiel/leste

Leste is a powerful and user-friendly comprehensive Lua testing framework heavily inspired by PestPHP and pytest, aiming to simplify and streamline your testing process.

elegant framework lua testing tools unit-testing

Last synced: 10 Nov 2024

https://github.com/bberkay/unit-testing-with-php

Unit Testing with PHPUnit

php phpunit unit-testing

Last synced: 03 Nov 2024

https://github.com/mayconrfreitas/usermanager

Studies about ASP.NET Core Web API, Swagger, microservices, unit testing and Docker.

api api-rest asp-net-core docker dotnet5 microservices mongodb swagger unit-testing web

Last synced: 16 Nov 2024

https://github.com/stdevteam/rest_example

REST API example implemented with Django and Django-Rest-Framework.

django django-application django-rest-framework python3 restful-api swagger unit-testing

Last synced: 12 Oct 2024

https://github.com/mkoshtenko/svit-service

Storage for simple vertices inside table with Swift 5 and Vapor 4

docker swift unit-testing vapor vapor-4

Last synced: 10 Nov 2024

https://github.com/vitaliy-bezugly/ordersapi

A set of clean approaches based on cqrs (mediatR) to api development using the fictional example of customer orders

api-rest asp-net-core cqrs mediatr sqlite unit-testing x-unit

Last synced: 16 Nov 2024

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

Utilizes JavaScript and TypeScript in backend development to create scalable applications, including projects with Node.js.

javascript nodejs typescript unit-testing

Last synced: 10 Nov 2024

https://github.com/jrh89/react-unit-tests-js

This project demonstrates a simple application with basic authentication functionality, along with Jest tests to ensure the components works as expected.

jest jest-tests unit-testing

Last synced: 10 Nov 2024