diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f1507b9f1..c9f10677b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 `__ +- tests/pexpects for interactive tests using `pexpect `__ 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.