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/bethanyuo/truffle-advanced

Solidity-specific Unit Tests with Truffle

solidity solidity-testing truffle truffle-testing unit-testing

Last synced: 13 Nov 2024

https://github.com/hakenr/workingeffectivelywithlegacycodedemo

DEMO for my Working Effectively with Legacy Code sessions

castle-windsor demo dependency-injection moq unit-testing

Last synced: 26 Oct 2024

https://github.com/typed-sigterm/any

Mock anything with a Magic Object.

chai jest mock testing unit-testing vitest

Last synced: 10 Nov 2024

https://github.com/dpvreony/nettestregimentation

Unit Test Regimentation for .NET

conformance unit-testing

Last synced: 28 Oct 2024

https://github.com/lh0x00/ts-lib-boilerplate

a simple template and easy to start for a library using Typescript and Jest

boilerplate ci jest node template typescript unit-testing

Last synced: 05 Nov 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/theoryofnekomata/react-testing-demo

Demonstration for various ways on testing React apps

demo enzyme jest react storybook unit-testing

Last synced: 13 Nov 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/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/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/chicio/asynchronous-testing-closure-dependency

This repository contains an example for my article "Asynchronous testing in Swift".

asynchronous-tests closure swift unit-testing xctest

Last synced: 17 Nov 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/jeamon/go-digital-root-algorithms

This is a short full scale coding challenge consisting of implementing two algorithms that compute the digital root of a given number. Each function has its unit test and benchmark implementations as well. Outputs have been provided to see how looks like the execution results.

algorithms benchmarking data-structures go-examples golang unit-testing

Last synced: 17 Nov 2024

https://github.com/marcelodiass/static-generator

This project is a static-website-generator, working with OOP in Python, Unit Test, and Web Servers

object-oriented-programming python test-automation unit-testing

Last synced: 14 Nov 2024

https://github.com/stratedge/wye

A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.

mocking mysql pdo pdo-replacement php phpunit unit-test unit-testing unit-tests

Last synced: 03 Nov 2024

https://github.com/grahamstrickland/epi

Algorithms and test cases from Elements of Programming Interviews in Python - Aziz, Lee, & Prakash

elements-of-programming-interviews nosetests python3 unit-testing

Last synced: 11 Nov 2024

https://github.com/lenin-anzen/javascript-unit-testing

Pruebas unitarias con Karma, Jasmine, Mocha, Jest, Chai...

chai jasmine javascript jest karma mocha unit-testing

Last synced: 12 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: 12 Nov 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/babkock/videostore

My final project for CIS 152 Data Structures. A GUI program with SQLite database.

cplusplus graphical-user-interface qt5 qt5-gui qt5-widgets qt6 qtcreator sqlite sqlite3 threads unit-testing

Last synced: 11 Nov 2024

https://github.com/fracasula/file-to-slack

A little app that reads from a file and sends its content to a Slack webhook

golang slack slack-webhook unit-testing

Last synced: 13 Oct 2024

https://github.com/pedroemmanuelbuerger/unit_tests

Projeto para aprimorar meus conhecimentos de testes com a biblioteca do jest.

jest tdd unit-testing

Last synced: 16 Nov 2024

https://github.com/cimpress-mcp/tiger-clock

An injectable, mockable source of the current date and time.

clock unit-testing

Last synced: 16 Nov 2024

https://github.com/m7moudgadallah/softlink

is a simple and efficient URL shortener designed to streamline the process of creating and sharing shortened URLs.

expressjs functional-testing integration-testing jest mongodb mongoose nodejs postman rest-api unit-testing

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

https://github.com/lh0x00/ts-node-boilerplate

a simple template and easy to start to build a Node project using Typescript and Jest

api boilerplate ci jest node server template typescript unit-testing

Last synced: 05 Nov 2024

https://github.com/ps0305/ng-unittesting

Unit testing in angular using Jasmin with Karma

angular angular-cli karma unit-testing

