From 48544043f5116cd534ab2b390fe29e277ce98eb8 Mon Sep 17 00:00:00 2001 From: Mikhail Beck Date: Mon, 23 Sep 2024 08:36:14 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christoph Kuhnke --- pytest-slc/doc/changes/changes_0.3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest-slc/doc/changes/changes_0.3.0.md b/pytest-slc/doc/changes/changes_0.3.0.md index dd31e63..70c340f 100644 --- a/pytest-slc/doc/changes/changes_0.3.0.md +++ b/pytest-slc/doc/changes/changes_0.3.0.md @@ -2,8 +2,8 @@ ## Summary -🚀 Made this plugin depending on the pytest-extension, using its pyexasol_connection fixture +🚀 Starting with this release `pytest-exasol-slc` connects to the database using a fixture from `pytest-exasol-extension`. ## Bug fixes -* #58: Use the pyexasol_connection fixture from the pytest-extension. +* #58: Used the `pyexasol_connection` fixture from the `pytest-exasol-extension`.