File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ format:
11
11
black ./tests
12
12
13
13
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
15
15
16
16
before-commit : isort format lint
17
17
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def test_global_packages(
63
63
"Bounce2" ,
64
64
"ESP Async WebServer" ,
65
65
"ESPAsyncTCP" ,
66
+ "ESPAsyncTCP" ,
66
67
"Homie" ,
67
68
]
68
69
# uninstall all deps
@@ -100,6 +101,7 @@ def test_global_packages(
100
101
"Bounce2" ,
101
102
"ESP Async WebServer" ,
102
103
"ESPAsyncTCP" ,
104
+ "ESPAsyncTCP" ,
103
105
]
104
106
# remove specific dependency
105
107
result = clirunner .invoke (
@@ -115,6 +117,7 @@ def test_global_packages(
115
117
"ArduinoJson" ,
116
118
"AsyncMqttClient" ,
117
119
"Bounce2" ,
120
+ "ESPAsyncTCP"
118
121
]
119
122
120
123
# custom storage
You can’t perform that action at this time.
0 commit comments