Skip to content

Commit

Permalink
Add basic README content
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 12, 2024
1 parent 596d6b4 commit 19594fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pytest-itde/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# pytest-itde Plugin

The `pytest-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 it's 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-itde plugin, you can use pip:

```bash
pip install pytest-itde
```

0 comments on commit 19594fe

Please sign in to comment.