You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
appliance doesn't really work with uncollectif, because it's a fixture (unlike provider, which is an object directly provided by testgen). My bad. We have to fix this though, if we want to eventually get rid of pulling stuff from various places. Right now, we check appliance version / stream through:
appliance_is_downstream from utils.version
current_appliance from utils.appliance
current_appliance from fixtures.pytest_store.store
All of that is wrong. We need to have appliance available the same way provider is available, if possible.
The text was updated successfully, but these errors were encountered:
pytest could support some sort of "global parameters" which would get defined on the start of the pytest process before collection. Those then could be static like parameters.
appliance
doesn't really work withuncollectif
, because it's a fixture (unlikeprovider
, which is an object directly provided by testgen). My bad. We have to fix this though, if we want to eventually get rid of pulling stuff from various places. Right now, we check appliance version / stream through:appliance_is_downstream
fromutils.version
current_appliance
fromutils.appliance
current_appliance
fromfixtures.pytest_store.store
All of that is wrong. We need to have appliance available the same way
provider
is available, if possible.The text was updated successfully, but these errors were encountered: