mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
More copilot instructions
This commit is contained in:
7
.github/copilot-instructions.md
vendored
7
.github/copilot-instructions.md
vendored
@@ -12,11 +12,14 @@
|
|||||||
- To build individual kittens use the build command above **do not** try to run go build
|
- To build individual kittens use the build command above **do not** try to run go build
|
||||||
yourself.
|
yourself.
|
||||||
|
|
||||||
|
Once a build is done, the kitty and kitten binaries will be in the `kitty/launcher` directory.
|
||||||
|
Note that the kitty binary can run python files using `kitty +launch file.py`.
|
||||||
|
When it does so the kitty fast_data_types module is available to the python
|
||||||
|
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` t
|
||||||
`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.
|
||||||
|
|
||||||
## Benchmarking
|
|
||||||
- To run the benchmark: `./benchmark.py`
|
|
||||||
|
|||||||
Reference in New Issue
Block a user