Metadata-Version: 2.1
Name: eaibat
Version: 0.0.4
Summary: Basic classes to ease BDD evidence creation
Home-page: https://github.com/Hidden-goblin/eaiBAT.git
Author: Eric Aïvayan
Author-email: eric.aivayan@free.fr
License: UNKNOWN
Description: # Eai BAT
        
        ## Quick overview
        
        Basic automation tool is mainly a python class which holds various data.
        
        It aims to ease the test's evidence creation by recording steps definition and 
        content in an ordered way.
        
        One goal is that class may be subclassed so that your automaton fits your needs.
        
        ## What's in?
        
        EaiBat class contains few properties and methods. 
        
        ### Properties
        
        - url : yes it's designed to test APIs or Web application
        - history : your tests records
        - step : your current test step
        - evidence_location :  where you store the evidence
        
        ### Methods
        
        - push_event
        - clear_history
        - create_evidence
        
        ## How to use it?
        
        ### As a standalone...
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7, !=2.*
Description-Content-Type: text/markdown
