Kuadrant / testsuite

3 stars 12 forks source link

Moved custom test user name from utils to the blame method #426

Closed jsmolar closed 3 months ago

pehala commented 3 months ago

Why?

jsmolar commented 3 months ago

Why?

Because of cyclical import, when using from testsuite.utils import asdict in openshift.__init__. In addition, it makes sense that utils should be universal and usable everywhere (not dependent on settings implementation in this case).

Also, _whoami() should mimic oc whoami