Last synced: 08 Nov 2024

https://github.com/m7moudgadallah/express-skeleton

This is a repository that provides a project skeleton for Node.js applications built with the Express.js framework. It includes a predefined set of middleware and error handling configurations, making it easier to start developing your web applications.

custom-error-handling expressjs jest nodejs project-skeleton unit-testing

Last synced: 08 Nov 2024

https://github.com/prdktntwcklr/embedded-cli

A simple command-line interface for use in embedded systems.

cli command-line embedded microcontroller unit-testing

Last synced: 14 Nov 2024

https://github.com/danitilahun/jest_testing

Comprehensive testing suite for Next.js applications, encompassing JavaScript unit tests followed by Next.js-specific unit and integration tests. Utilizes Jest for unit testing, integrating To-Do list functionality, and implements API mocking for robust testing of the To-Do list features.

api-mocking integration-testing javascript jest-test mocking-service-worker nextjs unit-testing

Last synced: 07 Nov 2024

https://github.com/tpal-dev/flutter_scaffold_clean_architecture_app

Flutter scaffold app: Clean Architecture, BLoC, Freezed, DIO HTTP get request + unit tests.

bloc clean-architecture dart dependency-injection dio flutter freezed scaffold-template tdd unit-testing

Last synced: 11 Nov 2024

https://github.com/lucasdengcn/bookstore-demo

Practices over Spring boot, JPA, Gradle, Unit Test, Integration Test, OAS etc.

integration-testing spring unit-testing

Last synced: 08 Nov 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/codemedic/bash-pack

Bash scripts library

bash library logging semver unit-testing

Last synced: 11 Nov 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/bedirhanssaglam/kotlin-tests-on-calculator-app

Unit tests and Instrumentation test of Calculator App in Kotlin

android calculator instrumentation java kotlin test unit-testing

Last synced: 13 Nov 2024

https://github.com/itzg/try-sb-test-properties-loading

This Spring Boot code demonstrates several ways of using a type-safe configuration class during unit testing

spring-boot unit-testing

Last synced: 14 Nov 2024

https://github.com/przemek-jablonski/github-graphql-doodle

example of GraphQL Android client app, based on new Github's API

dagger2 graphql-java graphql-query mockito unit-testing

Last synced: 12 Nov 2024

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

Docker image/Dockerfile for criterion

criterion dockerfile unit-testing

Last synced: 09 Nov 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 Nov 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/aleccool213/mutation-testing-talk

A talk I did for a Flipp lunch-n-learn covering Mutation Testing

javascript jest mutation-testing stryker typescript unit-testing

Last synced: 11 Nov 2024

https://github.com/flazefy/gudangku-laravel

GudangKu helps you manage your belongings, from home supplies and food stock to furniture. Set reminders to remind you to cleaning or maybe time to restocking some of your home supplies. In this apps also have generate reports to create shopping or maintenance list. Start organizing your inventory with GudangKu’s features. Created using Laravel

api-testing calendar cronjob csv-export dusk firebase firebase-storage laravel machine-learning mailer migrations mysql pdf php rest-api seeding statistics swagger telegram-bot unit-testing

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

https://github.com/mustansirzia/js-exam

This is a very simple JavaScript exam to make you feel comfortable with arrays, strings, objects and JavaScript in general.

ecmascript javascript jest practice testing unit-testing

Last synced: 11 Nov 2024

https://github.com/alexgalhardo/notes-api-clean-architecture.alexgalhardo.com

A REST Notes API using Clean Architecture with Typescript, Express, Mongodb and Unit & Integration tests.

api-rest clean-architecture docker express integration-testing mongodb tests typescript unit-testing

Last synced: 11 Nov 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/nashtech-labs/kafka-unit-testing.g8

A Sample application of Kafka Producer/Consumer API and its unit testing using Embedded Kafka.

embedded-kafka kafka kafka-consumer kafka-producer unit-testing

