Metadata-Version: 2.1
Name: pytest-exasol-itde
Version: 0.2.1
Summary: 
Author: Nicola Coretti
Author-email: nicola.coretti@exasol.com
Requires-Python: >=3.8,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: exasol-integration-test-docker-environment (>=3.1.0,<4.0.0)
Requires-Dist: pyexasol (>=0.25,<1)
Requires-Dist: pytest (>=7,<9)
Description-Content-Type: text/x-rst

pytest-exasol-itde Plugin
=========================
This project has been discontinued. For integration tests running on ITDE please use the `pytest-exasol-backend <https://pypi.org/project/pytest-exasol-backend/>`_ plugin.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The `pytest-exasol-itde` plugin is a pytest plugin designed to facilitate the integration testing of projects using the Exasol Integration Test Docker Environment (ITDE).
This plugin was originally a part of `ITDE <https://github.com/exasol/integration-test-docker-environment>`_, offering its functionalities directly within the test environment.

Features
--------

- **Integration with ITDE:** Designed to work closely with the Exasol Integration Test Docker Environment, enabling efficient setup, execution, and teardown of integration tests.
- **Ease of Use:** Simplifies the configuration and execution of tests by leveraging the pytest framework, making it accessible to developers familiar with pytest conventions.

Installation
------------

To install the pytest-exasol-itde plugin, you can use pip:

.. code-block:: bash

    pip install pytest-exasol-itde


