added driver configuration #12
Annotations
1 error, 1 warning, and 5 notices
|
lint
Process completed with exit code 1.
|
|
Unbound local variables:
conftest.py#L63
Local variable 'driver' might be referenced before assignment
|
|
Class has no `__init__` method:
src/screens/base_screen.py#L1
Class has no __init__ method
|
|
Class has no `__init__` method:
src/drivers/android_driver.py#L6
Class has no __init__ method
|
|
Class has no `__init__` method:
src/drivers/ios_driver.py#L8
Class has no __init__ method
|
|
Class has no `__init__` method:
src/drivers/driver_factory.py#L10
Class has no __init__ method
|
|
PEP 8 naming convention violation:
src/drivers/ios_driver.py#L8
Class names should use CapWords convention
|