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/mozameljawad/tdd-project

In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.

rspec ruby unit-testing

Last synced: 02 Nov 2024

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

SmallTest — SmallTalk unit tests, from scratch

pharo pharo-smalltalk smalltalk unit-testing

Last synced: 31 Oct 2024

https://github.com/gaurav156/SpringBoot-Ex-gradle

Spring Boot Gradle middleware server for Vue.js-Ex frontend

gradle java junit5 open-api rest-api spring-boot springboot swagger-ui unit-testing

Last synced: 23 Oct 2024

https://github.com/primus-anonymous/atms-ios

OSM data based ATMs locator

alamofire cuckoo mvvm rxswift swift unit-testing

Last synced: 23 Oct 2024

https://github.com/rocker2102/todo-laravel

A simple app to learn the basics of Laravel 8 framework [Under Dev.]

blade-template-engine bootstrap-5 laravel-8 php-8 todoapp unit-testing

Last synced: 12 Oct 2024

https://github.com/egorand/kotlin-unit-tests

Sample code for a workshop session called "Better Unit Tests with Kotlin"

junit kotlin unit-testing

Last synced: 13 Oct 2024

https://github.com/cdhunt/testing

A unit test runner for PowerShell

testing unit-testing

Last synced: 28 Oct 2024

https://github.com/mxschmitt/golang-tdd-example

Test driven development in Golang based on Martin Fowlers stack example.

golang simple tdd unit-testing

Last synced: 17 Oct 2024

https://github.com/syed007hassan/backend-engineering-lyft

This repo contains the codebase of the tasks included in the virtual experience program of Forage.

factory-pattern refactoring tdd uml-class-diagram unit-testing

Last synced: 07 Nov 2024

https://github.com/tebogoyungmercykay/concurrent-testing-framework

This project demonstrates the use of a custom multi-threaded testing framework to compare the performance of sequential and concurrent test execution. The framework uses custom annotations to specify the execution mode and order of tests.

annotations concurrent-synchronization gradle junit5 kotln runner testing unit-testing

Last synced: 01 Nov 2024

https://github.com/mhweiner/hoare

An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.

ava jasmine jest mocha mocha-typescript mochajs test testing typescript unit unit-testing

Last synced: 10 Oct 2024

https://github.com/kathleenwest/contosopizzawebapidemo

A simple web api demo with swagger documentation, custom error handling, unit tests, JsonPatch, and a HttpClient tester. Features tutorial-style YouTube videos for some topics.

asp-net-core console-application contoso csharp custom-error-handling demo discussion error-handling httpclient jsonpatch learn-to-code microsoftlearn swagger swagger-documentation swagger-ui tutorial unit-testing web-api webapi youtube-video

Last synced: 11 Oct 2024

https://github.com/razonyang/swoole-unit

The unit test helpers for Swoole

swoole unit-test unit-testing

Last synced: 08 Oct 2024

https://github.com/pdsuwwz/vite-react-unit

Unit Testing for React 18.x + TS -- 搭建 React 单元测试环境(包含覆盖率测试)

babel jest react sample testing typescript unit unit-testing vite

Last synced: 27 Oct 2024

https://github.com/b0o/mulberry

Mulberry is a 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: 29 Oct 2024

https://github.com/edmartt/go-testing-mocks

This project is for learning about mocking external services calls

go golang mock mocking solid-principles sqlite3 unit-test unit-testing vertical-slice-architecture

Last synced: 15 Oct 2024

https://github.com/alexf91/ltest

A unit testing framework for Lean 4

lean lean4 unit-testing unittest

Last synced: 01 Nov 2024

https://github.com/sbcgua/mockup-compiler-js

Mockup compiler for mockup loader (js implementation)

abap excel-to-text hacktoberfest mockup-loader test-automation testing-tools unit-testing

Last synced: 10 Oct 2024

https://github.com/dhleong/vim-latte

A pleasant companion for unit testing

mocha pytest unit-testing vim

