From e800f1494ce085a8d50c13902edaa896677548c6 Mon Sep 17 00:00:00 2001 From: mibe Date: Fri, 6 Sep 2024 13:51:00 +0100 Subject: [PATCH] #54 Added README.md --- pytest-extension/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pytest-extension/README.md diff --git a/pytest-extension/README.md b/pytest-extension/README.md new file mode 100644 index 0000000..c20005b --- /dev/null +++ b/pytest-extension/README.md @@ -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.