From 07f1a7ac0332857ca9f31aac3147a8b4aad95264 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 9 May 2026 22:33:00 +0530 Subject: [PATCH] ... --- .github/copilot-instructions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 128325ceb..6a6782e53 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -23,8 +23,7 @@ code. ## Test Procedures - To run the complete test suite, run `./test.py` -- To run a specific test, run `./test.py test-name` t - `test-name` is the name of the test without the +- To run a specific test, run `./test.py test_name` where `test_name` is the name of the test without the leading `test_` for Python tests and without the leading `Test` for Go tests. - Do not use go test or ./setup.py test to run tests