Metadata-Version: 2.1
Name: pytest-hue
Version: 1.0.0
Summary: Visualise PyTest status via your Phillips Hue lights
Home-page: https://github.com/Gimpneek/pytest-hue
Author: Colin Wren
Author-email: gimpneek@gmail.com
License: GPLv3
Description: # pytest-hue
        Control your Phillips Hue by PyTest. 
        
        The following parameters are used:
        
        - Brightness is controlled by the number of run tests against total number of tests
        - Green hue is controlled by the number of passed tests against total number of tests
        - Red hue is controlled by the number of failed tests against total number of tests
        - Blue hue is controlled by the number of passed tests against total number of tests
        
        ## Configuration
        You'll need to supply the following values:
        
        - `--hue-ip`: Hue Bridge IP Address
        - `--hue-username`: Username to connect to Hue Bridge with ([follow instructions here to get a new one](https://developers.meethue.com/develop/get-started-2/))
        - `--hue-rooms`: Rooms to control the lights within
        
        ## Installing and Running
        To install
        
        `pip install pytest-hue`
        
        or clone this repo and run `python setup.py install`
        
        To run, make sure:
        
         - Your Phillips Hue Bridge and lights are turned on
        
        Then run with following command (substituting the appropriate values)
        
        `pytest --hue-ip XXX.XXX.XXX.XXX --hue-username XXXXXXXXXX --hue-rooms Office`
Keywords: py.test pytest phillips hue lights report
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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: License :: OSI Approved :: GNU General Public License (GPL)
Provides-Extra: test
