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/zakimohammed/ms-jest

JEST project for MS training.

jest node-jest unit-testing

Last synced: 31 Oct 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/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/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/yeniceri98/tipcalculatorapp

Tip Calculator App with Jetpack Compose

android-application jetpack-compose kotlin unit-testing

Last synced: 31 Oct 2024

https://github.com/seth-shi/go-zero-testing-example

go-zero unit testing and integration testing

go go-zero golang grpc grpc-testing unit-testing

Last synced: 13 Oct 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/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/koffisani/tdd-utilities

Utilities for Test Driven Development

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

Last synced: 29 Oct 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/lmorente/course-testing

Java testing course: JUnit 5 and Mockito

junit5 mockito unit-testing

Last synced: 23 Oct 2024

https://github.com/junaidbinjaman/phpunit-basic-configuration

PHP unit practice codes goes inside this repo.

code-units php-testing phpunit unit-testing

Last synced: 12 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/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/codecop/tax-table-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/sankujrathore060/SiteActivityReporting

This repository contain SiteActivityReporting API Project.

api dotnet-core logger swagger-ui unit-testing

Last synced: 23 Oct 2024

https://github.com/avojak/swt-unit

SWT unit testing utilities

java junit swt unit-testing

Last synced: 24 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/cesarparra/test-data-framework

The Salesforce Test Data Builder framework allows you to intuitively create Salesforce SObject data for your unit tests using a fluent language. It provides base support for any SObject, standard or custom, out of the box, but allows you to adapt it to your custom needs.

apex framework salesforce salesforce-developers salesforcedx sfdx testing unit-testing

Last synced: 14 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/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/marcelo-earth/jest-notes

🧪📄 Unit Testing with React course notes

jest note-taking notes unit-testing

Last synced: 30 Oct 2024

https://github.com/wibosco/ViewInspector-Example

An example project using ViewInspector to test SwiftUI screens

swiftui 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/fimbres/next-start

This is my first project using Next.Js, also I have implemented Unit and integration testings

authentication css-modules environment-variables integration-testing isg javascript jest mui nestjs react routing ssg ssr test-library-react unit-testing

Last synced: 06 Nov 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/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/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/Suzanemh/BankApplicationTesting

Obligatorisk oppgave i systemtesting

software-testing testing unit-testing

Last synced: 23 Oct 2024

https://github.com/lenin-anzen/angularjs-karma-jasmine

Basic unit testing for an AngularJS app with Karma + Jasmine

angularjs express jasmine karma rest-api unit-testing

Last synced: 11 Oct 2024

https://github.com/fimbres/expo-type-testing

This is a mobile application, built with expojs and typescript, implementing testing with react-testing-library and jest, also using redux-toolkit-query for data fetching.

expo javascript jest mobile react-native react-testing-library redux-toolkit-query snapshot-testing typescript unit-testing

Last synced: 06 Nov 2024

https://github.com/patrickniyogitare28/mockito-junit-world

Devops exam to serve for implementation of unit testing, intergration testing, e2e testing with junit and mocking

e2e-tests h2 integration-testing java junit mockito springboot unit-testing

Last synced: 14 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/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://github.com/tomerfi/selenium-nunit-robotframework-tutorial

A walkthrough a C# web app tested with Nunit, Selenium, and RobotFramework.

acceptance-testing blog-post dev nunit3 robot-framework selenium unit-testing

Last synced: 01 Nov 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/davep/pypath.el

Command to get a full dotted path for a current Python function definition

django elisp emacs emacs-lisp python unit-testing

Last synced: 06 Nov 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/liskin/tasty-jenkins-xml

Render tasty output to XML for Jenkins in addition to other (console) output

haskell jenkins tasty-framework unit-testing

Last synced: 15 Oct 2024

https://github.com/coelhoreinaldo/js-unit-tests

Project in which I was responsible for developing specific functions and tests.

jest tdd unit-testing

Last synced: 24 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/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/tkraak/ava-jsdom

:rocket: Experimenting with AVA, jsdom and jQuery

ava javascript jquery jsdom unit-test unit-testing

Last synced: 14 Oct 2024

https://github.com/tkraak/ava-rewire

:building_construction: Experimenting with AVA and rewire

ava express javascript node rewire sinon unit-test unit-testing

Last synced: 14 Oct 2024

https://github.com/petr-korobeinikov/pgtap-example

pgTAP (http://pgtap.org) usage example.

pgtap postgres postgresql unit-testing

Last synced: 06 Nov 2024

https://github.com/hima890/airbnb_clone

Welcome to the AirBnB clone project! This project is the first step towards building a full web application, which will ultimately mimic the functionalities of the AirBnB platform. In this stage, we focus on creating a command interpreter to manage AirBnB objects.(CLI).

alx-africa alx-higher-level-programming alx-software-engineering console-application inheritance json-data json-parser opp python-script python3 static-website unit-testing webapplication

Last synced: 06 Nov 2024

https://github.com/nunogois/typescript-jest-tdd

Test Driven Development Example in TypeScript using Jest.

jest tdd-typescript test-driven-development typescript unit-testing

Last synced: 13 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/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/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: 03 Aug 2024

https://github.com/nadilson-ifpe/rest-apis-tests

Testes com JUnit 5 Mockito e Spring Boot (REST APIs)

java junit junit5 lombok mockito rest-api spring spring-boot unit-testing

Last synced: 06 Nov 2024