mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 07:51:14 -03:00
Also improve AGENTS.md though we should totally point to CONTRIBUTING.rst instead. Fixes #12461
213 B
213 B
- to run a system test in the tests/ directory, use
tests/test_driver.py target/debug tests/path/to/test-file
Coding style
- Use comments sparingly. Don't explain what the code is doing, rather explain why.