Last synced: 17 Oct 2024

https://github.com/janijegoroff/solidity-unit-testing-basics

Basic smart contract unit testing examples in Solidity using Truffle, Hardhat and Foundry.

blockchain ethereum evm foundry hardhat javascript nft smart-contracts solidity truffle unit-testing

Last synced: 29 Oct 2024

https://github.com/Martin-BG/SoftUni-JavaScript-Advanced

JavaScript Advanced course at SoftUni - Oct 2018

course dom javascript jquery softuni unit-testing

Last synced: 23 Oct 2024

https://github.com/kumuluz/kumuluzee-testing

KumuluzEE Testing is a set of tools and utilities for testing KumuluzEE microservices.

cloud-native integration-testing java javaee kumuluz microprofile microservices testing unit-testing

Last synced: 05 Nov 2024

https://github.com/tommoulard/docker-criterion

Docker image/Dockerfile for criterion

criterion dockerfile unit-testing

Last synced: 11 Oct 2024

https://github.com/arfnsamsul/react-native-testing-sample

sample code of unit testing, snapshot testing, & code coveragw

code-coverage enzyme jest react react-native snapshot-testing testing unit-testing

Last synced: 23 Oct 2024

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

https://github.com/albertarakelyan/checkinator-frontend

A simple MERN app for testing Stripe with user and subscription management, and for taking React architecture I used to know to the next level with advanced usage of unit tests.

eslint mern-stack pwa react redux redux-toolkit sass stripe typescript unit-testing

Last synced: 11 Oct 2024

https://github.com/samlatavares/java-testes-unitarios

Project made during the "Unit Tests in Java: Master JUnit, Mockito and TDD" course from Udemy.

java junit maven mockito powermock unit-testing

Last synced: 31 Oct 2024

https://github.com/tybruno/unit-vs-functional-testing

We discuss the differences between Unit and Functional testing with Python examples. We also make a case of why functional testing should be the minimum requirement for testing a project.

functional-testing python testing unit-testing unittesting

Last synced: 18 Oct 2024

https://github.com/chrisshim98/loginapp

DotNet x Angular Web Application - with unit tests

angular dotnet-core jasmine nunit unit-testing

Last synced: 31 Oct 2024

https://github.com/kanzatahreem/todolist-best-practices

Received a code review on a Webpack based webapp, build with JavaScript, To-do list is a tool that helps users to organize their day

code-review html javascript jest pair-programming todolist unit-testing webpack

Last synced: 11 Oct 2024

https://github.com/lepetere/angularstrykerdemo

A demo of unit and mutation testing using Karma, Jasmine & Stryker in an angularjs 1.6 project.

angular1 angularjs jasmine javascript karma mutation-testing unit-testing

Last synced: 27 Sep 2024

https://github.com/lllucius/skilltest

Command line Alexa skill tester

alexa avs server skill testing unit-testing unittest voice

Last synced: 23 Oct 2024

https://github.com/ilancohen/jest-class-mocker

Jest mocks for TypesScript Classes

jest jest-mocking mock typescript unit-testing

Last synced: 02 Aug 2024

https://github.com/adrianomonteiroweb/golang-crud

Repositório de estudos em Golang com um projeto CRUD, Postgres e Docker.

crud docker gin go golang pg postgresql psql testify unit-testing

Last synced: 11 Oct 2024

https://github.com/silic0ns0ldier/theory

WIP multi-target JS test framework. Run tests in any JS runtime.

tdd test-framework test-runner testing unit-testing

Last synced: 14 Oct 2024

https://github.com/akitsu-sanae/yurusanae

C++ header only testing library

cpp header-only unit-testing

Last synced: 23 Oct 2024

https://github.com/ryanorsinger/intro-to-testing-js

Intro to writing unit tests in test-driven-development for JS

tdd tdd-javascript unit-testing

Last synced: 23 Oct 2024

https://github.com/edmartt/go-unit-test-excercise

A simple go project for learning about unit test in simple way and with cases table

