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/mateusfonseca/dorsetmusiccollection

"Music Collection" Django web application developed for my CAs 1, 2 and 3 at Dorset College BSc in Computing, Year 3, Semesters 1 and 2.

discogs-api django django-security html-css-javascript mvt-architecture object-oriented-programming pycharm-ide python unit-testing webapp

Last synced: 31 Oct 2024

https://github.com/andy-messer/quadratic-equation

A program for solving quadratic equations with Unit testing.

c quadratic-solver unit-testing

Last synced: 05 Nov 2024

https://github.com/mohamedabdelhalim1/multiauth

The MultiAuth project is a web application developed using Laravel, designed to manage multi-user authentication systems with separate roles for users and staff. The project is structured following a microservices architecture, which allows for scalable and maintainable code.

authentication authorization clean-architecture clean-code laravel-framework microservices-architecture unit-testing

Last synced: 11 Oct 2024

https://github.com/shashikhanal/unit-and-integration-test

Getting started with Unit and Integration testing for your Nodejs/Typescript project.

integration-testing jest software-testing supertest testing unit-testing

Last synced: 31 Oct 2024

https://github.com/zakimohammed/ms-jest

JEST project for MS training.

jest node-jest unit-testing

Last synced: 31 Oct 2024

https://github.com/robertlorenz/unit-testing

Unit testing demonstration project for university course

javascript jest unit-testing

Last synced: 31 Oct 2024

https://github.com/geobas/yii-simple-cms

:floppy_disk: A simple CMS to startup your application. View site:

cms unit-testing yii

Last synced: 24 Oct 2024

https://github.com/dr1n/porjatinet

Parser and viewer for http://www.porjati.net/

caliburn core csharp dotnet hap parsing scraper unit-testing webview wpf xunit

Last synced: 06 Nov 2024

https://github.com/yeniceri98/tipcalculatorapp

Tip Calculator App with Jetpack Compose

android-application jetpack-compose kotlin unit-testing

Last synced: 31 Oct 2024

https://github.com/aabduvakhobov02/myburger-reactjs

The main functionality of the application is that you make a burger by adding ingredients to the burger and order it. Then you can see your order on the checkout page. An objective of the project - My Burger is practicing and learning React JS.

css jest lifecycle-component react-router reactjs redux unit-testing

Last synced: 08 Nov 2024

https://github.com/artem-y/swifty-test-assertions

Lightweight addition of useful assertions to XCTest

ios macos swift testing-tools tvos unit-testing visionos watchos xctest

Last synced: 23 Oct 2024

https://github.com/dtroupe18/NetworkTesting

Examples on how to test API calls

ios11 mockingjay nimble quick spacex-api swift4 unit-testing

Last synced: 23 Oct 2024

https://github.com/sankujrathore060/SiteActivityReporting

This repository contain SiteActivityReporting API Project.

api dotnet-core logger swagger-ui unit-testing

Last synced: 23 Oct 2024

https://github.com/gabrieldiem/assignment_for_algorithms_3

Little smalltalk project to learn the language, the pillars of OOP, unit testing and UML

7507 fiuba oop pharo-smalltalk smalltalk sunit uml unit-testing university-project

Last synced: 09 Oct 2024

https://github.com/tommy-mitchell/get-executable-bin-path

Get the current package's binary path and ensure it's executable.

bin binary executable file fs nodejs package package-json path permissions shell terminal testing unit-testing

Last synced: 29 Oct 2024

https://github.com/eliahkagan/subaudit

Subscribe and unsubscribe for specific audit events

audit context-manager events python subscribe testing unit-testing unsubscribe

Last synced: 05 Nov 2024

https://github.com/RayanVakil/Web-App-Forum-Project1

Stackoverflow type forum app implementing servlets, jdbc, sql, jsp, css, bootstrap, docker, log4j, unit testing and more. Created by William Chung and I.

bootstrap css docker java jsp servlets unit-testing

Last synced: 23 Oct 2024

https://github.com/AlineGuiseline/desafio-lab-180s

Desafio proposto pela empresa @180seg durante o evento Talent Fest, proporcionado pela @Laboratoria. API de cadastro e exibição de segurados

express express-validator javascript jest nodejs unit-testing

Last synced: 23 Oct 2024

https://github.com/andylvua/FlowerStore

Lab 5, 7, 8 and 9 assignment of OOP course

ci-cd java maven oop unit-testing

Last synced: 23 Oct 2024

https://github.com/Hitesh297/DemoUnitTestAndSelenium

Demo unit testing and code coverage through Jenkins.

codecoverage csharp jenkins-pipeline selenium selenium-webdriver unit-testing

Last synced: 23 Oct 2024

