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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,18 +239,18 @@ pytest tests/unit_tests
239
239
- are executed very quickly
240
240
- require docker installed inOS
241
241
242
-
Ho to use:
242
+
How to use:
243
243
```bash
244
244
pytest tests/e2e_tests
245
245
```
246
246
247
-
#### TUsing `legacy runner`:
247
+
#### Using `legacy runner`:
248
248
- Will start compilation of the collected code in your subtensor repository
249
249
- you must provide the `LOCALNET_SH_PATH` variable in the local environment with the path to the file`/scripts/localnet.sh`in the cloned repository within your OS
250
250
- you can use the `BUILD_BINARY=0` variable, this will skip the copy step for each test.
251
251
- you can use the `USE_DOCKER=0` variable, this will run tests using the "legacy runner", even if docker is installed in your OS
0 commit comments