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
- Host: GitHub
- URL: https://github.com/packit/requre
- Owner: packit
- License: mit
- Created: 2019-09-11T09:49:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T09:49:29.000Z (over 1 year ago)
- Last Synced: 2024-10-24T00:56:22.878Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 7
- Watchers: 6
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```