oriShalhon
2 years agoOccasional Contributor
Python workflow and imports
Hi,
Trying to perform import between nested files and classes similarly to any other python project does not seem to work on testComplete.
The case is as such:
I have under script Dir two directories (A, B) with 1 script file in each dir (a.py, b.py) each file has the definition of a class(ClassA, ClassB)
Trying to import using nested syntax doesn't work :
from A.a import ClassA
class ClassB(ClassA):.....
is there a specific syntax for import behavior working in python on TestComplete?
Thanks!