You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ __* This SDK is currently in beta__
11
11
-[Detail Instructions](#detail-instructions)
12
12
-[Examples](#examples)
13
13
-[Eva](#eva)
14
-
-[evasdk.eva_http and evasdk.eva_ws](#evasdkevahttp-and-evasdkevaws)
14
+
-[evasdk.eva_http and evasdk.eva_ws](#evasdkeva_http-and-evasdkeva_ws)
15
15
-[Versioning](#versioning)
16
16
-[Logging](#logging)
17
17
-[Bugs and feature requests](#bugs-and-feature-requests)
@@ -166,11 +166,11 @@ $ pipenv run test
166
166
$ pipenv shell
167
167
$ pipenv run testd tests/<test-name>_test.py
168
168
169
-
# some test require supplying ip and token via the `--ip` and `--token` arguements:
170
-
$ pipenv run test --ip 172.16.16.2 --token abc-123-def-456
169
+
# some test require testing against a real robot. Therefore you will be required to supply a ip and token via the `--ip` and `--token` arguments as well as pass the --runrobot flag to notify pytest that you wish to run the robot tests:
170
+
$ pipenv run test --runrobot --ip 172.16.16.2 --token abc-123-def-456
171
171
172
172
# Tests requiring the robot or long amounts of time will not run by default,
173
-
# these require flags to be enabled, a full list of flags is availble with the help flag:
173
+
# these require flags to be enabled, a full list of flags is available with the help flag:
0 commit comments