mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
3
.github/copilot-instructions.md
vendored
3
.github/copilot-instructions.md
vendored
@@ -23,8 +23,7 @@ code.
|
|||||||
|
|
||||||
## Test Procedures
|
## Test Procedures
|
||||||
- To run the complete test suite, run `./test.py`
|
- To run the complete test suite, run `./test.py`
|
||||||
- To run a specific test, run `./test.py test-name` t
|
- To run a specific test, run `./test.py test_name` where `test_name` is the name of the test without the
|
||||||
`test-name` is the name of the test without the
|
|
||||||
leading `test_` for Python tests and without the leading `Test` for Go tests.
|
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
|
- Do not use go test or ./setup.py test to run tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user