mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update tests
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user