An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: unit-test

DrBarnabus/Mimic

Fast, friendly and familiar mocking library for modern .NET

Language: C# - Size: 275 KB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 1 - Forks: 0

mateovalenzuela/Servicio-gestor-de-gastos

Proyecto Web API ASP.NET Core con el objetivo de gestionar y clasificar gastos e ingresos. Este servicio es un complemento de mi proyecto de tesis de

Language: C# - Size: 256 KB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 1 - Forks: 0

AlexGalhardo/farm-nestjs-api.alexgalhardo.com

A simple NestJS REST CRUD API using PostgreSQL, PrismaORM, Zod, Docker, Pino Logger, Swagger OpenAPI Documentation, Unit and Integrations Tests using Jest

Language: TypeScript - Size: 394 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

tayne3/CUnit

🧪 CUnit: A lightweight and easy-to-integrate C unit testing library

Language: C - Size: 49.8 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

keploy/keploy

Unit, API & Integration Testing Agent for Developers. Generate tests, mocks/stubs for your APIs that actually work!

Language: Go - Size: 68.2 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 10,121 - Forks: 1,353

Fabricio-Antonio/CRUDMessenger

Full-stack NestJS CRUD app simulating a real-world messaging API.

Language: TypeScript - Size: 526 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 7 - Forks: 0

suites-dev/suites

Unit testing framework for dependency injection that automates mocking and simplifies test setup, reducing boilerplate code and enabling developers to build comprehensive and reliable test suites with a standardized, type-safe API

Language: TypeScript - Size: 4.5 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 423 - Forks: 15

harp685/modernAndroid

Android application with MVVM architecture

Size: 1.95 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

egm0121/jest-test-gen Fork of FDIM/jasmine-unit-test-generator

This tool will take a js/ts file as input and generate a jest unit test file next to it with all imports mocked and tests stubs for every class method and function exported.

Language: TypeScript - Size: 1.27 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 183 - Forks: 26

AliAsadi/Android-Clean-Architecture

🎞 A movie Android app that mimics a real-world project environment, showcasing Clean Architecture, Kotlin, and Jetpack Compose, with Offline-first support.

Language: Kotlin - Size: 78.5 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 427 - Forks: 64

just-jeb/angular-builders

Angular build facade extensions (Jest and custom webpack configuration)

Language: TypeScript - Size: 51.6 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1,157 - Forks: 202

lateapexearlyspeed/Lateapexearlyspeed.JsonSchema

Simple and high performance json schema implementation for .Net and related json validation in .Net, Nullability info reader even if generic type

Language: C# - Size: 1020 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 66 - Forks: 5

Happy-Coding-Clans/vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

Language: JavaScript - Size: 129 MB - Last synced at: 4 days ago - Pushed at: 12 months ago - Stars: 3,763 - Forks: 759

kefirfromperm/jmina

JMina is a lightweight Java utility for testing and debugging complex systems through log interception. It was created to address the challenges of diagnosing flaky tests—especially those that fail intermittently in CI/CD environments with limited visibility into internal state.

Language: Java - Size: 188 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 5 - Forks: 0

offline-pixel/offline-pixel.github.io

Language: HTML - Size: 71.1 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

MaZo2020/unit-testing

A simple unit-testing project with CI/CD pipeline for testing

Size: 1000 Bytes - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

victorcs85/cryptodroid

Sample app consuming Coin API and Mempool Space API.

Language: Kotlin - Size: 835 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

idealvin/coost

A tiny boost library in C++11.

Language: C++ - Size: 3.28 MB - Last synced at: 5 days ago - Pushed at: 12 days ago - Stars: 4,114 - Forks: 572

vladopajic/go-test-coverage

go-test-coverage is a tool designed to report issues when test coverage falls below a specified threshold

Language: Go - Size: 598 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 149 - Forks: 23

MikeSchulze/gdUnit4

Embedded unit testing framework for Godot 4 supporting GDScript and C#. Features test-driven development, embedded test inspector, extensive assertions, mocking, scene testing.

Language: GDScript - Size: 76.6 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 730 - Forks: 38

jahanalem/LiliShop-backend-dotnet-test

This repository is part of the LiliShop-backend-dotnet project. It contains tests specifically designed to ensure the functionality and integrity of the backend system.

Language: C# - Size: 9.77 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

TommyLemon/UnitAuto

