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