From e6a87bad02b5613c1a19eb12f242178d933891ab Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Thu, 23 May 2024 16:03:42 +0300 Subject: [PATCH] pytest: update the upgrade instructions: imports, installing beta --- qase-pytest/README.md | 5 ++++- qase-pytest/docs/UPGRADE.md | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/qase-pytest/README.md b/qase-pytest/README.md index 750a4be5..5251c497 100644 --- a/qase-pytest/README.md +++ b/qase-pytest/README.md @@ -4,8 +4,11 @@ ## Installation +The qase-pytest v6 is currently in the beta stage. +To install the latest beta version, run: + ```sh -pip install qase-pytest +pip install --pre qase-pytest>6.0.0b1 ``` ## Upgrade from 4.x to 5.x and to 6.x diff --git a/qase-pytest/docs/UPGRADE.md b/qase-pytest/docs/UPGRADE.md index a67b5898..2c07fb6c 100644 --- a/qase-pytest/docs/UPGRADE.md +++ b/qase-pytest/docs/UPGRADE.md @@ -2,6 +2,15 @@ ## From 5.x to 6.x +### Import from `qase` + +Import paths have slightly changed: + +```diff +- from qaseio.pytest import qase ++ from qase.pytest import qase +``` + ### Bulk uploading results has changed In v5, two configuration options defined how the reporter was uploading results to Qase: