Metadata-Version: 1.1
Name: fixtureresources
Version: 1.0.1
Summary: Commonly useful pytest fixtures and mocks.
Home-page: https://github.com/nokia/fixtureresources
Author: Petri Huovinen
Author-email: petri.huovinen@nokia.com
License: BSD 3-Clause
Description: .. Copyright (C) 2019, Nokia
        
        .. image:: https://travis-ci.org/nokia/fixtureresources.svg?branch=master
            :target: https://travis-ci.org/nokia/fixtureresources
        
        Documentation
        -------------
        
        Documentation for fixtureresouces can be found from `Read The Docs`_.
        
        .. _Read The Docs: http://fixtureresources.readthedocs.io/
        
        Pytest fixtures and helpers
        ---------------------------
        
        The package *fixtureresources* contains pytest fixtures and helpers
        
        Installation
        ------------
        
        The package can be installed with pip::
        
          # pip install fixtureresources
        
        Development practices
        ---------------------
        
        The development and the testing follows the Common Robot Libraries development
        practices defined in crl-devutils_.
        
        .. _crl-devutils: http://crl-devutils.readthedocs.io/.
        
Keywords: pytest
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
