Skip to content

Commit cf497e8

Browse files
committed
Update tests
1 parent 0131537 commit cf497e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ format:
1111
black ./tests
1212

1313
test:
14-
py.test --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
14+
pytest --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
1515

1616
before-commit: isort format lint
1717

tests/commands/pkg/test_uninstall.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_global_packages(
6363
"Bounce2",
6464
"ESP Async WebServer",
6565
"ESPAsyncTCP",
66+
"ESPAsyncTCP",
6667
"Homie",
6768
]
6869
# uninstall all deps
@@ -100,6 +101,7 @@ def test_global_packages(
100101
"Bounce2",
101102
"ESP Async WebServer",
102103
"ESPAsyncTCP",
104+
"ESPAsyncTCP",
103105
]
104106
# remove specific dependency
105107
result = clirunner.invoke(
@@ -115,6 +117,7 @@ def test_global_packages(
115117
"ArduinoJson",
116118
"AsyncMqttClient",
117119
"Bounce2",
120+
"ESPAsyncTCP"
118121
]
119122

120123
# custom storage

0 commit comments

Comments
 (0)