summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-26 15:07:45 +0100
committerErik Johnston <erik@matrix.org>2018-03-26 15:07:45 +0100
commit047c3b1d90c3f21092812bbb0740170ce082ba96 (patch)
tree68a8e26fffa0c5c2f64b7ed628c94943b03ff3d9 /README.rst
parent682890237283015c55232c9fa94ec9d9a3971211 (diff)
New upstream version 0.27.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 76fe2e41..ef27b92d 100644
--- a/README.rst
+++ b/README.rst
@@ -354,6 +354,10 @@ https://matrix.org/docs/projects/try-matrix-now.html (or build your own with one
Fedora
------
+Synapse is in the Fedora repositories as ``matrix-synapse``::
+
+ sudo dnf install matrix-synapse
+
Oleg Girko provides Fedora RPMs at
https://obs.infoserver.lv/project/monitor/matrix-synapse
@@ -890,6 +894,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
===================================