Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasufumy/mock_example
https://github.com/yasufumy/mock_example
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yasufumy/mock_example
- Owner: yasufumy
- License: mit
- Created: 2019-09-04T05:24:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T01:20:06.000Z (over 1 year ago)
- Last Synced: 2023-07-26T02:33:42.328Z (over 1 year ago)
- Language: Python
- Homepage: https://medium.com/@yasufumy/python-mock-basics-674c33de1ced
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mock in Python
## Requirements
- Python 3.6+
- Pipenv## Installation
```bash
git clone https://github.com/yasufumy/mock_example.git
pipenv install
```## Usage
```bash
pipenv run pytest tests
```