Jun-19-2019, 02:03 PM
I solved it like this with a basic class extend
from TestSteps1 import Tests class Steps(Tests): ....However i had to also the way tests are executed because of how it was build it the past...in a pretty customized and dynamic way. Anyway this above had the answer to my question.