File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -157,19 +157,19 @@ Please raise any bugs or feature requests as a Github issues. We also gratefully
157
157
## Testing
158
158
159
159
``` bash
160
- # to run all test files in tests directory
160
+ # to run all test files in tests directory:
161
161
$ pipenv run test
162
162
163
- # or to run a single test file
163
+ # or to run a single test file:
164
164
$ pipenv shell
165
165
$ python -m pytest tests/< test-name> _test.py
166
166
167
- # some test require supplying ip and token via the `--ip` and `--token` arguements
167
+ # some test require supplying ip and token via the `--ip` and `--token` arguements:
168
168
$ pipenv run test --ip 172.16.16.2 --token abc-123-def-456
169
169
170
- # long duration tests and tests requiring a connected Eva are disabled by default,
171
- # to include them add the `--runslow` or --runrobot flags
172
- $ pipenv run test --runslow --runrobot
170
+ # Tests requiring the robot or long amounts of time will not run by default,
171
+ # these require flags to be enabled, a full list of flags is availble with the help flag:
172
+ $ pipenv run test -h
173
173
```
174
174
175
175
## License
You can’t perform that action at this time.
0 commit comments