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

https://github.com/packit/requre

Library for testing python code what allows store output of various objects and use stored data for testing
https://github.com/packit/requre

hacktoberfest

Last synced: 11 months ago
JSON representation

Library for testing python code what allows store output of various objects and use stored data for testing

Awesome Lists containing this project

README

          

[![PyPI version](https://badge.fury.io/py/requre.svg)](https://badge.fury.io/py/requre)

# REQUest REcording

Requre \[rekure\]

Is a library for storing output of various function and methods to
persistent storage and be able to replay the stored output to functions
back

[Documentation](https://requre.readthedocs.io/en/latest/)

## Plan and current status

- Used for testing [packit-service](https://github.com/packit-service) organization projects
- ogr
- packit

## Installation

On Fedora:

```
$ dnf install python3-requre
```

Or from PyPI:

```
$ pip3 install --user requre
```

You can also install `requre` from `main` branch, if you are brave enough:

You can use our [`packit/packit-dev` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-dev/):

```
$ dnf copr enable packit/packit-dev
$ dnf install python3-requre
```

Or

```
$ pip3 install --user git+https://github.com/packit/requre.git
```