Skip to content

Commit

Permalink
update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastoscorp committed Jul 17, 2024
1 parent 3c95bcb commit 51a2545
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e_tests/test_actiondevicephilipshue.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from config.config import Config
from business.actionDevicePhilipsHue import ActionDevicePhilipsHue

# dumb test for quality

test_locator = test_locator
# should have a configured philips hue tor testing

Expand Down
2 changes: 2 additions & 0 deletions e2e_tests/test_locator.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import sys
sys.path.insert(0, '../pvAlert')

# for pytest
2 changes: 1 addition & 1 deletion e2e_tests/test_rulesManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from business.connectManager import ConnectManager
from business.rulesManager import RulesManager

# dumb test

test_locator = test_locator

# need a configured config.ini file !!!
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/test_solarDeviceManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from exception.HuaweiApiException import HuaweiApiException

test_locator = test_locator
# need a configured config.ini file !!!
# need a configured config.ini file !!

dirname = os.path.dirname(__file__)
# get parrent config file
Expand Down

0 comments on commit 51a2545

Please sign in to comment.