Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- GitHub: https://github.com/topics/unit-testing
- Wikipedia: https://en.wikipedia.org/wiki/Unit_testing
- Created by: Kent Beck, Erich Gamma
- Released: 1997
- Related Topics: testing, integration-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing, junit,
- Aliases: unit-tests,
- Last updated: 2024-11-20 00:26:01 UTC
- JSON Representation
https://github.com/dstrebkov/cpp-cmake-project-template
CMake based C++ Project Template
c-plus-plus cmake cpp doctest fakeit gcov gcovr testing unit-testing
Last synced: 23 Oct 2024
https://github.com/Paul-vrn/Compiler-Software-project
Compiler of a subset of Java to ARM assembly code
antlr4 arm assembly compilation end-to-end-testing jacoco-report java lexer maven oop-compilation parser unit-testing
Last synced: 23 Oct 2024
https://github.com/dmitry-ryazantsev/learningprogresstracker
JetBrains Academy Project: Learning Progress Tracker
Last synced: 16 Nov 2024
https://github.com/joanjane/test-doubles-training
Test doubles and testability exercises and samples in dotnet core
netcore test-doubles testing unit-testing
Last synced: 23 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/Max-Derner/GildedRose-Refactored
This is my best go (so far!) of refactoring Terry Hughes' Java GildedRose Kata. I did cheat though by editing the Item class
abstract inheritance java refactoring unit-testing
Last synced: 23 Oct 2024
https://github.com/luav/mettle
A C++14 unit test framework
concise-framework cplusplus cpp14 framework prototyping unit-testing
Last synced: 23 Oct 2024
https://github.com/lmorente/course-testing
Java testing course: JUnit 5 and Mockito
Last synced: 23 Oct 2024
https://github.com/wibosco/ViewInspector-Example
An example project using ViewInspector to test SwiftUI screens
Last synced: 23 Oct 2024
https://github.com/schufeli/swiss-transport
Public transport timetable application, find your train, bus, or ship connections to the desired destination in Switzerland. Project for the Module M138.
ict-bz swiss-transport unit-testing wpf
Last synced: 23 Oct 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/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/dangvanthanh/testing-practice
Vitest Practice
typescript unit-testing vitest
Last synced: 14 Nov 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/Suzanemh/BankApplicationTesting
Obligatorisk oppgave i systemtesting
software-testing testing unit-testing
Last synced: 23 Oct 2024
https://github.com/alansastre/sedcat-plugin
SonarQube Sedcat plugin for quality measurement in unit testing.
complexity coverage expert-systems fuzzy-logic java metrics percentage quality sonarqube testing testing-tools unit-testing unit-testing-framework widget
Last synced: 13 Nov 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/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/antonharbers/jest-testing-demo
JS Testing Demo - The Odin Project: https://www.theodinproject.com/lessons/node-path-javascript-testing-practice
babel javascript jest testing unit-testing
Last synced: 18 Nov 2024
https://github.com/antonharbers/binary-search-tree-demo
Binary Search Tree - The Odin Project: https://www.theodinproject.com/lessons/javascript-binary-search-trees
binary-search-tree binary-search-tree-visualiser javascript jest npm testing unit-testing
Last synced: 18 Nov 2024
https://github.com/giovanifranz/fc-2.0-ci-go
dockerfile github-actions go unit-testing
Last synced: 23 Oct 2024
https://github.com/ismailnguyen/fraction-kata
Fraction Kata
javascript jest nodejs unit-testing
Last synced: 08 Nov 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/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/mattjesc/gpu-accelerated-fap
GPU-Accelerated Frequency Analysis Prototype using CUDA, Unit Testing, and User-Defined Settings
c cmake cpp cuda cufft googletest gpu gpu-acceleration gpu-computing gpu-programming nvidia signal-processing test test-automation testing unit-testing
Last synced: 23 Oct 2024
https://jagoda11.github.io/pokemon-react-app/
🐢 displaying pokemons 🐡 React application built with TypeScript that leverages the Pokémon API to display a list of Pokémon and their detailed information. The application consists of two primary pages: a list of Pokémon and a detail page for each individual Pokémon. The detail page also showcases the selected Pokémon's evolutions. 🐹
awesome-list babel ci-cd code-spaces eslint formatting frontend gh-pages github-actions github-pages jest pokemon-api prettier react react-hooks react-router redux typescript unit-testing webpack
Last synced: 28 Sep 2024
https://github.com/pateljay15/furrever-home
This project is made by following Test-Driven-Development and performed Unit Testing (86 % coverage) and Integration Testing. Used Docker for managing entire application and implemented CI/CD for different stages like build, test, quality, publish, deployed on VM instance provided by University. Followed SOLID principles and removed Code Smells.
cicd code-quality code-smell-detection docker git integration-testing react solid-principles spring-boot talwindcss test-driven-development unit-testing
Last synced: 19 Nov 2024
https://github.com/touradbaba/habit_tracker
Habit Tracker app with python.
command-line-interface functional-programming object-oriented-programming python sqlite3 unit-testing
Last synced: 19 Nov 2024
https://github.com/nickemma/express-api-design
Chronos Pro is a cutting-edge time management and productivity application designed to help modern professionals streamline their daily schedules, optimize workflows, and achieve their goals with greater efficiency.
expressjs jwt-authentication postgresql prisma typescript unit-testing
Last synced: 15 Nov 2024
https://github.com/hokkung/srv
Internal library for communication with HTTP protocol for Golang application
Last synced: 17 Nov 2024
https://github.com/mahmoudahmadosman/unit-and-integration-testing
Spring Boot unit testing and integration testing
integration-test java jpa-hibernate lombok maven spring-boot unit-testing
Last synced: 15 Nov 2024
https://github.com/rbkgh/billablehoursapi
docker docker-compose gradle hibernate integration-testing java k8s kotlin kubernetes spring-boot unit-testing
Last synced: 15 Nov 2024
https://github.com/pedrosfaria2/websocket_binance_api
A client for binance's websocket api
api api-client api-rest api-websocket cryptocurrency market-data rust tokio-rs trading unit-testing
Last synced: 09 Nov 2024
https://github.com/pedrosfaria2/crypto-currency-market-data
An app to get real time market data
api-rest benchmarking criptocurrency market-data performance-testing pytest python python3 sqlalchemy unit-testing
Last synced: 09 Nov 2024
https://github.com/areal060781/python-katas
Python exercises
kata pytest tdd training unit-testing
Last synced: 19 Nov 2024
https://github.com/areal060781/javascript-katas
Javascript exercises
mocha nodejs training unit-testing
Last synced: 19 Nov 2024
https://github.com/mo7amedaliebaid/dineout_task
algorithms dart data-structures flutter restaurants testing tree-structure unit-testing
Last synced: 15 Nov 2024
https://github.com/rcmilan/ex-pricing-schools
Implementando um montão de libs
api-rest automapper bogus docker dotnet map migrations nunit repository scrutor sql sqlserver swagger tests unit-testing webapplicationfactory
Last synced: 17 Nov 2024
https://github.com/epomatti/dojo-for-net
Unit test dojo exercises for .NET
dotnet-core efcore entity-framework-core mock nsubstitute rabbitmq specflow testing unit-testing xunit
Last synced: 17 Nov 2024
https://github.com/dananderson/cassandra-test
Cassandra Test is a Java test framework for writing unit tests and integration tests against a Cassandra database.
cassandra cassandra-database cassandra-test java spring-test unit-testing
Last synced: 19 Nov 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 Nov 2024
https://github.com/jpcadena/automated-software-testing
Automated Software Testing using Python
bdd behave cli-app flask integration-testing python restful-api tdd test-automation test-driven-development testing unit-testing unittest
Last synced: 15 Nov 2024
https://github.com/tsheporamantso/alpha_chat_v2
Ruby on Rails Chat application
bcrypt bootstrap5 functional-testing gravatar-url integration-testing many-to-many one-to-many partials postgresql ruby-on-rails test-driven-development unit-testing will-paginate
Last synced: 19 Nov 2024
https://github.com/hasnathjami/quickgrab
An E-Commerce App using Jetpack Compose
firebase flow livedata material-design mvvm-hilt-room retrofit2-coroutines unit-testing
Last synced: 17 Nov 2024
https://github.com/dynamicbalaji/ngtestingdemo
Unit Testing demo for Angular application
angular angular-cli angular2 angular4 jasmine karma karma-jasmine testing unit-testing unittest
Last synced: 19 Nov 2024
https://github.com/colinrobertbrooks/testing-javascript-applications-demo
A demo app with static analysis and unit/integration/end-to-end tests 🧪
end-to-end-testing integration-testing javascript nodejs reactjs testing unit-testing
Last synced: 19 Nov 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/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 Nov 2024
https://github.com/mrbrunelli/terere-builder
My studies of Builder Pattern, Factory Pattern and Repository Pattern with Javascript
builder-pattern design-patterns factory-pattern javascript mocha repository-pattern terere unit-testing
Last synced: 15 Nov 2024
https://github.com/h3rmel/zustand-kanban
A simple kanban board with React, TypeScript and Zustand.
react rippleui tailwindcss testing-library typescript unit-testing vite vitest zustand
Last synced: 15 Nov 2024
https://github.com/doamaral/python-unittest
Resultado de algumas explorações de testes unitários com Python e Unittest
oop-principles python unit-testing unittest
Last synced: 15 Nov 2024
https://github.com/s0fft/sycloth-shop
Clothing-Shop — SSR Ecommerce Project on Django + API on Django REST Framework
api-rest celery django django-rest-framework django-templates ecommerce layout postgresql postman python3 redis server-side-rendering unit-testing
Last synced: 15 Nov 2024
https://github.com/arxone/besttest
A smart replacement to the old, decaying MStest :wink:
Last synced: 17 Nov 2024
https://github.com/badgerati/node-edison
This is the node.js version of the Edison .NET unit testing framework
assert continuous-testing edison integration-testing nodejs parallel regression-testing system-testing test-framework tests unit-testing
Last synced: 15 Nov 2024
https://github.com/karenpayneoregon/kp-converters
For teaching C#
csharp-core nuget-package unit-testing
Last synced: 20 Nov 2024
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/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/hashim21223445/solid-quickstart
# Andoka-2 H.5 Andoka now TV
android angular api automation aws express firebase html java javascript jquery js laravel mongoose python typescript unit-testing unity youtube zsh
Last synced: 17 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/gabrielrabreu/dotnet-concepts
Testei de tudo aqui
api-versioning automapper cqrs csharp dotnet efcore ioc ioptionssnapshot layered-architecture mediatr microsoft-identity middleware password-hasher swagger unit-testing
Last synced: 17 Nov 2024
https://github.com/gabrielrabreu/oldones.angularkarma
Projeto dedicado a explicar o funcionamento dos testes unitários em Angular com Karma e Jasmine.
angular concepts examples jasmine karma typescript unit-testing unit-tests
Last synced: 17 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/bperlakih/swift4cart
A simple e-commerce cart solution in Swift 4
checkout ios11 swift-4 unit-testing
Last synced: 18 Nov 2024
https://github.com/khayati-asrani/electric-drums-pwa
Electric Drums App
chai chai-enzyme drum-machine drumpad electric-drums enzyme jest react unit-testing
Last synced: 17 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
https://github.com/donaldkellett/flask-ping-server
A Flask microservice complete with a fully automated DevOps pipeline
cicd continuous-delivery devops docker flask kubernetes python3 unit-testing
Last synced: 11 Nov 2024
https://github.com/vomnes/c2FyYmFjYW5l
docker docker-compose golang javaspring junit5 mongodb unit-testing
Last synced: 15 Nov 2024
https://github.com/bemxio/binary-vigenere
A C library for encrypting/decrypting data in a binary Vigenère cipher
binary-vignere-cipher bytearray c library unit-testing vigenere vigenere-cipher
Last synced: 15 Nov 2024
https://github.com/jimcresswell/general-js-test-automation-demo
Demo of multi-layer test automation in a two service Node web app with third-party data depencies, including Consumer Driven Contract Testing
api-testing bdd bootstrap4 consumer-driven-contracts cucumber javascript-testing mocha nodejs pact-js portfolio product-behaviour tdd test-automation unit-testing web-testing webdriver
Last synced: 15 Nov 2024
https://github.com/mbuesch/dummy-esp-idf-svc
Dummy replacement for https://crates.io/crates/esp-idf-svc
dummy esp-idf stub unit-testing
Last synced: 31 Oct 2024
https://github.com/tobuya/catalog_of_my_things
Here, we have created a console app that will help us to keep a record of different types of things we own: books, music albums, movies, and games. Built using Ruby.
postgresql rspec ruby unit-testing
Last synced: 20 Nov 2024
https://github.com/cbuschka/easymock-eval
Example how to write unit tests with easy mock.
Last synced: 15 Nov 2024
https://github.com/donaldkellett/github-actions-test
GitHub Actions test
cicd continuous-delivery devops docker flask kubernetes python3 unit-testing
Last synced: 11 Nov 2024
https://github.com/zakimohammed/ng-unit-test-app
Angular project for unit test session's sample
angular jasmine karma unit-testing
Last synced: 31 Oct 2024
https://github.com/dzy321/docker-mysql-driver
docker mysql driver for unit test
Last synced: 15 Nov 2024
https://github.com/dirkchristianbecker/simpleunittests
Simple Unit tests for Godot.net
csharp game-development godot mit-license open-source unit-testing
Last synced: 15 Nov 2024
https://github.com/unbreakabl3/unbreakabl3.github.io
Blog site about IT automations
jasmine typescript unit-testing vmware vrealize-automation vrealize-orchestrator vro
Last synced: 31 Oct 2024
https://github.com/carseven/adventjs
Repo for solving https://adventjs.dev challenges with typescript and Jest
advent-of-code algorithms javascript jest test testing typescript unit-testing
Last synced: 17 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/hudson-newey/ng-jasmine-async-wrapper
A simple wrapper for async functions in Angular + Jasmine
angular jasmine jasmine-framework jasmine-tests test testing testing-tools unit-testing
Last synced: 31 Oct 2024
https://github.com/clintonbrito/ibm-bootcamp
Code created during an IBM Bootcamp of Java + Angular.
angular jasmine java javascript nodejs spring spring-boot typescript unit-testing
Last synced: 31 Oct 2024
https://github.com/gpreviatti/github-clone-angular
This simple project is a github clone to exercice unit tests with angular js
Last synced: 31 Oct 2024
https://github.com/safafa/testing_practice
This is a practice exercises for testing javascript functions with Jest.
Last synced: 20 Oct 2024
https://github.com/hmasum52/cse308-software-engineering-sessional
Contains all offline assignment implementation
chain-of-responsibility-pattern creational-design-patterns design-patterns java junit5 oop structural-design-patterns unit-testing
Last synced: 08 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/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/rcardin/kafka-testing
Kafka Unit Testing Usine Spring Kafka and MockConsumer/MockProducer Classes
kafka spring-kafka unit-testing
Last synced: 17 Nov 2024
https://github.com/segovoni/sql-start-2024-sql-unit-testing-automation
Automate the testing of one or more SQL Server objects using tSQLt, Docker, and GitHub Action!
ci-cd demo docker github-actions sql-server tsqlt unit-testing
Last synced: 17 Nov 2024
https://github.com/segovoni/1nn0va-saturday-2023-sql-unit-testing-automation
Automate the testing of one or more SQL Server objects using tSQLt, Docker, and GitHub Action!
ci-cd demo docker github-actions sql-server tsqlt unit-testing
Last synced: 17 Nov 2024
https://github.com/transientlunatic/notes-software
Notes on software engineering principles for the natural sciences
containers docker htcondor lecture-notes notes python python-package scientific-computing singularity software-development software-engineering testing tutorial unit-testing version-control versioning
Last synced: 18 Nov 2024
https://github.com/mateuschaves/todo-react-native
📄 ✅ Todo feito em React Native usando Typescript, Expo e testes unitários
react-native typescript unit-testing
Last synced: 17 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/hazae41/phobos
Modern and minimalist testing library for the web
asynchronous browser concurrency deno esmodules fast javascript minimalist parallel-computing testing typescript unit-testing web
Last synced: 18 Oct 2024
https://github.com/janhesters/riteway-testing-library
Example setup of RITEway with Testing Library.
nextjs reactjs riteway tape testing-library unit-testing
Last synced: 14 Oct 2024