Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasufumy/mock_example


https://github.com/yasufumy/mock_example

Last synced: 6 days ago
JSON representation

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
```