mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
CONTRIBUTING: Fix links for littlecheck and pexpect
This commit is contained in:
parent
eb592092a6
commit
8f165ab26b
|
@ -263,8 +263,8 @@ regressions in the future (i.e., we don’t reintroduce the bug).
|
|||
The tests can be found in three places:
|
||||
|
||||
- src/fish_tests.cpp for tests to the core C++ code
|
||||
- tests/checks for script tests, run by [littlecheck](https://github.com/ridiculousfish/littlecheck)
|
||||
- tests/pexpects for interactive tests using [pexpect](https://pexpect.readthedocs.io/en/stable/)
|
||||
- tests/checks for script tests, run by `littlecheck <https://github.com/ridiculousfish/littlecheck>`__
|
||||
- tests/pexpects for interactive tests using `pexpect <https://pexpect.readthedocs.io/en/stable/>`__
|
||||
|
||||
When in doubt, the bulk of the tests should be added as a littlecheck test in tests/checks, as they are the easiest to modify and run, and much faster and more dependable than pexpect tests. The syntax is fairly self-explanatory. It's a fish script with the expected output in ``# CHECK:`` or ``# CHECKERR:`` (for stderr) comments.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user