https://github.com/RatulAlMamun/Jest-odyssey

This repository is my dedicated playground to practice and experiment with Jest, explore its features and capabilities, and improve my testing skills. I will use this repository to develop and test small, isolated code snippets, and to explore new testing techniques and best practices.

expressjs jest unit-testing

Last synced: 23 Oct 2024

https://github.com/owenstrength/COMP-1210

Auburn University COMP 1210 Fundamentals of Computing Classwork

auburn auburn-university fundamentals-of-computing fundamentals-of-programming java junit unit-testing

Last synced: 23 Oct 2024

https://github.com/lapplislazuli/unitshop

Two Workshops on UnitTests

java junit unit-testing workshop

Last synced: 27 Oct 2024

https://github.com/dkhorev/spot-n-plus-1-sql-query-problems-early

This is a repo with example code for article https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4

laravel sql unit-testing

Last synced: 23 Oct 2024

https://github.com/tayloryeow/Cod-e-mon

Pokemon clone written in C++

pokemon practice unit-testing

Last synced: 23 Oct 2024

https://github.com/aivanf/wstester

JS framework for unit testing of web systems through WebSockets

javascript javascript-framework javascript-library js unit-testing websocket-client websockets

Last synced: 08 Nov 2024

https://github.com/Joao-Peterson/dunitx

Delphi Unit Test Framework with boss support!

boss delphi dunitx unit-testing

Last synced: 23 Oct 2024

https://github.com/ashawley/jgit-scalacheck

JGit Scalacheck tests

git jgit scala scalacheck unit-testing

Last synced: 31 Oct 2024

https://github.com/matt-colen/iphone-calculator

Clone build of the iPhone calculator

javascript testing unit-testing vanilla-js

Last synced: 23 Oct 2024

https://github.com/ashmalzahra/testing-practice

This project requires writing a few practical tests for JavaScript functions using the Jest library. Making sure to follow the AAA pattern to make tests easier for other developers to read and understand. Also using the TDD approach in practice.

javascript jest tdd-javascript testing unit-testing

Last synced: 31 Oct 2024

https://github.com/anoop-gupt/react-unit-testing

This repository is meant to showcase various part of react unit testing with example code snippets

enzyme enzyme-testing jest reactjs redux unit-testing

Last synced: 23 Oct 2024

https://github.com/zenx5/dictionary

Dictionary App with ReactJS. Including Tests Jest

api-rest deployed fc-aug-21-2022 gh-pages react unit-testing

Last synced: 23 Oct 2024

https://github.com/ZahariCheyrekov/M05-JS-Advanced

JS Advanced course gives deeper knowledge about JavaScipt, syntax, arrays, matrices, objects, classes and functions. They are also concepts like function context, explicit binding and event loop. Working with DOM and events are the main object of the course. Students also learn about functional and OOP programming.

classes dom javascript objects prototypes unit-testing

Last synced: 23 Oct 2024

https://github.com/kevinmfreire/wheres_waldo

This project was developed to identify the name, address and organization name within text.

data-structures database nlp-machine-learning notebooks pandas-dataframe spacy-nlp tensorflow2 text-classification unit-testing webscraping

Last synced: 23 Oct 2024

https://github.com/beedel/test-double-guide

This guide clarifies the differences between dummies, stubs, fakes, spies, and mocks. It includes practical examples and attempts to clarify the optimal use cases for each type.

mocking mockito test-double test-doubles testing unit-testing

Last synced: 23 Oct 2024

https://github.com/moreirak14/logistics-transport-api

O objetivo do sistema é auxiliar o cadastramento de motoristas (caminhoneiros) e seus devidos fretes futuros, tendo visibilidade do que está sendo atribuido para cada motorista!

api-rest django django-rest-framework poetry python sqlite3 unit-testing

Last synced: 23 Oct 2024

https://github.com/webcooltz/course-management-api

Node JS API for a course management system.

api expressjs graphql jasmine nodejs rest swagger swagger-ui unit-testing

Last synced: 31 Oct 2024

https://github.com/robsoncastilho/portaeletronica

Exemplo de uso de um stub para eliminar a dependência de DateTime e possibilitar que a classe que precisa de data/hora seja testável.

csharp manual-stub stub unit-testing

Last synced: 17 Oct 2024

https://github.com/mariadelfers/tdd-exercises

Set of testing exercises in NetBeans

netbeans-ide tdd test test-automation testing unit-testing

Last synced: 23 Oct 2024

https://github.com/mystackbox/prj-mrp

This application was built to demonstrate practical problem-solving skills using Angular 2+ framework and related technologies (HTML5, Bootstrap, CSS3, etc)

