-
Notifications
You must be signed in to change notification settings - Fork 165
Conversation
PRT tear down failure will fix by #9619 |
|
||
@request.addfinalizer | ||
def _clear_retire_request(): | ||
if retire_request.exists(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it this test could be made slightly more powerful by changing the if retire_request.exists():
to assert retire_request.exists()
e638729
to
41c3b1b
Compare
41c3b1b
to
50ea05d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
50ea05d
to
ad3c1dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for this PR!
a60f40d
to
6b7fc7d
Compare
6b7fc7d
to
04b6f3b
Compare
I detected some fixture changes in commit 04b6f3b The global fixture
Please, consider creating a PRT run to make sure your fixture changes do not break existing usage 😃 |
* moved user_self_service_role as global fixture * is_retired, exists methods * automate retired test
Purpose or Intent
PRT Run
{{pytest: cfme/tests/ssui/test_ssui_myservice.py::test_retire_owned_service --long-running}}