☀️ 最先进、最省事、ROI 最高的单元测试,机器学习 零代码、全方位、自动化 测试 方法/函数,用户包含腾讯、快手、某 500 强巨头等 ☀️ The most advanced unit testing way powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions. Used by Tencent, Kwai, a Fortune 500 company, etc.

Language: JavaScript - Size: 29.6 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 242 - Forks: 57

hrosicka/QuadraticEquationSolver

Quadratic equations made 😎 easy! Enter coefficients, see the equation, roots, and 📈 graph - all in one place!

Language: Python - Size: 432 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 5 - Forks: 0

tcunit/TcUnit-Runner 📦

Program that makes it possible to automate runs of TcUnit unit tests

Language: C# - Size: 3.21 MB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 38 - Forks: 19

Iann-rst/GymPass-backend

Back-End da aplicação GymPass Style App

Language: TypeScript - Size: 5.28 MB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 5 - Forks: 0

xhd2015/xgo

All-in-one go testing library

Language: Go - Size: 4.23 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 405 - Forks: 21

Neko-Box-Coder/CppOverride

Override any functions you want, just like mocking but better

Language: C++ - Size: 762 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 0

Rendy752/Anime-App

Anime themed Android App that showing anime information from recommendation, filter, detail, and episode streaming using room to store local data to minimize hit API.

Language: Kotlin - Size: 96.1 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 1

qax-os/goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.

Language: Go - Size: 28.9 MB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 3,133 - Forks: 268

SlavaKuntsov/software-security

Software Security study project on ASP NET Core + Flutter

Language: Dart - Size: 2.14 MB - Last synced at: 5 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

bitwes/Gut

Godot Unit Test. Unit testing tool for Godot Game Engine.

Language: GDScript - Size: 5.92 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2,051 - Forks: 118

Abdullah00001/amar-contacts-server

An conatct manager web aplication.Clone of google contacts.

Language: TypeScript - Size: 342 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

beanbaginc/kgb

Python function spy support for unit tests

Language: Python - Size: 303 KB - Last synced at: about 8 hours ago - Pushed at: 7 months ago - Stars: 52 - Forks: 3

anatfernandes/my-market-backend

API de supermercado.

Language: JavaScript - Size: 108 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 3 - Forks: 0

palashmon/array-add-num

Add up all the numbers in the array

Language: JavaScript - Size: 162 KB - Last synced at: 5 days ago - Pushed at: 13 days ago - Stars: 3 - Forks: 1

tcunit/TcUnit

An unit testing framework for Beckhoff's TwinCAT 3

Language: C# - Size: 5 MB - Last synced at: 7 days ago - Pushed at: 9 months ago - Stars: 317 - Forks: 78

GeorgiiKlepche/YadroGSM_test_project_C

Прототип системы, которая следит за работой компьютерного клуба, обрабатывает события и подсчитывает выручку за день и время занятости каждого стола.

Language: C - Size: 158 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

S-S-X/mineunit

Luanti / Minetest integration and unit testing framework.

Language: Lua - Size: 322 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 10 - Forks: 6

yogyogi/ASP.NET-Core-Unit-Testing-with-xUnit

How to perform Unit Testing with xUnit in ASP.NET Core

Language: C# - Size: 36.6 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 14

iambumblehead/esmock

ESM import and globals mocking for unit tests

Language: JavaScript - Size: 733 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 207 - Forks: 20

vahidvdn/realworld-design-patterns

Explore real-world scenarios and best practices for design patterns with their unit tests ✅

Language: TypeScript - Size: 6.38 MB - Last synced at: 14 days ago - Pushed at: 17 days ago - Stars: 161 - Forks: 8

sheredom/utest.h

🧪 single header unit testing framework for C and C++

Language: C++ - Size: 146 KB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 897 - Forks: 66

nicledomaS/cmake_build_action

The GitHub Action for building cmake projects

Language: JavaScript - Size: 454 KB - Last synced at: 4 days ago - Pushed at: 17 days ago - Stars: 25 - Forks: 4

omermorad/mockingbird

🐦 Decorator Powered TypeScript Library for Creating Mocks

Language: TypeScript - Size: 1.15 MB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 90 - Forks: 5

FortuneN/FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)

Language: C# - Size: 165 MB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 569 - Forks: 44

vasilievsv/example_ascii_counter

Генератор ASCII последовательности

Language: C - Size: 24.4 KB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

gmhafiz/go8

Go + Postgres + Chi Router + sqlx + ent + authentication + testing + opentelemetry Starter Kit for API Development

Language: Go - Size: 3.97 MB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 473 - Forks: 49

