Skip to content

Commit

Permalink
#54 Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 6, 2024
1 parent 495a55f commit e800f14
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pytest-extension/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# pytest-exasol-extension Plugin

The `pytest-exasol-extension` plugin provides a pytest fixtures for preparing a database for extension tests.
The fixtures are backend agnostic. They run for the selected backends
(see the documentation for the `pytest-exasol-backend` plugin).

## Installation

The pytest-exasol-extension plugin can be installed using pip:

```shell
pip install pytest-exasol-extension
```

## Usage in Tests

To be provided.

0 comments on commit e800f14

Please sign in to comment.