Metadata-Version: 1.2
Name: pytest-tomato
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/moshe/pytest-tomato
Author: Moshe Zada
License: UNKNOWN
Description: 🍅 pytest-tomato
        ===============
        
        pytest plugin for `tomato-bot <https://tomato-bot/>`__
        
        Installation
        ------------
        
        ``pip install pytest-tomato``
        
        Usage
        -----
        
        | In order to parse test results the tomato bot read junit xml files.
        | pass ``--junit-xml=tests.junit.xml`` flag to pytest and Tomato will
          take the lead
        
Platform: linux
Platform: osx
Platform: win32
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