EranBoudjnah/TestIt

Generate unit testing boilerplate from kotlin files.

Language: Kotlin - Size: 31.1 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 44 - Forks: 7

unbreakabl3/vmware_aria_orchestrator_examples

Repo with example code for VMware Aria Orchestrator. The detailed explanation can be found on the website

Language: TypeScript - Size: 1010 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 3

Zzzul/kledo

PT. Kledo Berhati Nyaman - Backend Developer Laravel (Remote) - Back End Assessment V

Language: PHP - Size: 151 KB - Last synced at: 4 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

malexer/pytest-spark

pytest plugin to run the tests with support of pyspark

Language: Python - Size: 62.5 KB - Last synced at: 17 days ago - Pushed at: 19 days ago - Stars: 86 - Forks: 30

rpgrca/clima

Minitutorial para aplicar TDD con Python

Language: HTML - Size: 948 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

gdut-yy/leetcode-hub-java

基于 java21 + maven3.9 + junit5 + jacoco 的 leetcode + codeforces + atcoder + nowcoder 练习仓库。

Language: Java - Size: 33.1 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 38 - Forks: 5

nose-devs/nose2

The successor to nose, based on unittest2

Language: Python - Size: 2.24 MB - Last synced at: 7 days ago - Pushed at: 13 days ago - Stars: 802 - Forks: 131

salesforce/apex-mockery

Lightweight mocking library in Apex

Language: Apex - Size: 795 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 140 - Forks: 21

VakhoKontridze/VCore

VCore is a Swift collection containing objects, functions, and extensions that I use in my projects

Language: Swift - Size: 3.82 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 53 - Forks: 5

Romfos/TestFixture

Small fixture library. Test data generator for arrange section of unit test.

Language: C# - Size: 177 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

ViniciusCestarii/modular-pets

🐶 Modular Monolith Pet Shop App

Language: TypeScript - Size: 1.41 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 7 - Forks: 0

darrenburns/ward 📦

Ward is a modern test framework for Python with a focus on productivity and readability.

Language: Python - Size: 14.1 MB - Last synced at: 7 days ago - Pushed at: 10 months ago - Stars: 1,212 - Forks: 54

mawrkus/js-unit-testing-guide

📙 A guide to unit testing in Javascript

Size: 68.4 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 1,977 - Forks: 175

tank0317/unit-test-demo

一步一步介绍如何给项目添加单元测试

Language: JavaScript - Size: 1.19 MB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 890 - Forks: 135

PauloGoncalvesBH/aprenda-tdd-na-pratica

Uma breve introdução prática a Test Driven Development (TDD) em JavaScript para pessoas que querem escrever códigos mais confiáveis

Language: HTML - Size: 5.74 MB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 560 - Forks: 45

PalmeseMattia/CUnit

Simple and Automatic C Unit Testing

Language: C - Size: 264 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 8 - Forks: 1

wilson0x4d/punit

A modernized unit-test framework for Python.

Language: Python - Size: 145 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

hungdv136/rio

Flexible HTTP mocking in Golang

Language: Go - Size: 254 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 34 - Forks: 4

codeismyid/types-test

Testing TypeScript types using the 'expect' assertion style, compatible with Jest, Vitest, Bun, and other testing frameworks.

Language: TypeScript - Size: 218 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

osamasayed585/JetNews

This is JetNews, an app built with the latest industry practices. It features Multi-Modules, Clean Architecture, Compose UI, Coroutines & Flow, Dark/Light Theme, and comprehensive Unit and UI Testing.

Language: Kotlin - Size: 468 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Kjuly/KYUnitTestResourceManager

Unit test resource manager.

Language: Swift - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

aaduhalde/Data-Analysis

Language: R - Size: 4.42 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

hedayat/powerfake

C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing purposes.

Language: C++ - Size: 713 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 28 - Forks: 1

sc0ttj/tea

a lightweight Test Environment Application ("tea")

Language: JavaScript - Size: 1.13 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 4 - Forks: 0

COT-WORLD/FAST-API-APP

Built a high-performance RESTful API using FastAPI, integrating asynchronous endpoints, Pydantic for data validation, and JWT-based authentication; deployed with NGINX and systemd on a Linux server.

Language: Python - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sheepgrass/cpp_project_framework

C++ Project Framework is a framework for creating C++ project.

Language: Python - Size: 280 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 2

Avanade/UnitTestEx

UnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.

Language: C# - Size: 745 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 31 - Forks: 5