angular-cli angular2 documentation github responsive-web-design restful-api seo unit-testing

Last synced: 31 Oct 2024

https://github.com/mahammad-mostafa/things-catalogue

This is the capstone project of the fourth module in the Microverse program. It is a console app for handling items inside a catalogue built with Ruby & PostgreSQL.

gitflow-workflow microverse microverse-projects microverse-ruby microverse-students oop-principles postgresql relational-databases rspec rubocop ruby solid-principles sql unit-testing

Last synced: 31 Oct 2024

https://github.com/andressakarla/testes-automatizados-unitarios-calculadora_ruby

Projeto de Testes Automatizados Unitários desenvolvido para ser executado diretamente no código-fonte em uma calculadora em Ruby nas ferramentas Rspec e GitHub Actions

fixtures github-actions github-workflows json rspec ruby unit-testing

Last synced: 31 Oct 2024

https://github.com/wesleysbmartins/node_test

Jest é um framework de teste unitário de código aberto em JavaScript criado pelo Facebook a partir do framework Jasmine. Jest é uma das ferramentas de teste unitário mais difundidas dentro da comunidade de JavaScript. Aqui vamos explorá-lo usando uma aplicação Node em Typescipt.

jest nodejs npm test typescript unit-testing

Last synced: 24 Oct 2024

https://github.com/davorbadrov/testing-playground

A simple Jest environment for playing with tests

jest nodejs unit-testing

Last synced: 16 Oct 2024

https://github.com/froque/simplyvbunit

import from https://sourceforge.net/projects/simplyvbunit/

unit-testing vb6 visual-basic-6

Last synced: 29 Oct 2024

https://github.com/chinleung/laravel-browserstack

Run Laravel Dusk tests on BrowserStack.

browserstack browserstack-automate laravel unit-testing

Last synced: 05 Nov 2024

https://github.com/temirlan-zh/test-task-users-and-tasks

Implementation of a test task for a job application.

jest nestjs openapi postgresql rest-api typeorm typescript unit-testing

Last synced: 03 Nov 2024

https://github.com/rcrdk/find-a-friend-nodejs-api

A simple API to find pets for practicing the API REST on Node.js with Fastify and SOLID principles.

api-rest docker e2e-tests fastify jwt-authentication nodejs postgresql prisma-orm solid tdd typescript unit-testing vitest

Last synced: 03 Nov 2024

https://github.com/neurospeech/web-atoms-mvvm-todo

Sample Todo Application using Web Atoms MVVM

javascript mvvm sample typescript unit-testing web-atoms

Last synced: 07 Nov 2024

https://github.com/edsonwade/todo-system-application

This is a robust and scalable TODO application designed to help manage tasks efficiently. With a sleek frontend and a powerful backend, this app is built to enhance productivity.

axios-react cicd docker-compose flyway-migrations jpa-hibernate maven postgresql spring-boot tailwindcss unit-testing

Last synced: 14 Oct 2024

https://github.com/koffisani/tdd-utilities

Utilities for Test Driven Development

tdd-utilities test test-driven-development unit-testing

Last synced: 29 Oct 2024

https://github.com/rizkytegar/laravel-phpunittest-example

This project is a Laravel application used to perform API testing against the reqres.in endpoints.

laravel phpunit reqres-api unit-testing

Last synced: 03 Nov 2024

https://github.com/ashmalzahra/javascript-group-capstone-project

This JavaScript capstone project is about building web application based on an external API. The API provides data about TV Shows and the app has been built around it.

api-rest asyncronous best-practices callback code-review es6-modules git-conflicts gitflow html-css-javascript jest json promise single-page-app unit-testing webpack

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

https://github.com/marcelo-earth/jest-notes

🧪📄 Unit Testing with React course notes

jest note-taking notes unit-testing

Last synced: 30 Oct 2024

https://github.com/nruslanr/items-k8s

Example of synchronous communication between Spring Boot microservices

circuit-breaker docker integration-testing k8s mock-testing open-feign rest-api spring-boot synchronous-communication unit-testing

Last synced: 31 Oct 2024

https://github.com/felixojiambo/investements_accounts

This project is a Django Rest Framework (DRF) API designed to manage investment accounts. It allows multiple users to belong to an investment account and supports various permission levels for different accounts.

api cicd django-rest-framework docker docker-compose domain-driven-design drf-spectacular jwt-authentication permissions python serialization unit-testing

Last synced: 31 Oct 2024

https://github.com/ron96g/supertest-docs

A plugin for supertest that can be used to document REST APIs. It is influenced by the Spring-Boot solution restdocs.

automation docs documentation markdown node restdocs supertest unit-testing

