Metadata-Version: 2.1
Name: pytest-persistence
Version: 0.1.0
Summary: Pytest tool for persistent objects
Home-page: https://github.com/JaurbanRH/pytest-persistence
Author: Jakub Urban
Author-email: kubo.urban@gmail.com
Maintainer: Jakub Urban
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE

# pytest-persistence

Pytest tool for persistent objects

## Installation

In a Python environment do:

    python -m pip install pytest-persistence

## Usage

To store fixtures to file run tests with `--store {file_path}`:

    python -m pytest --store {file_path}

To load fixtures from file run tests with `--load {file_path}`:

    python -m pytest --load {file_path}