Yeniceri98/hotel-booking-app-be

Backend part of the application by using Spring Boot

Language: Java - Size: 131 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ambersun1234/closea-contract

Smart contracts for Closea

Language: TypeScript - Size: 1.76 MB - Last synced at: 20 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

DeadlySurgeon/testfinder

Test finder for Go

Language: Go - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

davidjbclark/xrm-mock

:books: A fake implementation of the Xrm object model. Written in TypeScript against @types/xrm definitions.

Language: TypeScript - Size: 1.85 MB - Last synced at: 24 days ago - Pushed at: 2 months ago - Stars: 82 - Forks: 33

mnemnion/ohsnap

Oh Snap! Easy Snapshot Testing for Zig

Language: Zig - Size: 103 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 55 - Forks: 4

omid-ahmadpour/CleanArchitecture-Template

This stands as a comprehensive solution template that embodies the principles of Clean Architecture, seamlessly integrated with the prowess of CQRS implementation, all within the ASP.NET Core framework.

Language: C# - Size: 305 KB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 178 - Forks: 33

simplezhli/AndroidUT

Android开发中必要的一环---单元测试(Unit Test)

Language: Java - Size: 250 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 505 - Forks: 93

omatheusribeiro/tdd-architecture-template-dotnet

This repository has a TDD Architecture template using .NET Core 8. It applies the Code First pattern with Migrations to create a SQL Server database. The goal is to guide developers in learning and applying TDD Architecture principles in .NET applications.

Language: C# - Size: 136 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

henrikhimself/DotNet-SutFactory

A SUT factory integrating a service provider with the NSubstitute mocking library, eliminating hard-coded constructors.

Language: C# - Size: 51.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

headclef/CAOT

CAOT means, clean architectured onion structured template. It is basically is a template for who wish to use it. More details in readme.

Language: C# - Size: 1.03 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

iamarifdev/course-management

Course Management System - A clean, modular application built with CQRS, following SOLID principles and Clean Architecture. Features robust testing (unit, integration, functional) and architecture validation. Designed for maintainability, testability, and scalability.

Language: C# - Size: 1.08 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

adrianhartanto004/iosMovieapp

[iOS] movie app SwiftUI with vanilla and modern tech-stack. Running in minimum iOS 13.0 deployment

Language: Swift - Size: 17.3 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

salesforce/lwc-test

LWC plugins and utilities for testing

Language: JavaScript - Size: 3.26 MB - Last synced at: 17 days ago - Pushed at: 23 days ago - Stars: 51 - Forks: 32

SquaretestLLC/Squaretest

Tracks issues for the Squaretest plugin for IntelliJ IDEA

Size: 4.91 MB - Last synced at: 4 days ago - Pushed at: 9 months ago - Stars: 45 - Forks: 7

leolanese/leolanese

Size: 518 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

MikeSchulze/gdUnit3

A Godot Unit Test Framework. Support for gdScript and c# unit testing

Language: GDScript - Size: 50.5 MB - Last synced at: 14 days ago - Pushed at: 8 months ago - Stars: 316 - Forks: 22

hide1202/MovieDatabase

🎥 Application for the practice of android development using Movie Database API

Language: Kotlin - Size: 3.46 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 12 - Forks: 4

eduardofranca1/typescript-api

This project was created using TypeScript, SOLID principles, and Design Patterns

Language: TypeScript - Size: 561 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

CraigRice/BddPipe

A fluent API based on Gherkin syntax to assist with the Automated Testing aspect of Behaviour-Driven Development (BDD).

Language: C# - Size: 176 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

yaleksandr89/symfony-shop

[Pet project] Интернет-магазин

Language: PHP - Size: 94 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 15 - Forks: 13

christeredvartsen/testfs

Virtual filesystem for PHP that can be used for testing

Language: PHP - Size: 206 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Augusto11CB/Java-Studies

Repository of my learning notes and programs for fundamental & important concepts of Java programming and development.

Language: Java - Size: 5.77 MB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 27 - Forks: 9

AnbalaganD/CurrencyConverter

Convert one currency to another currency.

Language: Swift - Size: 239 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

EvanKepner/mutatest

Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your test suite.

Language: Python - Size: 776 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 97 - Forks: 18

BitoLabs/ujson-test

Unit tests for ujson, a tiny C++ JSON reader with a very simple API

Language: C++ - Size: 253 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

apolinario0x21/unitTestLab

Language: JavaScript - Size: 47.9 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0