Last synced: 15 Oct 2024

https://github.com/waffiqaziz/story-app

Story App is an Android app built for educational purposes, allowing users to post stories with photos, share locations, and discover other people's activities.

android appcompat camerax custom-view espresso google-maps-api kotlin mockito paging3 remote-mediator retrofit2 room-database splashscreenapi ui-testing uix unit-testing

Last synced: 08 Nov 2024

https://github.com/JandroMejia97/ng-testing

This Angular app is used to learn how to make unit tests with Jasmine

angular jasmine testing unit-testing

Last synced: 23 Oct 2024

https://github.com/jewel109/blog-server

Blog Api with end to end testing for user to following other user, create blog post , real time news feed , notifications. Used event driven architecture in kafka, elasticsearch for fast search , mongodb for data storage and redis for caching

docker-compose elasticsearch endtoendtesting jest kafka mongodb redis rest-api tyepscript unit-testing

Last synced: 02 Nov 2024

https://github.com/sandwich1699975/arduinounitplatformio

My template for using ArduinoUnit unit tests with Platform IO

arduino embedded platformio unit-testing

Last synced: 05 Nov 2024

https://github.com/daniel-brai/ecommerce-drf

A deep dive into Django Rest framework with a focus on database design and performance, unit and end-to-end testing and so on

database-performance-analysis database-schema-design django-rest-framework end-to-end-testing unit-testing

Last synced: 05 Nov 2024

https://github.com/secretariatv/fm-faq

A FEM challenge to practice TDD and accessibility.

accessibility fem react sass type unit-testing vite vitest

Last synced: 31 Oct 2024

https://github.com/craigmr/jasmine-proptype-matcher

Use React prop-types to assert values in jasmine.

jasmine javascript matchers prop-types unit-testing

Last synced: 31 Oct 2024

https://github.com/davidlj95/angular-routerlinkactive-testing

Example of how to test an Angular's RouterLinkActive directive with best practices. Angular v17

angular jasmine routerlink routerlinkactive unit-testing

Last synced: 25 Sep 2024

https://github.com/persteenolsen/angular-dapper-sqlite-client

Angular 14 Client working with a .NET Web API using Dapper and SQlite

angular jasmine karma unit-testing

Last synced: 31 Oct 2024

https://github.com/fgvn/codebrdg_tt

This .NET API provides endpoints for adding and retrieving data,

api-rest cqrs dotnet mssql repository unit-testing unitofwork

Last synced: 30 Oct 2024

https://github.com/pavlostzitzos/van-der-pol-oscillator

Van der Pol Oscillator in C++. Finite Differences, SPSA and LQR controllers are used to drive the oscillator.

cpp cpp11 cpp14 finite-difference gnu-plot lqr-controller unit-testing van-der-pol

Last synced: 12 Oct 2024

https://github.com/everythingfunctional/vegetables

For a healthier code base, eat your vegetables

fortran testing unit-testing

Last synced: 08 Nov 2024

https://github.com/autokmg/spring-boot-apps-testing-practices

Delve into the world of Spring Boot testing to enhance project quality and readiness. This repository covers unit tests, SpringBootTest annotation, JUnit, and testing slices, providing comprehensive insights and tools for robust application testing.

java-11 junit spring-boot unit-testing

Last synced: 13 Oct 2024

https://github.com/shnewto/assertlike

experiments with custom "is equal" assertions, scoped to test suites (i.e. not overwriting the type's compare)

assert avro charsequence custom custom-assert custom-equal custom-matchers encoding equality hamcrest java junit matchers string unit-testing utf8

Last synced: 30 Oct 2024

https://github.com/henrikesilva/cashflow

API em .NET 8 criada para o gerenciamento de despesas pessoais com DDD, testes unitários e relatórios em PDF/Excel. Armazenando dados em PostgreSql

api-rest asp-net-core backend csharp entity-framework-core postgresql rocketseat solid-principles unit-testing web-api

Last synced: 13 Oct 2024

https://github.com/abdulmoizlakhani/wsi-poc

Micro Front-End POC for Williams Sonoma eCommerce Site (MFE) - Container App: https://wsi-poc-app-amlakhani.surge.sh/ and Components App: https://wsi-poc-components-amlakhani.surge.sh/

axios github github-actions githubworkflow javascript jest microfrontend module-federation poc unit-testing vue-router vuejs vuejs2 vuex webpack

Last synced: 13 Oct 2024

https://github.com/aradi/fortuno-export-serial

Serial export of the Fortuno unit testing framework to use as dependency in fpm. Use https://github.com/aradi/fortuno for any issues or pull requests.

fortran-2018 unit-testing

Last synced: 08 Nov 2024