From e0ef8d85718f10b76a3f425ec42af3c3ed4cf02d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 1 Jul 2024 18:17:31 +0100 Subject: [PATCH] link to complement --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index d48a76888..786d270a1 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,12 @@ regular HTTP interaction much as any other Matrix client would do. It can output test results either to an interactive terminal, or as a TAP-style test report, for continuous-integration test harnesses such as Jenkins. +SyTest is written in Perl, and is the original integration testing system for +Matrix. New tests tend to be written in Complement_, a Go-based integration +testing system. + +.. _Complement: https://github.com/matrix-org/complement + Installing ----------