Library for testing Python code that allows to store output of various objects and use the stored data for testing.


Keywords
persistent_storage, session_storage, testing, hacktoberfest
License
MIT
Install
pip install requre==0.8.4

Documentation

PyPI version

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

Plan and current status

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:

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

Or

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