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 #160
  • Loading branch information
NickVolynkin committed Mar 8, 2024
1 parent 663f0d8 commit eb81f7d
Showing 1 changed file with 1 addition and 1 deletion.
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 eb81f7d

Please sign in to comment.