Metadata-Version: 2.1
Name: pytest-dash
Version: 2.0.0
Summary: pytest fixtures to run dash applications.
Home-page: https://github.com/T4rk1n/pytest-dash
Author: Philippe Duval
Author-email: philippe@plot.ly
License: MIT
Description: # pytest-dash
        
        [Pytest][2] plugin for [Dash][1]. Pytest-dash aims to ease automated testing of dash application and components.
        
        [![CircleCI](https://circleci.com/gh/T4rk1n/pytest-dash.svg?style=svg)](https://circleci.com/gh/T4rk1n/pytest-dash)
        [![Documentation Status](https://readthedocs.org/projects/pytest-dash/badge/?version=latest)](https://pytest-dash.readthedocs.io/en/latest/?badge=latest)
        
        ## Install
        
        Install with pip: `$ pip install -U pytest-dash`
        
        ## Features
        
        - Fixtures to start [Dash][1] applications and closes them in teardown.
        - Declarative behavior test api in a yaml format.
        - Selenium wait for wrappers.
        
        ## Documentation
        
        For full documentation and examples, please see https://pytest-dash.readthedocs.io/en/latest/
        
        ## Bugs/Suggestions
        
        For any bug, suggestion or request, please open a [GitHub issue](https://github.com/T4rk1n/pytest-dash/issues).
        
        ## More resources
        
        - [Dash user guide](https://dash.plot.ly/)
        - [Pytest][2]
        
        [1]: https://github.com/plotly/dash
        [2]: https://github.com/pytest-dev/pytest
        
Keywords: dash,plotly,pytest
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.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: License :: OSI Approved :: MIT License
Classifier: Framework :: Pytest
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
