/python_mock_example

Mock Object usage in Python

Primary LanguageJupyter Notebook

Python Mock Example

This is some example code to integrate mock for a unit test in Python.

Requirement

  • Python 3.6+
  • pytest

Installation

$ git clone https://github.com/yasufumy/python_mock_example.git
$ pip install pytest

Usage

$ cd python_mock_example
$ python -m pytest tests