Metadata-Version: 2.1
Name: e3-testsuite
Version: 24.0
Summary: E3 testsuite
Home-page: UNKNOWN
Author: AdaCore
Author-email: info@adacore.com
License: GPLv3
Description: e3-testsuite
        ============
        
        Generic testsuite framework in Python.
        
        
        Installation
        ------------
        
        This package is available on [Pypi](https://pypi.org/project/e3-testsuite/). If
        you want to install it from the source, run the following command in the root
        directory:
        
        ```shell
        pip install .
        ```
        
        
        Testing
        -------
        
        Contributors are expected to run `tox` and keep the testsuite and style
        checks clean. Please also add tests so that code coverage never degrades.
        
        The testsuite is based on the [pytest](https://docs.pytest.org/en/latest/)
        framework.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown
