Skip to content

Commit

Permalink
release: qase-pytest 6.0.1
Browse files Browse the repository at this point in the history
Change a name of the complete test run parameter for CLI arguments
  • Loading branch information
gibiw committed Jun 4, 2024
1 parent fcd05ce commit 17ffa21
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 = "6.0.0"
version = "6.0.1"
description = "Qase Pytest Plugin for Qase TestOps and Qase Report"
readme = "README.md"
keywords = ["qase", "pytest", "plugin", "testops", "report", "qase reporting", "test observability"]
Expand Down
2 changes: 1 addition & 1 deletion qase-pytest/src/qase/pytest/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def addoptions(parser, group):
parser,
group,
"--qase-testops-run-complete",
dest="qase_testops_run_description",
dest="qase_testops_run_complete",
type="bool",
help="Complete run after tests execution"
)
Expand Down

0 comments on commit 17ffa21

Please sign in to comment.