An open API service indexing awesome lists of open source software.

https://github.com/juliatesting/mocking.jl

Allows Julia function calls to be temporarily overloaded for the purpose of testing
https://github.com/juliatesting/mocking.jl

julia mocking testing

Last synced: about 2 months ago
JSON representation

Allows Julia function calls to be temporarily overloaded for the purpose of testing

Awesome Lists containing this project

README

        

Mocking
=======

[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliatesting.github.io/Mocking.jl/stable)
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliatesting.github.io/Mocking.jl/dev)
[![CI](https://github.com/JuliaTesting/Mocking.jl/workflows/CI/badge.svg)](https://github.com/JuliaTesting/Mocking.jl/actions?query=workflow%3ACI+branch%3Amain)
[![codecov](https://codecov.io/gh/JuliaTesting/Mocking.jl/graph/badge.svg?token=BkilUame8F)](https://codecov.io/gh/JuliaTesting/Mocking.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![ColPrac: Contributor Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)

Allows Julia function calls to be temporarily overloaded for the purpose of testing.