This commit is contained in:
Kovid Goyal 2026-05-09 22:33:00 +05:30
parent 7da113e4ab
commit 07f1a7ac03
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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