Metadata-Version: 2.1
Name: nose2rt
Version: 0.5.1
Summary: nose2 data collector for Testgr
Home-page: https://github.com/and-sm/nose2rt
Author: Andrey Smirnov
Author-email: and.inbx@gmail.com
License: UNKNOWN
Description: # nose2rt - nose2 data collector for Testgr
        
        Plugin sends nose2 data to Testgr server.
        
        ### Setup
        
        ```pip install nose2rt```
        
        Find your nose2 config file and configure as described below.
        
        Example:
        
        ```
        [unittest]
        plugins = nose2rt.rt
        
        [rt]
        endpoint = http://127.0.0.1/loader  # Your Testgr service URL
        show_errors = True # show POST errors
        
        [test-result]
        always-on = True
        descriptions = True
        ```
        ### Launch
        ```
        nose2 --rt -> will launch nose2 with nose2rt plugin.
        ```
        Additional arguments: 
        --rte "your_environment" -> will launch nose2 and send your environment name as additional info to the Testgr server. 
        --rt-job-report -> will send email after job finish.
        
        
        ## Authors
        
        [**Andrey Smirnov**](https://github.com/and-sm)
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
