Metadata-Version: 1.2
Name: pytest-stoq
Version: 0.2.0
Summary: A plugin to pytest stoq
Home-page: https://github.com/stoq/pytest-stoq
Author: Stoq Team
Author-email: stoq-devel@async.com.br
Maintainer: Stoq Team
Maintainer-email: stoq-devel@async.com.br
License: GNU GPL v3.0
Description: ===========
        pytest-stoq
        ===========
        
        .. image:: https://img.shields.io/pypi/v/pytest-stoq.svg
            :target: https://pypi.org/project/pytest-stoq
            :alt: PyPI version
        
        .. image:: https://img.shields.io/pypi/pyversions/pytest-stoq.svg
            :target: https://pypi.org/project/pytest-stoq
            :alt: Python versions
        
        A plugin to pytest stoq.
        
        This plugin automatically set up the stoq test environment. It also provide a range of
        fixtures to ease the testing of stoq-related projects.
        
        
        Installation
        ============
        
        You can install "pytest-stoq" via `pip`_ from `PyPI`_::
        
            $ pip install pytest-stoq
        
        
        Command-line options
        ====================
        
        - ``--skip-db-setup``: pytest-stoq won't setup the database (in case you're using a ready test database)
        - ``--extra-plugins``: extra plugins to enable
        
        Fixtures
        ========
        
        The plugin provides the following fixtures:
        
        - ``store``: an instance of storm's (ORM) store used to access the database
        - ``example_creator``: instance creates (inserts) database objects with example/test data
        - ``current_station``
        - ``current_user``
        - ``current_branch``
        
        
        License
        =======
        
        Distributed under the terms of the `GNU GPL v3.0`_ license, "pytest-stoq" is free and open source software
        
        
        .. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt
        .. _`pip`: https://pypi.org/project/pip/
        .. _`PyPI`: https://pypi.org/project
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
