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
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

View File

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