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-15 00:30:52 UTC
- JSON Representation
https://github.com/khesualdo/openid-connect-id-token-validator
:crown: :trophy: :moneybag: This code provides the basic steps required to locally verify an ID Token signed using asymmetric encryption (eg. RS256). It uses packages from Microsoft for key parsing and token validation. The code is also testable and comes with a suite of unit tests.
asymmetric-cryptography authentication authorization csharp dotnet json-web-key json-web-token jwk jwt jwt-decode microsoft mocking moq oidc-jwks-verify openid-connect rs256 single-sign-on sso unit-testing
Last synced: 05 Nov 2024
https://github.com/stefh/solidity-examples
Solidity SmartContract Examples
abi code-generation coverage csharp javascript linter solidity solidity-contracts unit-testing
Last synced: 26 Oct 2024
https://github.com/saddamarbaa/software-testing
==> Software testing examples with Jest and also with (mocha and chai)
bdd-tests end-to-end-testing integration-test jest mocha-chai tdd-test unit-testing
Last synced: 21 Oct 2024
https://github.com/mc-cat-tty/complementiprogrammazione
Appunti del corso di Complementi di Programmazione. UniMoRe. 2023-2024.
functional-programming garbage-collection garbage-collector map-reduce object-oriented-programming oop python python3 reference-counting unit-testing
Last synced: 27 Oct 2024
https://github.com/samuellucas97/minicurso-introducao-teste-software-spring
Curso online teórico-prático voltado ao público que esteja interessado em aprender sobre Teste de Software em projeto Spring.
assertj-assertions docker docker-compose hibernate-validator integration-testing intellij jacoco-coverage junit5 lombok-maven mysql-database spring-data-jpa spring-mvc springboot swagger-ui unit-testing
Last synced: 07 Nov 2024
https://github.com/germanysources/abap_test_injection
Test Injections in ABAP before release 750
abap test-automation unit-testing
Last synced: 02 Nov 2024
https://github.com/ahmad-hamwi/pokedex-flutter
Pokedex demonstrates modern Flutter development with Clean Architecture, Bloc state management, Error Handling, Unit Testing, CI-CD Pipelines, and more.
bloc clean-architecture dio error-handling flutter get-it mockito shared-preferences unit-testing
Last synced: 10 Nov 2024
https://github.com/hustcc/jest-expect
🃏😂 Make jest expect more convenient.
assertion expect jest jest-extended unit-testing
Last synced: 04 Nov 2024
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.
Last synced: 02 Nov 2024
https://github.com/AmielCyber/tdd-tic-tac-toe
Test Driven Development Tic Tac Toe Demo with Jest.
dark-theme jest light-theme react react-testing-library test test-driven-development tic-tac-toe typescript unit-testing usereducer
Last synced: 23 Oct 2024
https://github.com/accenture/docknet
A pure Numpy implementation of neural networks for educational purposes
deep-learning docker jupyter neural-networks python rest-api unit-testing
Last synced: 12 Nov 2024
https://github.com/fogfish/it
Human-friendly unit tests assertions for Go
assert behavior-driven-development go golang human-friendly test-driven-development unit-testing
Last synced: 27 Oct 2024
https://github.com/thibaudcolas/unit-test-workshop
Unit testing 101 workshop, in JavaScript with Jest (via create-react-app).
javascript jest unit-testing workshop
Last synced: 30 Oct 2024
https://github.com/mipmipp/rick-and-morty-wiki
Rick and Morty Wiki is a web app with a user-friendly interface. It fetches character data from the Rick and Morty API, utilizing caching for optimal performance. Built with HTML, CSS, Bootstrap and JavaScript, it follows a modular architecture, employing ES modules, entities, mappers, and services. Includes Jest for testing.
bootstrap css entity esmodules html javascript jest-tests localstorage mapper netlify oop rickandmortyapi unit-testing wrapper
Last synced: 08 Nov 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/theryansmee/jest-mocking-like-a-pro
Mocking data like a pro (Jest & Angular tutorial)
angular jest mocking tutorial unit-testing
Last synced: 15 Oct 2024
https://github.com/hrkings/express-typescript-full-template
A full feature Express API template, including database, Babel toolchain and full testing support
api babel database dx express express-js hot-reload integration-testing javascript mocha postgres rest-api typescript unit-testing
Last synced: 07 Nov 2024
https://github.com/urbanjost/m_msg
convert all common variables to a string in Fortran using unlimited polymorphic variables
fortran fortran-package-manager fpm testing unit-testing
Last synced: 08 Nov 2024
https://github.com/pedrior/motorent-aluguel-de-motos
Uma API REST para gerenciar aluguel de motos desenvolvida com ASP.NET Core, Arquitetura Limpa, DDD e Testes de Unidade e Integração
api aspnetcore clean-architecture cqrs ddd design-patterns docker dotnet efcore integration-testing postgresql unit-testing
Last synced: 12 Nov 2024
https://github.com/juz501/docker-nginx-alpine-playground
Playground for learning docker
alpine-linux boilerplate docker javascript nginx php7 travis-ci unit-testing
Last synced: 13 Nov 2024
https://github.com/mariodudjak/multilayeronionarchitecture
ASP.NET & Angular - Example of Onion multilayer architecture.
angular4 asp-net async-await automapper composition-pattern dependency-injection entity-framework inversion-of-control ninject onion-architecture repository-pattern srp unit-testing unitofworkpattern
Last synced: 15 Nov 2024
https://github.com/codecop/rabatt-rechner-kata
Exercise for finding tests for boundary conditions.
boundary-conditions code-kata exercise kata test-cases unit-testing
Last synced: 06 Nov 2024
https://github.com/gopherlabsltd/android-clean-architecture
Demo Android application (written Kotlin) built to highlight MVP (Model View Presenter) and Clean Architecture concepts 🚿
android android-devops clean-architecture dependecy-injection devops kotlin mvp-architecture reactive-programming rx unit-testing
Last synced: 09 Nov 2024
https://github.com/dean9703111/jest-typescript-starter
深入淺出 Jest 測試框架(使用 TypeScript)
jest test-driven-development unit-test-framework unit-testing vscode-extension
Last synced: 13 Nov 2024
https://github.com/johnsonjh/leaktestfe
leaktestfe: A convenience library and front-end for Uber's goleak
go golang goleak goroutines leak-detection testing unit-testing
Last synced: 27 Oct 2024
https://github.com/ac-gomes/data-engineering-with-databricks
A simple boilerplate for data engineering and data analysis training in Databricks.
data-analysis data-engineering databricks databricks-notebooks pyspark python unit-testing
Last synced: 09 Nov 2024
https://github.com/imolein/gambiarra
A tiny lua unit-testing library. Mirror of
Last synced: 23 Oct 2024
https://github.com/helpscout/jekyll-joule
Joule 🔸: A Jekyll library for Unit Testing
jekyll open-source unit-testing
Last synced: 25 Oct 2024
https://github.com/bhovhannes/jestor
Defines how Jest mocks should behave
implementation jest mock spy unit-testing
Last synced: 05 Nov 2024
https://github.com/bushmusi/my-catalog
In this project we have create a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your program's class structure.
linter oop pgsql ruby tdd unit-testing
Last synced: 11 Nov 2024
https://github.com/seanmayer/java-restful-refresher
Java Spring Boot REST API, JPA, Native SQL Queries, MySQL, Apache Tomcat, AWS EC2, AWS Beanstalk, JWT, STS
api-rest aws-ec2 aws-rds-mysql aws-ses aws-sts beanstalk h2-database java jpa jwt mysql mysql-database rest rest-api spring spring-boot swagger tomcat unit-testing webservices
Last synced: 15 Nov 2024
https://github.com/ivangfr/springboot-testing-mysql
Goals: 1) Create a simple Spring Boot application to manage users; 2) Explore the utilities and annotations that Spring Boot provides for testing; 3) Test using Testcontainers.
integration-testing java mapstruct mysql spring-boot spring-data-jpa springdoc-openapi testcontainers unit-testing web
Last synced: 30 Oct 2024
https://github.com/alansastre/java-junit-mockito
Ejemplos de testing unitario con JUnit 5 y Mockito en Java.
java java11 java17 java8 junit junit5 mockito testing unit-testing
Last synced: 13 Nov 2024
https://github.com/hazae41/asn1
Zero-copy ASN.1 and DER coding 🏎️
asn1 browser decoding der encoding esmodules javascript nodejs parser typescript unit-testing zero-copy
Last synced: 18 Oct 2024
https://github.com/islamarr/MVI_Clean_Architecture
🚀 Grid view List of pictures.
clean-architecture coroutines hilt-dependency-injection moshi-converter mvi-architecture navigation-component retrofit2 state-flow unit-testing viewbinding
Last synced: 23 Oct 2024
https://github.com/risc-os-community/munit
This is a port to RISC OS of the munit library for C Unit Testing
c coding gcc hacktoberfest hacktoberfest2022 library risc-os riscos testing testing-library unit-testing
Last synced: 14 Nov 2024
https://github.com/renatozr/vehicle-shop-api
API que maneja dados de veículos de uma concessionária.
chai express mongodb mongoose nodejs poo rest-api swagger swagger-ui typescript unit-testing
Last synced: 08 Nov 2024
https://github.com/hazae41/x509
Zero-copy X.509 certificates for the web 🏎️
asn1 certificate certificate-authority decoding der encoding esmodules javascript letsencrypt nodejs parser pem ssl tls typescript unit-testing x509 zero-copy
Last synced: 18 Oct 2024
https://github.com/donkirkby/testing
Essay and sample code for writing unit tests in Python
Last synced: 23 Oct 2024
https://github.com/jsuyog2/express-sequelize-api
Express Sequelize API repository! This project is a robust and scalable RESTful API built using Express.js and Sequelize. 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 expressapi expressjs expressjs-api jwt jwt-auth jwt-authentication jwt-token loginapi node nodejs postgresql role-based-access-control sequelize unit-testing
Last synced: 14 Nov 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/mvrilo/go-example-repo-mock
example go go-sqlmock golang mock model repository-pattern tests unit-testing
Last synced: 15 Oct 2024
https://github.com/rubydevi/todolist-minimalist
In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.
babel html-css-javascript jest unit-testing webpack
Last synced: 07 Nov 2024
https://github.com/owen-krueger/sqlitememorydatabaseprovider
For creating in-memory SQLite databases to be used within unit tests.
automock automocker database entity-framework entity-framework-core entityframeworkcore net6 net7 net8 sqlite unit-testing
Last synced: 09 Nov 2024
https://github.com/tonivade/purecheck
Property based testing in Java
experimental functional-programming java property-based-testing unit-testing
Last synced: 30 Oct 2024
https://github.com/mrlesmithjr/travis-ansible-testing
ansible ansible-roles travis-ci unit-testing
Last synced: 12 Oct 2024
https://github.com/ghilain/food-recipee
This is a Capstone project being built in the second module of curriculum at microverse. it's an application that uses the MealDB API to display meals and instructions on how to make the meals. The project also utilizes the Involvement API to update and display comments and likes for the meals
css3 eslint html5 javascript npm unit-testing
Last synced: 28 Oct 2024
https://github.com/kdinev/jsunit-gen
Unit test generator for JavaScript.
javascript typescript unit-testing
Last synced: 11 Nov 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/randhir200/budgetbuddy
BudgetBuddy is a expense tracking application designed to help you monitor and manage your spending with ease. Built with a modern tech stack, this project leverages the strengths of HTML, CSS, JavaScript, React, Node.js, Express, MongoDB, and PostgreSQL to deliver a seamless and efficient user experience.
css docker express html javascript linux mongodb mongoose nginx nodejs pm2 postgresql react unit-testing
Last synced: 13 Oct 2024
https://github.com/clausklein/queuedthreadpool
Examples based on boost and asio
asio boost clang-static-analyzer cmake cpp17 examples gcov lcov multithreading pattern threadsanitizer unit-testing
Last synced: 31 Oct 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/manosbatsis/corda-testacles
Tools to grow cordapp test suites.
corda cordapps integration-testing junit-extension junit5 testcontainers unit-testing
Last synced: 07 Nov 2024
https://github.com/tommyip/ts-use-exports
A TypeScript transformer that makes stubbing work when targeting CommonJS
commonjs stubs typescript typescript-transformer unit-testing
Last synced: 10 Nov 2024
https://github.com/jl-/tupe
Generic unit-testing runner for front-end.➰
ava front-end puppeteer test testing unit unit-testing
Last synced: 12 Oct 2024
https://github.com/ericsizemore/phpunit-coverage-check
Check the code coverage using the clover report of PHPUnit.
code-coverage code-coverage-checker coverage coverage-report phpunit test testing testing-tools unit-testing
Last synced: 30 Sep 2024
https://github.com/dansantander/trax
Rails app for helping you with keeping track of your tasks and fees per activity with no complications.
integration-tests postgresql rails5 rspec ruby unit-testing
Last synced: 07 Nov 2024
https://github.com/stanislavkozlovski/unit-test-kt
This is the example code for an article of mine about Kotlin's access modifiers and how it impacts unit-testing methods.
hacktoberfest hacktoberfest-accepted junit junit5 kotlin kotlin-test kotlin-testing unit-testing
Last synced: 12 Nov 2024
https://github.com/meyskens/continuous-ino
continuous integration for Arduino
Last synced: 12 Oct 2024
https://github.com/ksharma67/lyft-back-end-engineering-virtual-experience-program
Architecting a low-level system to improve performance and modularity! 🚗
backend forage lyft oops-in-python python python3 software-architecture tdd-python uml unit-testing
Last synced: 06 Nov 2024
https://github.com/solenoden/onlineportfolio.backend
My personal website and online portfolio
jest node postman postman-collection project-13657452 skill-backend-development skill-unit-testing tech-jest tech-node tech-typescript typescript unit-testing
Last synced: 12 Nov 2024
https://github.com/solenoden/onlineportfolio.frontend
My personal website and online portfolio
angular cicd-github-actions cloud-heroku github-actions jasmine project-13657452 skill-frontend-development skill-unit-testing tech-angular tech-jasmine tech-typescript typescript unit-testing
Last synced: 12 Nov 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/mchalapuk/fake-promise
:pray: Total control over when ES6 promises are resolved. Intended for use in unit tests.
es6-promise fake javascript mock promise resolve testing unit-testing
Last synced: 12 Oct 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/sohil-mansuri/amadues-flight-search-microservice
Amadeus Flight Search with Soap api
docker dotnet-core flights fluentvalidation ipwhite logging microservice middleware redis soap-web-services unit-testing xml
Last synced: 13 Oct 2024
https://github.com/staivanov/unit-testing
Unit testing C# code with NUnit and Moq
csharp dotnet dotnet-core moq nunit unit-testing
Last synced: 13 Oct 2024
https://github.com/arashjafari/smarturlshortener
Smart URL shortening tools in Laravel
bootstrap browser-testing dockerfile feature-testing hacktoberfest laravel laravel7 php shortener unit-testing url-shortener
Last synced: 11 Nov 2024
https://github.com/eisberg-labs/actix-actor-expect
Utility for unit testing actix actors, extension for `Mocker`
Last synced: 10 Nov 2024
https://github.com/grigorygerasimov/excel-in-js
Excel variation written in Vanilla JS
excel excel-table javascript jest-tests js self-written-dom-framework self-written-redux unit-testing vanilla-javascript vanilla-js
Last synced: 14 Nov 2024
https://github.com/biyonik/cleanarchitectureaccountingapp
Clean Architecture Accounting Application - .NET 7 | CQRS | Onion Architecture | PostgreSQL | Angular
angular clean-architecture cqrs csharp dotnet entity-framework-core generic-repository mediatr moq multitenant n-tier-architecture net7 onion-architecture postgresql unit-testing unitofwork webapi
Last synced: 13 Nov 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/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/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/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/robertlorenz/calculate-due-date
Java procect
clean-code java junit unit-testing
Last synced: 11 Nov 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/shaikahmadnawaz/react-testing
Testing in react by using Jest and React Testing Library 🧪
jest react react-testing-library unit-testing
Last synced: 06 Nov 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/codemedic/bash-pack
Bash scripts library
bash library logging semver unit-testing
Last synced: 11 Nov 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/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/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/jphp-group/tester
Unit Testing Framework for JPHP and JPPM
jphp php testing unit-testing unittest
Last synced: 05 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/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/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/marschall/spring-test-scope
a Spring test scope
integration-testing java spring unit-testing
Last synced: 31 Oct 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/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/sohil-mansuri/amaduesflightsearch
Amadeus Flight Search with Soap api
docker dotnet-core flights fluentvalidation ipwhite logging microservice middleware redis soap-web-services unit-testing xml
Last synced: 29 Sep 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/pktcodes/jotto-react-testing-project
Jotto Project Testing using Jest, Enzyme, TDD
bonnie-schulkin create-react-app default-props enzyme jest jotto jsdoc netlify prop-types react test-cases test-driven-development testing unit-testing
Last synced: 10 Nov 2024
https://github.com/marijatopalova/taskmanagementsystem
A RESTful API built using ASP.NET Core (.NET 8) for managing tasks, users, and projects. This API allows for the creation, updating, assignment, and tracking of tasks across multiple projects, along with user management.
api-versioning asp-net asp-net-core aspnetcore dotnet dotnet-core entity-framework entity-framework-core moq moq-framework net8-web-api nunit nunit-tests repository-pattern restful-api sqlserver swagger swagger-ui swashbuckle unit-testing
Last synced: 20 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