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

https://github.com/yeraydiazdiaz/wtmock

What the mock? -- Cheatsheet for mocking in Python
https://github.com/yeraydiazdiaz/wtmock

Last synced: 5 months ago
JSON representation

What the mock? -- Cheatsheet for mocking in Python

Awesome Lists containing this project

README

        

# What the mock? — A cheatsheet for mocking in Python

Code examples for [my article with the same name](https://medium.com/@yeraydiazdiaz/what-the-mock-cheatsheet-mocking-in-python-6a71db997832).

Simply run:
- `python -m unittest` for the tests examples,
- and `python intro_to_mock.py` for the introduction to the Mock class.

Enjoy!