added driver configuration #4
6 new problems found by Qodana Community for Python
Qodana Community for Python
6 new problems were found
| Inspection name | Severity | Problems |
|---|---|---|
Unbound local variables |
🔶 Warning | 2 |
Class has no init method |
◽️ Notice | 4 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 1 in src/screens/base_screen.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in src/drivers/android_driver.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in src/drivers/ios_driver.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 10 in src/drivers/driver_factory.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check warning on line 60 in conftest.py
github-actions / Qodana Community for Python
Unbound local variables
Local variable 'driver' might be referenced before assignment
Check warning on line 58 in conftest.py
github-actions / Qodana Community for Python
Unbound local variables
Local variable 'driver' might be referenced before assignment