issues
search
applitools
/
eyes.selenium.python
Applitools Eyes SDK for Selenium Python WebDriver
Apache License 2.0
10
stars
9
forks
source link
Structure the code into modules and packages
#20
Closed
eirenik0
closed
6 years ago
eirenik0
commented
6 years ago
Create core and selenium packages
Do not use objects from top layer in the bottom
Allow importing all public modules directly from
applitools
, e.b.
from applitools import Eyes, EyesError, Region
applitools
, e.b.from applitools import Eyes, EyesError, Region