-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.16.z] Change from module to function fixtures #16346
[6.16.z] Change from module to function fixtures #16346
Conversation
(cherry picked from commit 8b0e3e0)
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
Cherrypick of PR: #16345
Problem Statement
I was seeing issues sharing module level fixtures with other tests in the class
Solution
Change the module fixture to function level fixtures, to better work in CI.
Related Issues
PRT test Cases example
trigger: test-robottelo
pytest: tests/foreman/ui/test_host.py -k 'test_all_hosts_manage_errata'