Mention SyTest in the README, after Development

Signed-off-by: Andrew Conrad <aconrad103@gmail.com>
pull/2674/head
Andrew Conrad 2017-11-14 15:09:50 -06:00
parent 632baf799e
commit 053ecae4db
No known key found for this signature in database
GPG Key ID: BD65AD7D00E11843
1 changed files with 11 additions and 0 deletions

View File

@ -883,6 +883,17 @@ This should end with a 'PASSED' result::
PASSED (successes=143)
Running the Integration Tests
=============================
Synapse is accompanied by `SyTest <https://github.com/matrix-org/sytest>`_,
a Matrix homeserver integration testing suite, which uses HTTP requests to
access the API as a Matrix client would. It is able to run Synapse directly from
the source tree, so installation of the server is not required.
Testing with SyTest is recommended for verifying that changes related to the
Client-Server API are functioning correctly. See the `installation instructions
<https://github.com/matrix-org/sytest#installing>`_ for details.
Building Internal API Documentation
===================================