Last synced: 05 Nov 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/smarttoolfactory/rxjava-style-livedata-and-flow-testobserver

TestObserver class for LiveData to test multiple values like ViewState such as loading, and result states or multiple post and setValues

android-unit-test android-unit-testing livedata unit-testing

Last synced: 11 Nov 2024

https://github.com/khouloudhaddad/cart-management

Cart management with native PHP - TDD

php-native php8 tdd unit-testing

Last synced: 11 Nov 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/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/nlesc-nano/assertionlib

A package for performing assertions and providing informative exception messages.

assertion assertion-library assertions python-3 python-3-6 python-3-7 python-3-8 python-3-9 testing unit-testing

Last synced: 12 Oct 2024

https://github.com/winterpuma/bmstu_testing

bmstu, IU7-7, Тестирование и Отладка ПО (2020)

7term bmstu e2e-tests iu7 testing unit-testing

Last synced: 16 Nov 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/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/nurislam03/classassistant

Semester final project for CSE327 (Software Engineering) course at North South University.

design-pattern jwt mongodb node react redux rest-api unit-testing

Last synced: 10 Nov 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/marcl/facebook-messenger-bot

Fork of Facebook messenger bot to show adding tests to existing code.

bot chai facebook js-testing-made-easy mocha unit-testing

Last synced: 14 Oct 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/xtrendence/comp2005-coursework

Grade: 73%. COMP2005 Coursework by Khodadad (Adrian) Nouchin. An application for testing an API that provides information regarding restaurants in NYC.

api-testing functional-testing integration-testing jackson java json json-api junit unit-testing

Last synced: 10 Nov 2024

https://github.com/mizrael/webapitestingskeleton

A simple example of how to structure a .NET Core Web API project with tests

dotnet dotnet-core dotnetcore integration-testing testing unit-testing webapi

Last synced: 14 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/lschmid83/wikipedia-extractor

Wikipedia Extractor is a lightweight C# library which can be used to extract XML page data from a Wikipedia data dump.

data-dump integration-testing page-title regex search-algorithm search-index unit-testing wikipedia xml

Last synced: 31 Oct 2024

https://github.com/daveanthonyc/data-structures-and-algorithms

👩🏽‍🔧 🧩 🔢 🖩 Based on the course by ThePrimeagen: "The Last Algorithms Course You'll Need" as listed below. The '/src/dsa' directory in this React project contains multiple TypeScript files with implementations of fundamental concepts in data structures and algorithms.

computer-science data-structures dsa-practice software-engineering theprimeagen typescript unit-testing vitest

Last synced: 14 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/remirobert/go-mobile-twitter-stream

Golang mobile experimentation on iOS. Simple twitter stream client

asyncdisplaykit go go-mobile golang gomobile gomobile-bind snapshot-testing swift-3 texture unit-testing

Last synced: 12 Nov 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/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/jsuyog2/express-mongodb-api

Welcome to the Express MongoDB API repository! This project is a robust and scalable RESTful API built using Express.js and MongoDB. It provides a clean and efficient backend solution for managing data and handling various API requests in a Node.js environment.

api api-development backend express expressjs expressjs-api jwt jwt-auth jwt-authentication jwt-token jwttoken loginapi mongodb mongoose node nodejs role-based-access-control unit-testing

Last synced: 14 Nov 2024

https://github.com/tkraak/intro-unit-test

:circus_tent: Workshop: Intro to unit testing with AVA

ava javascript learn testing unit-test unit-testing

Last synced: 14 Oct 2024

https://github.com/stepanzh/scoredtests.jl

Test utilities with scoring.

julia teaching-assistant unit-testing

Last synced: 05 Nov 2024

https://github.com/inventor96/fatfree-test-manager

A lightweight class to run and report the results from unit tests using the Fat-Free Framework Test class.

composer fat-free-framework fatfree-framework fatfreeframework testing unit-testing

Last synced: 13 Oct 2024