go golang testing testing-practices unit-testing

Last synced: 15 Oct 2024

https://github.com/bjoern-hempel/js-testing-framework

This is a small testing framework to make test driven development and unit testing easy.

javascript test-driven-development unit-testing

Last synced: 07 Nov 2024

https://github.com/olegsych/inspector

A simple .NET Reflection API for white-box unit testing.

dotnet dotnet-standard reflection unit-testing

Last synced: 18 Oct 2024

https://github.com/leotm/book-store

MVP app for Vendigo's coding exercise for an online book shop 📚 Chose to try the new Angular 5. Followed by successful 2 hours of live pair programming implementing and learning HapiJS on the fly. Later further successful phone interviews with the CEO, then investor Mads Faurholt.

angular5 bootstrap4-alpha6 chai coding-exercise hapi http-get json karma-jasmine minimal mocha mvp nodejs sinon typescript unit-testing

Last synced: 11 Oct 2024

https://github.com/loay-ashraf/MVVM-Testing-Example

An example of testing MVVM application (both Unit and UI) using XCTest framework.

mvvm tdd ui-testing unit-testing

Last synced: 23 Oct 2024

https://github.com/hamid-yg/unit_tests

Units Tests in several languages

c cpp epitech haskell unit-testing

Last synced: 23 Oct 2024

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

unit tests for Ballerina Langauge

ballerinaplat unit-test unit-testing unittests

Last synced: 28 Oct 2024

https://github.com/mjetpax/80smixtapeapi

The 80's mixtape API is a fun application that creates mixtapes of top pop hits from the 1980s!!

api docker docker-compose go golang postgresql unit-testing

Last synced: 13 Oct 2024

https://github.com/thomascode92/javascript-testing

A collection of resources used to master the art of "Testing in JavaScript".

javascript jest nodejs testing unit-testing vitest

Last synced: 26 Oct 2024

https://github.com/hima890/airbnb_clone_v3

Welcome to the Airbnb Project - Version 3! This project is a comprehensive RESTful API implementation built with Flask and Flask-RESTful. It emulates core functionalities of the Airbnb platform, including managing users, places, states, cities, and amenities.

airbnb-clone alx-africa alx-backend alx-software-engineering backend-api flask-api flask-application flask-sqlalchemy html-css-javascript jinja2-templates oops-in-python puppet python static team unit-testing

Last synced: 28 Oct 2024

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

https://github.com/ashtech15/credit-capital

rewards v2 & vault contracts for the credit capital ecosystem

chai ethereum ethers fantom hardhat solidity typescript unit-testing vue3 vuex

Last synced: 14 Oct 2024

https://github.com/ashwinvis/beyond-100-test-cov

A.K.A. Why 100% test coverage is not good enough OR Typing + Unit tests

mypy pyconse pyconse2022 pytest typing unit-testing

Last synced: 30 Oct 2024

https://github.com/saintzet/fiscaldevicestatusdecoder

Program for decode HEX response from fiscal device to Binary and transformation into a comfortable look using the documentation of this device.

binary daisy datecs ddd domain-driven-design eltrade fd fiscal fiscal-printer fiscaldevices hex incotex mvvm mvvm-architecture port tremol unit-testing wpf xaml

Last synced: 05 Nov 2024

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: 28 Sep 2024

https://github.com/verbasu/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: 30 Oct 2024

https://github.com/glpzzz/gateways

This sample project is managing gateways - master devices that control multiple peripheral devices.

bootstrap5 chai crud docker-compose expressjs mocha mongoose nodejs rest-api unit-testing vue

Last synced: 12 Oct 2024

https://github.com/teekaytech/tic-tac-toe-js

A popular TicTacToe game where players can continue playing after each round and the winner of each round is being stored until the game is reloaded. Built with JavaScript.

babel javascript jest unit-testing

Last synced: 31 Oct 2024

https://github.com/jphp-group/tester

Unit Testing Framework for JPHP and JPPM

jphp php testing unit-testing unittest

