From b93cffa49296699c80c9d2907843666561cffabf Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Mon, 5 May 2025 23:28:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 953ee9e5e8..4c07d1a739 100644 --- a/README.md +++ b/README.md @@ -239,18 +239,18 @@ pytest tests/unit_tests - are executed very quickly - require docker installed in OS -Ho to use: +How to use: ```bash pytest tests/e2e_tests ``` -#### TUsing `legacy runner`: +#### Using `legacy runner`: - Will start compilation of the collected code in your subtensor repository - 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 - you can use the `BUILD_BINARY=0` variable, this will skip the copy step for each test. - you can use the `USE_DOCKER=0` variable, this will run tests using the "legacy runner", even if docker is installed in your OS -#### Ho to use: +#### How to use: Regular e2e tests run ```bash LOCALNET_SH_PATH=/path/to/your/localnet.sh pytest tests/e2e_tests