Skip to content

Commit

Permalink
qase-pytest: fix --qase-testops-run-complete
Browse files Browse the repository at this point in the history
Wasn't working because of a typo in the options setup.

Fixes #107
Fixes #160
Fixes #174
  • Loading branch information
NickVolynkin committed Mar 13, 2024
1 parent 413e891 commit a90def0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qase-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qase-pytest"
version = "5.0.4"
version = "5.0.5"
description = "Qase Pytest Plugin for Qase TestOps and Qase Report"
readme = "README.md"
authors = [{name = "Qase Team", email = "[email protected]"}]
Expand Down
2 changes: 1 addition & 1 deletion qase-pytest/src/qaseio/pytest/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def addoptions(parser, group, added=[]):
parser,
group,
"--qase-testops-run-complete",
dest="qase_testops_run_description",
dest="qase_testops_run_complete",
type="bool",
default=False,
help="Complete run after tests execution"
Expand Down

0 comments on commit a90def0

Please sign in to comment.