Metadata-Version: 2.1
Name: pytest-eucalyptus
Version: 0.1.0
Summary: Gherkin runner compatible with Lettuce
Home-page: https://github.com/wayfair/pytest-eucalyptus
Author: Dennis Miasoutov
Author-email: dmiasoutov@wayfair.com
License: UNKNOWN
Description: # Eucalyptus - BDD plugin for Pytest
        > A nice fork of [Aloe](https://github.com/aloetesting/aloe). 
        Migrated from Nose to Pytest.
        
        **pytest-eucalyptus** has been built to feature the best of both worlds: 
        - [Aloe](https://github.com/aloetesting/aloe) which implements great infrastructure and uses the original Gherkin parser.
        - [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) does not require a separate runner and benefits from the power and flexibility of Pytest.
        
        
        Install:
        
            pip install pytest-eucalyptus
        
        
        Migrating from Aloe
        ----------------------
        
        TBD
        
        ## License
        
        DociQL is licensed under the Apache License 2.0 – see the [LICENSE.md](https://github.com/wayfair/pytest-eucalyptus/blob/master/LICENSE) for specific details.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pytest
Provides-Extra: tests_require
