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-08 00:30:42 UTC
- JSON Representation
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/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/egorand/kotlin-unit-tests
Sample code for a workshop session called "Better Unit Tests with Kotlin"
Last synced: 13 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/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/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/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 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/squiddev/omnomnom
An OCaml test runner inspired by Tasty
Last synced: 20 Oct 2024
https://github.com/mjbae/order-system
CLI based Order System
classical-test ddd integration-testing jpa kotlin unit-testing
Last synced: 15 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/helpscout/jekyll-joule
Joule 🔸: A Jekyll library for Unit Testing
jekyll open-source unit-testing
Last synced: 25 Oct 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/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/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/tsbrandon1010/TestGenie
Automatically generate unit tests for your code.
ai llm testing-tool unit-testing
Last synced: 07 Nov 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/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/tonivade/purecheck
Property based testing in Java
experimental functional-programming java property-based-testing unit-testing
Last synced: 30 Oct 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/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/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/c0zen/wiki
Just a bunch of stuff about Front-End stuff to help me (and maybe you) to have access to good pratices, reminders and snippet.
angular css front-end protip reminders sass unit-testing wiki
Last synced: 05 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/corentinth/vscode-test-pilot
Automatically generate test base templates for JavaScript and TypeScript functions.
extension jest mocha template test unit-testing vitest vscode vscode-extension
Last synced: 27 Oct 2024
https://github.com/khesualdo/unit-testing
:lemon: :cherries: :watermelon: My cheatsheet for writing unit tests with Moq.NET and MSTest
csharp dotnet microsoft moq moq-framework mstest testing unit-testing
Last synced: 05 Nov 2024
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/mokkapps/jasmine-test-selector
Visual code extension to list and select jasmine tests
describe it jasmine jasmine-tests test testing unit-test unit-testing vscode vscode-extension
Last synced: 07 Nov 2024
https://github.com/0xopenbytes/test
🧪 Expect and assert
functional ios macos swift testing tests tvos unit-testing watchos
Last synced: 06 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/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/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/shulard/atoum-xml-extension
An atoum extension to perform tests on XML files
atoum atoum-extension dtd unit-testing xml-document xpath
Last synced: 07 Nov 2024
https://github.com/coatue-oss/nightmare-jasmine
Jasmine wrapper for Nightmare
integration-testing jasmine nightmare unit-testing
Last synced: 08 Nov 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/lllucius/skilltest
Command line Alexa skill tester
alexa avs server skill testing unit-testing unittest voice
Last synced: 23 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/rehan-ankalgi-7t2/junit-crashcourse
junit 5 crashcourse
java junit5 testing unit-testing
Last synced: 03 Nov 2024
https://github.com/himanshupnwr/BasicCSharpUnitTesting
basics csharp linkedin-learning ms-test unit-testing
Last synced: 23 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/jonasfschuh/quarkus-social-network-api
A social network built using Quarkus. Includes API testing and telemetry with Prometheus and Grafana
api-tests docker grafana grafana-dashboard java-17 panache prometheus quarkus unit-testing
Last synced: 31 Oct 2024
https://github.com/vladyslavvagin/backend-blog-app
Backend for web application with blogs and authentication
aws-s3 class-validator cloudfront compodoc-documentation e2e-testing jest-mocking jest-tests jwt-authentication jwt-tokens mongodb mongoose nestjs nestjs-mongoose rest-api s3-bucket swagger-ui typescript unit-testing
Last synced: 31 Oct 2024
https://github.com/danielschaffer/ts-custom-error-shim
A TypeScript custom error shim that allows properly testing custom errors
custom-error testing typescript unit-testing
Last synced: 30 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/alexf91/ltest
A unit testing framework for Lean 4
lean lean4 unit-testing unittest
Last synced: 01 Nov 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/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/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/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/mbashia/testing-in-elixir-phoenix
testing in elixir and LiveView
elixir intergration-test liveview unit-testing
Last synced: 12 Oct 2024
https://github.com/webmasterdevlin/apollo-angular-demo
GraphQL in Angular
apollo graphql integration-testing spectator unit-testing
Last synced: 14 Oct 2024
https://github.com/sevlamare/enumerables
Rebuild of a few iterators methods from Enumerable.
ruby ruby-language unit-testing
Last synced: 21 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/sevlamare/web_scraper
Get data from web pages to tables.
nokogiri rspec ruby unit-testing
Last synced: 21 Oct 2024
https://github.com/marlysson/projetoestacionamento
Projeto simples para administração de estacionamento usando testes com TDD.
Last synced: 14 Oct 2024
https://github.com/smolijar/mlok
TypeScript mocking library focused on simplicity and testing DX
double fake jest mlok mock mock-library mocking mocking-framework spy stub unit-testing vitest
Last synced: 07 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/janumedia/vue-typescript-cypress-example
Vue - Typescript Unit and E2E testing including Code Coverage using Cypress setup example
boilerplate code-coverage cypress-io e2e-testing typescript unit-testing vue
Last synced: 07 Nov 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/marlysson/fluxocomprajava
Mini-Aplicação de um fluxo de compras online pra mostrar como usar testes com JUnit e Hibernate.
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/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/ilancohen/jest-class-mocker
Jest mocks for TypesScript Classes
jest jest-mocking mock typescript unit-testing
Last synced: 02 Aug 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/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/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/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/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/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/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: 23 Oct 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/ianwalter/test-server
Easily create a minimal Koa server for testing
koa mock-server server test test-server testing unit-testing
Last synced: 22 Oct 2024
https://github.com/dotnet-labs/ControllerUnitTests
Unit testing Controllers with ClaimsPrincipal | User | Identity | Claims
claims controller credentials dotnet dotnet5 dotnetcore identity unit-testing unittest user
Last synced: 23 Oct 2024
https://github.com/adshan/dotnet-digital-school-messaging-rabbitmq
Microservices, Clean Architecture, CQRS with MediatR, Repository Pattern, Fluent Validation and RabbitMQ such as messaging broker.
cqrs-pattern dotnet entity-framework fluent-validations integrate-events mediator-pattern microservice net5 rabbitmq repository-pattern sql-server unit-testing
Last synced: 06 Nov 2024
https://github.com/wittline/python
Software Analysis, Design and Construction with Python
coverage coverage-report logging pep8 software-design software-quality unit-testing
Last synced: 14 Oct 2024
https://github.com/reviewdog/action-pytest
(WIP) Run pytest with Reviewdog :dog:
ci github-actions github-actions-ci github-actions-docker pytest pytest-cov pytest-profiling python3 reviewdog reviewdog-action unit-testing
Last synced: 13 Oct 2024
https://github.com/kulloveth/cardinfofinder
An application that will accept input from a user via soft input keyboard or recognize them from images and display their card details
coroutines dagger-hilt espresso-tests livedata mockito mvvm-architecture ui-testing unit-testing viewmodel
Last synced: 22 Oct 2024
https://github.com/koistya/cloud-functions-routing
Google Cloud Functions example using Node.js, TypeScript, folder-based routing, hot module replacement (HMR), and unit tests.
cloud-functions express expressjs gcp google-cloud next nextjs router routing typescript unit-testing vite vitest
Last synced: 24 Oct 2024
https://github.com/pblocz-templates/azure-function-python-v2
Template for azure function using Python v2 model
azure azure-functions devcontainer devops pre-commit pytest pytest-bdd python template tox unit-testing
Last synced: 23 Oct 2024
https://github.com/joubertredrat/pokelang
Bora caçar pokemons com golang?
cli-app go-command-line go-testing golang pokemon table-driven-test table-driven-testing talk talks unit-testing unit-tests
Last synced: 26 Oct 2024
https://github.com/hammerheadshark666/mos-customer-api
Microservice Order System - Customer Microservice
api automapper azure azurekeyvault cicd csharp docker docker-compose dotnet-core jwt-authentication mediatr sqlserver unit-testing
Last synced: 12 Oct 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/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/naimbiswas/ecom
eCom Full functional e-Commerce web application
angular ecommerce-website nodejs typescript unit-testing
Last synced: 07 Nov 2024
https://github.com/Muhammad-1990/azure-function-calculator
DotNet Azure function that calculates the golden ratio.
azure-functions dependency-injection github-actions http-trigger open-api remote-container unit-testing
Last synced: 23 Oct 2024
https://github.com/islamarr/shutterstock_image_list
🚀 List of awesome pictures from ShutterStock.
clean-code coroutines dagger2 databinding flow glide hilt livedata mvvm navigation-component paging3 repository retrofit unit-testing viewmodel
Last synced: 23 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/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/horothesun/simple-scala-cli.g8
Giter8 template to generate a simple Scala-CLI-based project (JVM or Native).
ci g8 giter8 giter8-template github-workflow munit renovate scala scala-213 scala-3 scala-cli scala-native scala-steward template template-project templating test typelevel typelevel-libraries unit-testing
Last synced: 14 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/i-revan/hospital-management-system
asp-net asp-net-core azure-blob-storage background-jobs cqrs-pattern docker entity-framework-core global-exception-handling healthcare-system hospital-management hospital-management-system jwt-authentication mediatr mssql onion-architecture quartz-net repository-pattern result-pattern stripe unit-testing
Last synced: 12 Oct 2024
https://github.com/berchj/aisurveys
This plugin uses Google artificial intelligence (GEMINI) to take a survey and gives you recomendations based on question and configuration in admin view
ai artificial-intelligence composer gemini gemini-api google google-api php surveys test unit-testing wordpress wordpress-plugin
Last synced: 02 Nov 2024
https://github.com/blaineconnor/tip_calculator
Tip Calculator App by Swift-SnapKit-MVVM-Combine-Snapshot/UI/Unit Tests
combine mvvm mvvm-architecture mvvm-ios snapkit snapshot-testing swift ui-testing unit-testing
Last synced: 07 Nov 2024
https://github.com/kanch231004/TwitterDemo
This app demonstrates Paging3 with clean architecture using Kotlin and MVVM pattern. Please star the repository if you find it helpful.
android-application clean-architecture flows hilt-android kotlin-coroutines mvvm-architecture paging-library-in-android paging3 system-design unit-testing
Last synced: 23 Oct 2024
https://github.com/mokkapps/rxjs-marble-testing-demo
An Angular demo application to demonstrate RxJS marble tests
angular angular-cli marble-testing rxjs testing unit-testing
Last synced: 07 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