Skip to content

Commit

Permalink
pytest: update the upgrade instructions: imports, installing beta
Browse files Browse the repository at this point in the history
  • Loading branch information
NickVolynkin committed May 23, 2024
1 parent ea98700 commit e6a87ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qase-pytest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions qase-pytest/docs/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6a87ba

Please sign in to comment.