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

https://github.com/jayrbolton/python-module-mocks

Python module function mock example
https://github.com/jayrbolton/python-module-mocks

Last synced: 11 months ago
JSON representation

Python module function mock example

Awesome Lists containing this project

README

          

# Python module function mocking example

* Module `src.b` calls the function from module `src.a`
* `main.py` mocks the function from module `src.a` when it is called inside module `src.b`