Update tests

This commit is contained in:
Ivan Kravets
2024-08-29 15:58:12 +03:00
parent 013153718d
commit cf497e8829
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ format:
black ./tests black ./tests
test: test:
py.test --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py pytest --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
before-commit: isort format lint before-commit: isort format lint

View File

@ -63,6 +63,7 @@ def test_global_packages(
"Bounce2", "Bounce2",
"ESP Async WebServer", "ESP Async WebServer",
"ESPAsyncTCP", "ESPAsyncTCP",
"ESPAsyncTCP",
"Homie", "Homie",
] ]
# uninstall all deps # uninstall all deps
@ -100,6 +101,7 @@ def test_global_packages(
"Bounce2", "Bounce2",
"ESP Async WebServer", "ESP Async WebServer",
"ESPAsyncTCP", "ESPAsyncTCP",
"ESPAsyncTCP",
] ]
# remove specific dependency # remove specific dependency
result = clirunner.invoke( result = clirunner.invoke(
@ -115,6 +117,7 @@ def test_global_packages(
"ArduinoJson", "ArduinoJson",
"AsyncMqttClient", "AsyncMqttClient",
"Bounce2", "Bounce2",
"ESPAsyncTCP"
] ]
# custom storage # custom storage