Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 29, 2024
1 parent 0131537 commit cf497e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions tests/commands/pkg/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def test_global_packages(
"Bounce2",
"ESP Async WebServer",
"ESPAsyncTCP",
"ESPAsyncTCP",
"Homie",
]
# uninstall all deps
Expand Down Expand Up @@ -100,6 +101,7 @@ def test_global_packages(
"Bounce2",
"ESP Async WebServer",
"ESPAsyncTCP",
"ESPAsyncTCP",
]
# remove specific dependency
result = clirunner.invoke(
Expand All @@ -115,6 +117,7 @@ def test_global_packages(
"ArduinoJson",
"AsyncMqttClient",
"Bounce2",
"ESPAsyncTCP"
]

# custom storage
Expand Down

0 comments on commit cf497e8

Please sign in to comment.