Last synced: 05 Nov 2024

https://github.com/cabdesigns/trace-test-listener

Searches the call trace when running your unit tests. Useful for identifying dependencies that should be mocked.

php phpunit phpunit-listener unit-testing

Last synced: 12 Oct 2024

https://github.com/rproenza86/simplerestapi-graphql-client

GraphQL server project built using Apollo Server and ExpressJS.

apollo-server expressjs graphql integration-testing jest unit-testing

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

https://github.com/sibeeshvenu/wcf-unit-tests-nunit-rhino-mocks

The detailed article can be found here: https://sibeeshpassion.com/wcf-service-unit-tests-using-nunit-with-rhino-mocks-and-entity-framework/

csharp nunit nunit-tests rhino rhino-mocks unit-testing wcf wcf-service

Last synced: 05 Nov 2024

https://github.com/keplersj/jest-serializer-react-helmet

Serializer to display React Helmet data in Jest Snapshots

jest jest-snapshots react react-helmet seo side-effects snapshot-testing unit-testing

Last synced: 03 Aug 2024

https://github.com/mitya57/cxxunit

Simple C++ unit testing library

cplusplus header-only testing unit-testing

Last synced: 15 Oct 2024

https://github.com/nadavwr/makeshift

Makeshift unit testing library for Scala Native

mit-license scala-native unit-testing

Last synced: 04 Aug 2024

https://github.com/ghaschel/stylus-true

Framework to unit test your Stylus files.

preprocessor stylus unit-test unit-testing unit-tests

Last synced: 06 Nov 2024

https://github.com/keep-out-from-my-app/unit-testing-training

Unit testing practice work of "Software testing and verification" course, RTU MIREA

gradle gradle-kotlin-dsl java junit kotlin testing unit-testing

Last synced: 31 Oct 2024

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

Teste de mutação em PHP usando Infection.

infection mutation-testing php php8 unit-testing

Last synced: 13 Oct 2024

https://github.com/aashrafh/reactbullets

Some points I wrote before start coding Oud frontend in addition to some helpfull rsources which was a helping hand.

best-practices bullets front-end front-end-development frontend frontend-framework javascript learning learning-resources notes react reactjs unit-testing

Last synced: 24 Oct 2024

https://github.com/kaosdev/test-decorators

Typescript decorators for developing framework agnostic tests

decorators jasmine jest mocha testing typescript unit-testing

Last synced: 14 Oct 2024

https://github.com/samuellucas97/goal-list-ci-cd

Continuous delivery with static analysis using SonarCloud/JaCoCo and automated test with Spring/Mockito

docker github-actions integration-testing mysql sonarcloud spring unit-testing

Last synced: 07 Nov 2024

https://github.com/zijianhuang/fonlowtesting

Helper functions for constructing unit testing and integration testing efficiently

ci-server continuous-integration csharp iis iis-express unit-testing

Last synced: 12 Oct 2024

https://github.com/ansaribrahim/budget-app

Budget-App is a web-based application designed to help users manage their expenses and budgets effectively. It allows users to track their spending, categorize expenses, and set budget goals to achieve financial control.

capybara-rspec deployment erb font-awesome gitflow html javascript license linters rails rspec rubocop ruby rubyonrails tailwindcss unit-testing

Last synced: 02 Nov 2024

https://github.com/ulivz/karma-commonjs-test

a test example with karma for CommonJS module

commonjs commonjs-modules karma unit-testing

Last synced: 16 Oct 2024

https://github.com/drbarnabus/mimic

Fast, friendly and familiar mocking library for modern .NET

csharp dotnet dotnet-core fake mock mocking spy tdd test testing unit-test unit-testing

Last synced: 07 Nov 2024

https://github.com/jeantimex/slush-webpack-html

:rocket: Scaffold your next html5 app with webpack and webpack dev server.

code-coverage es6 html5-boilerplate slush unit-testing webpack-dev-server webpack3

Last synced: 11 Oct 2024