diff --git a/Makefile b/Makefile index 09c0b838..e4c82fd3 100644 --- a/Makefile +++ b/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 diff --git a/tests/commands/pkg/test_uninstall.py b/tests/commands/pkg/test_uninstall.py index 73e2179a..51627a75 100644 --- a/tests/commands/pkg/test_uninstall.py +++ b/tests/commands/pkg/test_uninstall.py @@ -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