Metadata-Version: 1.2
Name: pytest-persistence
Version: 0.0.4
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
Description: # 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}
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
