From 8f165ab26b23ad920557fee5070555f88ce24a1f Mon Sep 17 00:00:00 2001 From: Abu Sakib Date: Tue, 1 Dec 2020 20:01:18 +0600 Subject: [PATCH] CONTRIBUTING: Fix links for littlecheck and pexpect --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.